Skip to content

Commit bd15e92

Browse files
applied suggestion
1 parent 002f221 commit bd15e92

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

rules/windows/process_creation/proc_creation_win_pua_adfind_enumeration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ references:
99
- https://www.joeware.net/freetools/tools/adfind/
1010
- https://social.technet.microsoft.com/wiki/contents/articles/7535.adfind-command-examples.aspx
1111
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1087.002/T1087.002.md
12-
author: frack113
12+
author: frack113, Swachchhanda Shrawan Poudel (Nextron Systems)
1313
date: 2021-12-13
1414
modified: 2025-02-23
1515
tags:

rules/windows/process_creation/proc_creation_win_pua_adfind_susp_usage.yml

+4-16
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ references:
1515
- https://social.technet.microsoft.com/wiki/contents/articles/7535.adfind-command-examples.aspx
1616
- https://github.com/center-for-threat-informed-defense/adversary_emulation_library/blob/bf62ece1c679b07b5fb49c4bae947fe24c81811f/fin6/Emulation_Plan/Phase1.md
1717
- https://github.com/redcanaryco/atomic-red-team/blob/0f229c0e42bfe7ca736a14023836d65baa941ed2/atomics/T1087.002/T1087.002.md#atomic-test-7---adfind---enumerate-active-directory-user-objects
18-
author: Janantha Marasinghe (https://github.com/blueteam0ps), FPT.EagleEye Team, omkar72, oscd.community, Swachchhanda Shrawan Poudel (Nextron Systems)
18+
author: Janantha Marasinghe (https://github.com/blueteam0ps), FPT.EagleEye Team, omkar72, oscd.community
1919
date: 2021-02-02
20-
modified: 2025-02-23
20+
modified: 2023-03-05
2121
tags:
2222
- attack.discovery
2323
- attack.t1018
@@ -29,19 +29,7 @@ logsource:
2929
category: process_creation
3030
product: windows
3131
detection:
32-
selection_imag:
33-
- Image|endswith: '\AdFind.exe'
34-
- OriginalFileName: 'AdFind.exe'
35-
- Hashes|contains:
36-
- 'IMPHASH=d144de8117df2beceaba2201ad304764'
37-
- 'IMPHASH=12ce1c0f3f5837ecc18a3782408fa975'
38-
- 'IMPHASH=bca5675746d13a1f246e2da3c2217492'
39-
- 'IMPHASH=4fbf3f084fbbb2470b80b2013134df35'
40-
- 'IMPHASH=49b639b4acbecc49d72a01f357aa4930'
41-
- 'IMPHASH=53e117a96057eaf19c41380d0e87f1c2'
42-
- 'IMPHASH=680dad9e300346e05a85023965867201'
43-
- 'IMPHASH=21aa085d54992511b9f115355e468782'
44-
selection_cmd:
32+
selection:
4533
CommandLine|contains:
4634
- 'domainlist'
4735
- 'trustdmp'
@@ -62,7 +50,7 @@ detection:
6250
- 'users_noexpire'
6351
- 'computers_active'
6452
- 'computers_pwdnotreqd'
65-
condition: all of selection_*
53+
condition: selection
6654
falsepositives:
6755
- Legitimate admin activity
6856
level: high

0 commit comments

Comments
 (0)