Skip to content

Commit 147c0cd

Browse files
committed
[client] X509 Certificate pattern generation (#10091)
1 parent 8573c5c commit 147c0cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

opencti-platform/opencti-graphql/src/python/runtime/stix2_create_pattern.py

+6
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
"Payment-Card": ["card_number"],
4848
"Media-Content": ["url"],
4949
"Persona": ["persona_name", "persona_type"],
50+
"X509-Certificate_md5": ["hashes", "MD5"],
51+
"X509-Certificate_sha1": ["hashes", "SHA-1"],
52+
"X509-Certificate_sha256": ["hashes", "SHA-256"],
53+
"X509-Certificate_sha512": ["hashes", "SHA-512"],
54+
"X509-Certificate_subject": ["subject"],
55+
"X509-Certificate_issuer": ["issuer"],
5056
}
5157

5258

0 commit comments

Comments
 (0)