New Federated Domain Added

Detects the addition of a new Federated Domain.

Sigma rule (View on GitHub)

 1title: New Federated Domain Added
 2id: 58f88172-a73d-442b-94c9-95eaed3cbb36
 3related:
 4    - id: 42127bdd-9133-474f-a6f1-97b6c08a4339
 5      type: similar
 6status: experimental
 7description: Detects the addition of a new Federated Domain.
 8references:
 9    - https://research.splunk.com/cloud/e155876a-6048-11eb-ae93-0242ac130002/
10    - https://o365blog.com/post/aadbackdoor/
11author: Splunk Threat Research Team (original rule), Harjot Singh @cyb3rjy0t (sigma rule)
12date: 2023/09/18
13tags:
14    - attack.persistence
15    - attack.t1136.003
16logsource:
17    service: audit
18    product: m365
19detection:
20    selection_domain:
21        Operation|contains: 'domain'
22    selection_operation:
23        Operation|contains:
24            - 'add'
25            - 'new'
26    condition: all of selection_*
27falsepositives:
28    - The creation of a new Federated domain is not necessarily malicious, however these events need to be followed closely, as it may indicate federated credential abuse or backdoor via federated identities at a similar or different cloud provider.
29level: medium

References

Related rules

to-top