Skip to content

Commit

Permalink
Clarified IP URL in memory message
Browse files Browse the repository at this point in the history
  • Loading branch information
botherder committed Mar 3, 2019
1 parent f95987c commit dc5a851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signatures/windows/memdump_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def on_complete(self):

class ProcMemDumpIPURLs(Signature):
name = "memdump_ip_urls"
description = "Found IP Address URLs in process memory dump potentially indicative of C2 as normally domain names would be used"
description = "Found URLs in memory pointing to an IP address rather than a domain (potentially indicative of Command & Control traffic)"
severity = 3
categories = ["unpacking", "c2"]
authors = ["Kevin Ross"]
Expand Down

0 comments on commit dc5a851

Please sign in to comment.