Advertisement
James_inthe_box

MedusaHTTP yara

Aug 13th, 2019
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. rule Medusa_mem
  2. {
  3. meta:
  4. description = "MedusaHTTP"
  5. author = "James_inthe_box"
  6. reference = "https://app.any.run/tasks/68c8f400-eba5-4d6c-b1f1-8b07d4c014a4"
  7. date = "2019/08"
  8. maltype = "DDOS"
  9.  
  10. strings:
  11. $string1 = "MacAddress"
  12. $string2 = "Internal.log"
  13. $string3 = "Failed"
  14. $string4 = "POST!"
  15. $string5 = "abc="
  16. $string6 = "xyz="
  17. $string7 = "slavicdragon"
  18. $string8 = "smartflood"
  19.  
  20. condition:
  21. all of ($string*) and filesize > 800KB
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement