Guest User

sendsafe yara

a guest
Sep 13th, 2016
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. {
  2. meta:
  3. author = " J from THL <[email protected]>"
  4. date = "2016/09"
  5. version = 2
  6. maltype = "Spammer"
  7. filetype = "memory"
  8.  
  9. strings:
  10. $a = "Enterprise Mailing Service"
  11. $b = "Blacklisted by rule: %s:%s"
  12. $c = "/SuccessMails?CampaignNum=%ld"
  13. $d = "/TimedOutMails?CampaignNum=%ld"
  14. $e = "/InvalidMails?CampaignNum=%ld"
  15. $f = "Failed to download maillist, retrying"
  16. $g = "No maillist loaded"
  17. $h = "Successfully sent using SMTP account %s (%d of %ld messages to %s)"
  18. $i = "Successfully sent %d of %ld messages to %s"
  19. $j = "Sending to %s in the same connection"
  20. $k = "New connection required, will send to %s"
  21. $l = "Mail transaction for %s is over."
  22. $m = "Domain %s is bad (found in cache)"
  23. $n = "Domain %s found in cache"
  24. $o = "Domain %s isn't found in cache, resolving it"
  25. $p = "All tries to resolve %s failed."
  26. $q = "Failed to receive response for %s from DNS server"
  27. $r = "Got DNS server response: domain %s is bad"
  28. $s = "Got error %d in response for %s from DNS server"
  29. $t = "MX's IP for domain %s found in cache:"
  30. $u = "Timeout waiting for domain %s to be resolved"
  31. $v = "No valid MXes for domain %s. Marking it as bad"
  32. $w = "Resolving MX %s using existing connection to DNS server"
  33. $x = "All tries to resolve MX for %s are failed"
  34. $y = "Resolving MX %s using DNS server"
  35. $z = "Failed to receive response for MX %s from DNS server"
  36.  
  37. condition:
  38. 13 of them
  39. }
Advertisement
Add Comment
Please, Sign In to add comment