Try in Splunk Security Cloud

Description

The following analytic identifies when the results of a content search within the Office 365 Security and Compliance Center are exported. It uses the SearchExported operation from the SecurityComplianceCenter workload in the o365_management_activity data source. This activity is significant because exporting search results can involve sensitive or critical organizational data, potentially leading to data exfiltration. If confirmed malicious, an attacker could gain access to and exfiltrate sensitive information, posing a severe risk to the organization's data security and compliance posture.

  • Type: TTP
  • Product: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud

  • Last Updated: 2024-05-24
  • Author: Mauricio Velazco, Splunk
  • ID: 2ce9f31d-ab4f-4179-b2b7-c77a9652e1d8

Annotations

ATT&CK

ATT&CK

ID Technique Tactic
T1114 Email Collection Collection
T1114.002 Remote Email Collection Collection
Kill Chain Phase
  • Exploitation
NIST
  • DE.CM
CIS20
  • CIS 10
CVE
1
2
3
4
5
6
 `o365_management_activity`  Workload=SecurityComplianceCenter Operation="SearchExported" 
| rename user_id as user 
| stats count earliest(_time) as firstTime latest(_time) as lastTime by Operation, ObjectId, ExchangeLocations, user, Query  
|`security_content_ctime(firstTime)` 
|`security_content_ctime(lastTime)` 
| `o365_compliance_content_search_exported_filter`

Macros

The SPL above uses the following Macros:

:information_source: o365_compliance_content_search_exported_filter is a empty macro by default. It allows the user to filter out any results (false positives) without editing the SPL.

Required fields

List of fields required to use this analytic.

  • _time
  • Workload
  • Operation
  • ObjectId
  • ExchangeLocations
  • Query
  • user_id

How To Implement

You must install the Splunk Microsoft Office 365 Add-on and ingest Office 365 management activity events.

Known False Positives

Compliance content searche exports may be executed for legitimate purposes, filter as needed.

Associated Analytic Story

RBA

Risk Score Impact Confidence Message
42.0 60 70 A new compliance content search export was started by $user$

:information_source: The Risk Score is calculated by the following formula: Risk Score = (Impact * Confidence/100). Initial Confidence and Impact is set by the analytic author.

Reference

Test Dataset

Replay any dataset to Splunk Enterprise by using our replay.py tool or the UI. Alternatively you can replay a dataset into a Splunk Attack Range

source | version: 2