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

Extracting C2's From Memory #104

Open
eoinmiller-sfdc opened this issue Mar 29, 2016 · 0 comments
Open

Extracting C2's From Memory #104

eoinmiller-sfdc opened this issue Mar 29, 2016 · 0 comments

Comments

@eoinmiller-sfdc
Copy link
Contributor

Been using this for extracting the IP:Port for Dridex C2's from memory, could be useful for this plugin.

rule DridexC2
{
strings:
$C2_IP_Port = /\b[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}:[0-9]{1,5}\b\x00{32}/

condition:
#C2_IP_Port >= 3
}

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

1 participant