Detection rules › Sigma

PUA - AdFind.EXE Execution

Status
experimental
Severity
medium
Log source
product windows, category process_creation
Author
Swachchhanda Shrawan Poudel (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects execution of Adfind.exe utility, which can be used for reconnaissance in an Active Directory environment

MITRE ATT&CK coverage

Event coverage

ProviderEventTitle
SysmonEvent ID 1Process creation

Rule body yaml

title: PUA - AdFind.EXE Execution
id: 514e7e3e-b3b4-4a67-af60-be20f139198b
related:
    - id: 455b9d50-15a1-4b99-853f-8d37655a4c1b
      type: similar
status: experimental
description: Detects execution of Adfind.exe utility, which can be used for reconnaissance in an Active Directory environment
references:
    - https://www.joeware.net/freetools/tools/adfind/
    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1087.002/T1087.002.md
author: Swachchhanda Shrawan Poudel (Nextron Systems)
date: 2025-02-26
tags:
    - attack.discovery
    - attack.t1087.002
logsource:
    product: windows
    category: process_creation
detection:
    selection:
        - Image|endswith: '\AdFind.exe'
        - OriginalFileName: 'AdFind.exe'
        - Hashes|contains:
              - 'IMPHASH=d144de8117df2beceaba2201ad304764'
              - 'IMPHASH=12ce1c0f3f5837ecc18a3782408fa975'
              - 'IMPHASH=bca5675746d13a1f246e2da3c2217492'
              - 'IMPHASH=4fbf3f084fbbb2470b80b2013134df35'
              - 'IMPHASH=49b639b4acbecc49d72a01f357aa4930'
              - 'IMPHASH=53e117a96057eaf19c41380d0e87f1c2'
              - 'IMPHASH=680dad9e300346e05a85023965867201'
              - 'IMPHASH=21aa085d54992511b9f115355e468782'
    condition: selection
falsepositives:
    - Unknown
level: medium
regression_tests_path: regression_data/rules/windows/process_creation/proc_creation_win_pua_adfind_execution/info.yml

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    - Image|endswith: '\AdFind.exe'
    - OriginalFileName: 'AdFind.exe'
    - Hashes|contains:
          - 'IMPHASH=d144de8117df2beceaba2201ad304764'
          - 'IMPHASH=12ce1c0f3f5837ecc18a3782408fa975'
          - 'IMPHASH=bca5675746d13a1f246e2da3c2217492'
          - 'IMPHASH=4fbf3f084fbbb2470b80b2013134df35'
          - 'IMPHASH=49b639b4acbecc49d72a01f357aa4930'
          - 'IMPHASH=53e117a96057eaf19c41380d0e87f1c2'
          - 'IMPHASH=680dad9e300346e05a85023965867201'
          - 'IMPHASH=21aa085d54992511b9f115355e468782'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
Hashesmatch
  • IMPHASH=12ce1c0f3f5837ecc18a3782408fa975 corpus 2 (sigma 2)
  • IMPHASH=21aa085d54992511b9f115355e468782 corpus 2 (sigma 2)
  • IMPHASH=49b639b4acbecc49d72a01f357aa4930 corpus 2 (sigma 2)
  • IMPHASH=4fbf3f084fbbb2470b80b2013134df35 corpus 2 (sigma 2)
  • IMPHASH=53e117a96057eaf19c41380d0e87f1c2 corpus 2 (sigma 2)
  • IMPHASH=680dad9e300346e05a85023965867201 corpus 2 (sigma 2)
  • IMPHASH=bca5675746d13a1f246e2da3c2217492 corpus 2 (sigma 2)
  • IMPHASH=d144de8117df2beceaba2201ad304764 corpus 2 (sigma 2)
Imageends_with
  • \AdFind.exe corpus 2 (sigma 2)
OriginalFileNameeq
  • AdFind.exe corpus 4 (sigma 2, elastic 1, splunk 1)