mirror of https://github.com/MISP/PyMISP
up: Bump misp-objects & describeTypes
parent
a571da08fa
commit
b298f8de6e
|
@ -225,6 +225,10 @@
|
||||||
"default_category": "Financial fraud",
|
"default_category": "Financial fraud",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
},
|
},
|
||||||
|
"phone-number": {
|
||||||
|
"default_category": "Person",
|
||||||
|
"to_ids": 0
|
||||||
|
},
|
||||||
"threat-actor": {
|
"threat-actor": {
|
||||||
"default_category": "Attribution",
|
"default_category": "Attribution",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
|
@ -615,6 +619,7 @@
|
||||||
"bin",
|
"bin",
|
||||||
"cc-number",
|
"cc-number",
|
||||||
"prtn",
|
"prtn",
|
||||||
|
"phone-number",
|
||||||
"threat-actor",
|
"threat-actor",
|
||||||
"campaign-name",
|
"campaign-name",
|
||||||
"campaign-id",
|
"campaign-id",
|
||||||
|
@ -811,7 +816,8 @@
|
||||||
"email-mime-boundary",
|
"email-mime-boundary",
|
||||||
"email-thread-index",
|
"email-thread-index",
|
||||||
"email-message-id",
|
"email-message-id",
|
||||||
"mobile-application-id"
|
"mobile-application-id",
|
||||||
|
"whois-registrant-email"
|
||||||
],
|
],
|
||||||
"Artifacts dropped": [
|
"Artifacts dropped": [
|
||||||
"md5",
|
"md5",
|
||||||
|
@ -922,6 +928,7 @@
|
||||||
"ip-dst",
|
"ip-dst",
|
||||||
"ip-dst|port",
|
"ip-dst|port",
|
||||||
"ip-src|port",
|
"ip-src|port",
|
||||||
|
"port",
|
||||||
"hostname",
|
"hostname",
|
||||||
"domain",
|
"domain",
|
||||||
"domain|ip",
|
"domain|ip",
|
||||||
|
@ -1005,6 +1012,7 @@
|
||||||
"bin",
|
"bin",
|
||||||
"cc-number",
|
"cc-number",
|
||||||
"prtn",
|
"prtn",
|
||||||
|
"phone-number",
|
||||||
"comment",
|
"comment",
|
||||||
"text",
|
"text",
|
||||||
"other",
|
"other",
|
||||||
|
@ -1029,7 +1037,8 @@
|
||||||
"email-dst",
|
"email-dst",
|
||||||
"comment",
|
"comment",
|
||||||
"text",
|
"text",
|
||||||
"other"
|
"other",
|
||||||
|
"whois-registrant-email"
|
||||||
],
|
],
|
||||||
"Person": [
|
"Person": [
|
||||||
"first-name",
|
"first-name",
|
||||||
|
@ -1057,7 +1066,8 @@
|
||||||
"passenger-name-record-locator-number",
|
"passenger-name-record-locator-number",
|
||||||
"comment",
|
"comment",
|
||||||
"text",
|
"text",
|
||||||
"other"
|
"other",
|
||||||
|
"phone-number"
|
||||||
],
|
],
|
||||||
"Other": [
|
"Other": [
|
||||||
"comment",
|
"comment",
|
||||||
|
@ -1069,7 +1079,8 @@
|
||||||
"cpe",
|
"cpe",
|
||||||
"port",
|
"port",
|
||||||
"float",
|
"float",
|
||||||
"hex"
|
"hex",
|
||||||
|
"phone-number"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 140b55254a5478cb94718d17563c18ce330f45d0
|
Subproject commit 028bb2e0c168ff57a9c68e405dedb3a377d4e3ae
|
Loading…
Reference in New Issue