We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion @maxvarm will add them shortly
Sorry, something went wrong.
No branches or pull requests
Hi,
It would be great to add AutoIt3 scripts detection, saw them many times for this quarter.
Attack example:
Detection suggestions:
The text was updated successfully, but these errors were encountered: