bartblaze

Monero_Compromise

Nov 19th, 2019
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. rule Monero_Compromise
  2. {
  3. meta:
  4. description = "Identifies compromised Monero binaries."
  5. author = "@bartblaze"
  6. date = "2019-11"
  7. tlp = "White"
  8. reference = "https://bartblaze.blogspot.com/2019/11/monero-project-compromised.html"
  9.  
  10. strings:
  11. $ = "ZN10cryptonote13simple_wallet9send_seedERKN4epee15wipeable_stringE" ascii wide
  12. $ = "ZN10cryptonote13simple_wallet10send_to_ccENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_i" ascii wide
  13. $ = "ZN10cryptonote13simple_wallet9send_seedERKN4epee15wipeable_stringE" ascii wide
  14. $ = "ZN10cryptonote13simple_wallet10send_to_ccENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_i" ascii wide
  15. $ = "node.xmrsupport.co" ascii wide
  16. $ = "node.hashmonero.com" ascii wide
  17.  
  18. condition:
  19. any of them
  20. }
Add Comment
Please, Sign In to add comment