Created
February 2, 2014 03:46
-
-
Save devrim/8762772 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
name : "slowloris.pl" | |
url : "" | |
description : "" | |
detectionFilters : | |
fs : ["slowtoris","strg"] # keywords that we search in FS | |
proc : ["strg","slowtoris"] # in processes list | |
, | |
name : "second-malware" | |
url : "" | |
description : "" | |
detectionFilters : | |
fs : ["slowtoris","strg"] | |
proc : ["strg","slowtoris"] | |
ports : ["3000","4000"] # what ports does it usually occupy | |
tcp : [""] # tcpdump traces | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment