Advertisement
James_inthe_box

imminent 2.0

Feb 27th, 2019
805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. rule Imminent_2_bin
  2. {
  3. meta:
  4. description = "Possible new Imminent Rat"
  5. author = "James_inthe_box"
  6. reference = "af55fb0b937b2ee6a6f1705167f8b3cd97802dc88b9f2fb019ad7d27869b396a"
  7. date = "2019/02"
  8. maltype = "RAT"
  9.  
  10. strings:
  11. $string1 = "keyloggerPath"
  12. $string2 = "ConnectionKey"
  13. $string3 = "SCREEN_VIEW_START"
  14. $string4 = "SCREEN_VIEW_STOP"
  15. $string5 = "get_Jpeg"
  16. $string6 = "StopStress"
  17. $string7 = "SLOWLORIS"
  18. $string8 = "aforge" wide
  19. $string9 = "directshow" wide
  20. $string10 = "Imminent" wide
  21. $string11 = "firewall set opmode disable" wide
  22.  
  23. condition:
  24. uint16(0) == 0x5A4D and all of ($string*) and filesize < 400KB
  25. }
  26.  
  27. rule Imminent_2_mem
  28. {
  29. meta:
  30. description = "Possible new Imminent Rat"
  31. author = "James_inthe_box"
  32. reference = "af55fb0b937b2ee6a6f1705167f8b3cd97802dc88b9f2fb019ad7d27869b396a"
  33. date = "2019/02"
  34. maltype = "RAT"
  35.  
  36. strings:
  37. $string1 = "keyloggerPath"
  38. $string2 = "ConnectionKey"
  39. $string3 = "SCREEN_VIEW_START"
  40. $string4 = "SCREEN_VIEW_STOP"
  41. $string5 = "get_Jpeg"
  42. $string6 = "StopStress"
  43. $string7 = "SLOWLORIS"
  44. $string8 = "aforge" wide
  45. $string9 = "directshow" wide
  46. $string10 = "Imminent" wide
  47. $string11 = "firewall set opmode disable" wide
  48.  
  49. condition:
  50. all of ($string*) and filesize > 400KB
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement