mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
title: Suspicious AdFind Execution
|
|
id: 75df3b17-8bcc-4565-b89b-c9898acef911
|
|
status: experimental
|
|
description: Detects the execution of a AdFind for Active Directory enumeration
|
|
references:
|
|
- https://social.technet.microsoft.com/wiki/contents/articles/7535.adfind-command-examples.aspx
|
|
- https://github.com/center-for-threat-informed-defense/adversary_emulation_library/blob/master/fin6/Emulation_Plan/Phase1.md
|
|
- https://thedfirreport.com/2020/05/08/adfind-recon/
|
|
author: FPT.EagleEye Team, omkar72, oscd.community
|
|
date: 2020/09/26
|
|
modified: 2021/05/12
|
|
tags:
|
|
- attack.discovery
|
|
- attack.t1018
|
|
- attack.t1087.002
|
|
- attack.t1482
|
|
- attack.t1069.002
|
|
logsource:
|
|
product: windows
|
|
category: process_creation
|
|
detection:
|
|
selection:
|
|
CommandLine|contains:
|
|
- 'objectcategory'
|
|
- 'trustdmp'
|
|
- 'dcmodes'
|
|
- 'dclist'
|
|
- 'computers_pwdnotreqd'
|
|
Image|endswith: '\adfind.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Administrative activity
|
|
level: medium
|