Advertisement
James_inthe_box

Sectigo

Mar 29th, 2019
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. rule Sectigo_signed_bin
  2. {
  3. meta:
  4. description = "Sectigo signed"
  5. author = "James_inthe_box"
  6. reference = "e30c18f741916c335f7859b808929fa94295a708c19def4ca671f50909bdc225"
  7. date = "2019/03"
  8. maltype = "Dumb"
  9.  
  10. strings:
  11. $string1 = "Sectigo Limited1$0"
  12. $string2 = "Sectigo RSA Code Signing CA"
  13. $string3 = "Greater Manchester1"
  14. $string4 = "Salford1"
  15.  
  16. condition:
  17. uint16(0) == 0x5A4D and all of ($string*) and filesize < 8800KB
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement