@@ -3,35 +3,25 @@ id: 455b9d50-15a1-4b99-853f-8d37655a4c1b
3
3
related :
4
4
- id : 9a132afa-654e-11eb-ae93-0242ac130002
5
5
type : similar
6
+ - id : 514e7e3e-b3b4-4a67-af60-be20f139198b
7
+ type : similar
6
8
status : test
7
9
description : Detects active directory enumeration activity using known AdFind CLI flags
8
10
references :
9
11
- https://www.joeware.net/freetools/tools/adfind/
10
12
- https://social.technet.microsoft.com/wiki/contents/articles/7535.adfind-command-examples.aspx
11
13
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1087.002/T1087.002.md
12
- author : frack113, Swachchhanda Shrawan Poudel (Nextron Systems)
14
+ author : frack113
13
15
date : 2021-12-13
14
- modified : 2025-02-23
16
+ modified : 2023-03-05
15
17
tags :
16
18
- attack.discovery
17
19
- attack.t1087.002
18
20
logsource :
19
21
product : windows
20
22
category : process_creation
21
23
detection :
22
- selection_img :
23
- - Image|endswith : ' \AdFind.exe'
24
- - OriginalFileName : ' AdFind.exe'
25
- - Hashes|contains :
26
- - ' IMPHASH=d144de8117df2beceaba2201ad304764'
27
- - ' IMPHASH=12ce1c0f3f5837ecc18a3782408fa975'
28
- - ' IMPHASH=bca5675746d13a1f246e2da3c2217492'
29
- - ' IMPHASH=4fbf3f084fbbb2470b80b2013134df35'
30
- - ' IMPHASH=49b639b4acbecc49d72a01f357aa4930'
31
- - ' IMPHASH=53e117a96057eaf19c41380d0e87f1c2'
32
- - ' IMPHASH=680dad9e300346e05a85023965867201'
33
- - ' IMPHASH=21aa085d54992511b9f115355e468782'
34
- selection_cmd_password : # Listing password policy
24
+ selection_password : # Listing password policy
35
25
CommandLine|contains :
36
26
- lockoutduration
37
27
- lockoutthreshold
@@ -41,11 +31,11 @@ detection:
41
31
- minpwdlength
42
32
- pwdhistorylength
43
33
- pwdproperties
44
- selection_cmd__enum_ad : # Enumerate Active Directory Admins
34
+ selection_enum_ad : # Enumerate Active Directory Admins
45
35
CommandLine|contains : ' -sc admincountdmp'
46
- selection_cmd_enum_exchange : # Enumerate Active Directory Exchange AD Objects
36
+ selection_enum_exchange : # Enumerate Active Directory Exchange AD Objects
47
37
CommandLine|contains : ' -sc exchaddresses'
48
38
condition : 1 of selection_*
49
39
falsepositives :
50
40
- Authorized administrative activity
51
- level : high
41
+ level : high
0 commit comments