mirror of https://github.com/MISP/PyMISP
chg: Bump describeTypes
parent
68afcf1c38
commit
f15341d1cf
|
@ -373,6 +373,14 @@
|
||||||
"default_category": "Network activity",
|
"default_category": "Network activity",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
},
|
},
|
||||||
|
"x509-fingerprint-md5": {
|
||||||
|
"default_category": "Network activity",
|
||||||
|
"to_ids": 1
|
||||||
|
},
|
||||||
|
"x509-fingerprint-sha256": {
|
||||||
|
"default_category": "Network activity",
|
||||||
|
"to_ids": 1
|
||||||
|
},
|
||||||
"dns-soa-email": {
|
"dns-soa-email": {
|
||||||
"default_category": "Attribution",
|
"default_category": "Attribution",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
|
@ -664,6 +672,8 @@
|
||||||
"whois-registrar",
|
"whois-registrar",
|
||||||
"whois-creation-date",
|
"whois-creation-date",
|
||||||
"x509-fingerprint-sha1",
|
"x509-fingerprint-sha1",
|
||||||
|
"x509-fingerprint-md5",
|
||||||
|
"x509-fingerprint-sha256",
|
||||||
"dns-soa-email",
|
"dns-soa-email",
|
||||||
"size-in-bytes",
|
"size-in-bytes",
|
||||||
"counter",
|
"counter",
|
||||||
|
@ -816,6 +826,8 @@
|
||||||
"hex",
|
"hex",
|
||||||
"vulnerability",
|
"vulnerability",
|
||||||
"x509-fingerprint-sha1",
|
"x509-fingerprint-sha1",
|
||||||
|
"x509-fingerprint-md5",
|
||||||
|
"x509-fingerprint-sha256",
|
||||||
"other",
|
"other",
|
||||||
"hostname|port",
|
"hostname|port",
|
||||||
"email-dst-display-name",
|
"email-dst-display-name",
|
||||||
|
@ -875,6 +887,8 @@
|
||||||
"text",
|
"text",
|
||||||
"hex",
|
"hex",
|
||||||
"x509-fingerprint-sha1",
|
"x509-fingerprint-sha1",
|
||||||
|
"x509-fingerprint-md5",
|
||||||
|
"x509-fingerprint-sha256",
|
||||||
"other",
|
"other",
|
||||||
"cookie"
|
"cookie"
|
||||||
],
|
],
|
||||||
|
@ -921,6 +935,8 @@
|
||||||
"text",
|
"text",
|
||||||
"hex",
|
"hex",
|
||||||
"x509-fingerprint-sha1",
|
"x509-fingerprint-sha1",
|
||||||
|
"x509-fingerprint-md5",
|
||||||
|
"x509-fingerprint-sha256",
|
||||||
"mobile-application-id",
|
"mobile-application-id",
|
||||||
"other"
|
"other"
|
||||||
],
|
],
|
||||||
|
@ -978,6 +994,8 @@
|
||||||
"comment",
|
"comment",
|
||||||
"text",
|
"text",
|
||||||
"x509-fingerprint-sha1",
|
"x509-fingerprint-sha1",
|
||||||
|
"x509-fingerprint-md5",
|
||||||
|
"x509-fingerprint-sha256",
|
||||||
"other",
|
"other",
|
||||||
"dns-soa-email"
|
"dns-soa-email"
|
||||||
],
|
],
|
||||||
|
@ -1014,6 +1032,8 @@
|
||||||
"comment",
|
"comment",
|
||||||
"text",
|
"text",
|
||||||
"x509-fingerprint-sha1",
|
"x509-fingerprint-sha1",
|
||||||
|
"x509-fingerprint-md5",
|
||||||
|
"x509-fingerprint-sha256",
|
||||||
"github-repository",
|
"github-repository",
|
||||||
"other",
|
"other",
|
||||||
"cortex"
|
"cortex"
|
||||||
|
|
Loading…
Reference in New Issue