forked from SwiftOnSecurity/sysmon-config
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
Hi,
It would be great to add AutoIt3 scripts detection, saw them many times for this quarter.
Attack example:
Detection suggestions:
<!-- Event Code 11, AutoIt3 scripts extensions -->
<TargetFilename condition="end with">.au3</TargetFilename>
<TargetFilename condition="end with">.a3x</TargetFilename>
<!-- Event Code 1 and 3, in my cases fetched via curl.exe LOLBin -->
<Image condition="image">AutoIt3.exe</Image>
<Image condition="image">curl.exe</Image>nasbench
Metadata
Metadata
Assignees
Labels
No labels