Skip to content

Commit

Permalink
fix: add tlp and license to meta
Browse files Browse the repository at this point in the history
  • Loading branch information
dubfib authored Dec 25, 2024
1 parent 5efd90f commit 3fec0de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions certificate/certificate_blocklist.yar
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ rule certificate_blocklist_2595bcf2c3ae82b63703af36e1256a9a
meta:
author = "dubfib"
date = "2024-12-25"
sharing = "TLP:WHITE"
license = "CC BY 4.0"

condition:
uint16(0) == 0x5A4D and
Expand All @@ -22,7 +24,9 @@ rule certificate_blocklist_5ab8891e9a0a7996494081ed71f471ee
meta:
author = "dubfib"
date = "2024-12-25"

sharing = "TLP:WHITE"
license = "CC BY 4.0"

condition:
uint16(0) == 0x5A4D and
for any i in (0..pe.number_of_signatures): (
Expand All @@ -32,4 +36,4 @@ rule certificate_blocklist_5ab8891e9a0a7996494081ed71f471ee
pe.signatures[i].thumbprint == "5f939042543bc5b5b26ee42d3b2f7cc31c8f6b07" and
pe.signatures[i].not_after >= 2050584840
)
}
}

0 comments on commit 3fec0de

Please sign in to comment.