Renamed PAExec Execution
Detects execution of renamed version of PAExec. Often used by attackers
Sigma rule (View on GitHub)
1title: Renamed PAExec Execution
2id: c4e49831-1496-40cf-8ce1-b53f942b02f9
3related:
4 - id: 7b0666ad-3e38-4e3d-9bab-78b06de85f7b
5 type: obsolete
6status: test
7description: Detects execution of renamed version of PAExec. Often used by attackers
8references:
9 - https://www.poweradmin.com/paexec/
10 - https://summit.fireeye.com/content/dam/fireeye-www/summit/cds-2018/presentations/cds18-technical-s05-att&cking-fin7.pdf
11author: Florian Roth (Nextron Systems), Jason Lynch
12date: 2021-05-22
13modified: 2024-11-23
14tags:
15 - attack.defense-evasion
16 - attack.t1202
17logsource:
18 category: process_creation
19 product: windows
20detection:
21 selection:
22 - Description: 'PAExec Application'
23 - OriginalFileName: 'PAExec.exe'
24 - Product|contains: 'PAExec'
25 - Hashes|contains:
26 - IMPHASH=11D40A7B7876288F919AB819CC2D9802
27 - IMPHASH=6444f8a34e99b8f7d9647de66aabe516
28 - IMPHASH=dfd6aa3f7b2b1035b76b718f1ddc689f
29 - IMPHASH=1a6cca4d5460b1710a12dea39e4a592c
30 filter_main_known_location:
31 - Image|endswith: '\paexec.exe'
32 - Image|startswith: 'C:\Windows\PAExec-'
33 condition: selection and not 1 of filter_main_*
34falsepositives:
35 - Weird admins that rename their tools
36 - Software companies that bundle PAExec with their software and rename it, so that it is less embarrassing
37 - When executed with the "-s" flag. PAExec will copy itself to the "C:\Windows\" directory with a different name. Usually like this "PAExec-[XXXXX]-[ComputerName]"
38level: high
References
Related rules
- Uncommon Child Process Of Conhost.EXE
- Potentially Suspicious Child Process Of VsCode
- Potentially Suspicious Office Document Executed From Trusted Location
- Renamed CURL.EXE Execution
- Windows Binary Executed From WSL