Advertisement
James_inthe_box

PsiX

Aug 30th, 2018
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. original hash: 878fce0c5cc666c7d242a6f23c34924f23884b89c2b687f463432a6f563d676c
  2. extracted hash: f687a654bd592a0b53034942cb1eca9291888a85153b4217b772f269e90198c9
  3.  
  4. IP's
  5. 169.239.202.202
  6. 185.121.177.177
  7. 82.141.39.32
  8. 195.154.226.249
  9. 51.254.141.22
  10. 58.251.121.110
  11. 5.135.183.146
  12. 37.58.63.27
  13. 81.2.241.148
  14. 139.59.17.152
  15. 119.28.48.230
  16. 130.255.73.90
  17. 119.28.48.232
  18. 158.69.239.167
  19. 87.98.175.85
  20. 111.67.20.8
  21. 31.171.251.118
  22. 172.104.136.243
  23. 130.255.78.223
  24. 88.175.188.50
  25. 51.255.48.78
  26. 198.251.90.143
  27. 101.226.79.205
  28. 31.3.135.232
  29. 192.99.85.244
  30. 144.76.133.38
  31. 142.4.205.47
  32. 180.163.8.114
  33. 142.4.204.111
  34. 62.113.203.99
  35. 5.154.191.67
  36. 163.53.248.170
  37. 139.59.208.246
  38. 59.36.120.151
  39. 212.47.242.157
  40.  
  41. other bits
  42. action=module&bot_id=
  43. action=command&bot_id=
  44. action=result&command_id=
  45. &command_result=
  46. &module_action=BrowserModule
  47. &module_action=KeyLoggerModule
  48. &module_action=ComplexModule
  49. &module_action=BTCModule
  50. &module_action=OutlookModule
  51. url.php?token=
  52.  
  53. StartSpamEmail
  54. spam
  55. subject
  56. StartKeylogger
  57. KeyLogger started
  58. KeyLogger already works
  59. StopKeylogger
  60.  
  61. yara rule:
  62. rule PsiX_bin
  63. {
  64. meta:
  65. author = " James_inthe_box"
  66. date = "2018/08"
  67. maltype = "PisX"
  68.  
  69. strings:
  70. $var1 = "action=module&bot_id=" wide
  71. $var2 = "&module_action=" wide
  72. $var3 = "Keylogger" nocase
  73.  
  74. condition:
  75. uint16(0) == 0x5A4D and all of ($var*) and filesize < 800KB
  76. }
  77.  
  78. rule PsiX_mem
  79. {
  80. meta:
  81. author = " James_inthe_box"
  82. date = "2018/08"
  83. maltype = "PisX"
  84.  
  85. strings:
  86. $var1 = "action=module&bot_id=" wide
  87. $var2 = "&module_action=" wide
  88. $var3 = "Keylogger" nocase
  89.  
  90. condition:
  91. all of ($var*) and filesize > 800KB
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement