Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AutoIt3 detection #58

Open
maxvarm opened this issue Sep 21, 2023 · 1 comment
Open

Add AutoIt3 detection #58

maxvarm opened this issue Sep 21, 2023 · 1 comment

Comments

@maxvarm
Copy link

maxvarm commented Sep 21, 2023

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
Copy link
Collaborator

Thanks for the suggestion @maxvarm will add them shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants