Skip to content

Commit

Permalink
[backend] X509 Certificate pattern definition (OpenCTI-Platform#10091)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit authored Mar 6, 2025
1 parent aefe5f1 commit 11a7c13
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
"Payment-Card": ["card_number"],
"Media-Content": ["url"],
"Persona": ["persona_name", "persona_type"],
"X509-Certificate_md5": ["hashes", "MD5"],
"X509-Certificate_sha1": ["hashes", "SHA-1"],
"X509-Certificate_sha256": ["hashes", "SHA-256"],
"X509-Certificate_sha512": ["hashes", "SHA-512"],
"X509-Certificate_subject": ["subject"],
"X509-Certificate_issuer": ["issuer"],
}


Expand Down

0 comments on commit 11a7c13

Please sign in to comment.