mirror of https://github.com/MISP/PyMISP
add: [describeTypes] New attribute type `onion-address`
- Follows recent add on MISPpull/1305/head
parent
fae1bfc9c0
commit
c99a8d0fad
|
@ -573,6 +573,10 @@
|
||||||
"default_category": "Network activity",
|
"default_category": "Network activity",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
},
|
},
|
||||||
|
"onion-address": {
|
||||||
|
"default_category": "Network activity",
|
||||||
|
"to_ids": 1
|
||||||
|
},
|
||||||
"mac-address": {
|
"mac-address": {
|
||||||
"default_category": "Network activity",
|
"default_category": "Network activity",
|
||||||
"to_ids": 0
|
"to_ids": 0
|
||||||
|
@ -906,6 +910,7 @@
|
||||||
"ip-dst|port",
|
"ip-dst|port",
|
||||||
"ip-src|port",
|
"ip-src|port",
|
||||||
"hostname|port",
|
"hostname|port",
|
||||||
|
"onion-address",
|
||||||
"mac-address",
|
"mac-address",
|
||||||
"mac-eui-64",
|
"mac-eui-64",
|
||||||
"email-dst-display-name",
|
"email-dst-display-name",
|
||||||
|
@ -1098,7 +1103,8 @@
|
||||||
"mobile-application-id",
|
"mobile-application-id",
|
||||||
"chrome-extension-id",
|
"chrome-extension-id",
|
||||||
"whois-registrant-email",
|
"whois-registrant-email",
|
||||||
"anonymised"
|
"anonymised",
|
||||||
|
"onion-address"
|
||||||
],
|
],
|
||||||
"Artifacts dropped": [
|
"Artifacts dropped": [
|
||||||
"md5",
|
"md5",
|
||||||
|
@ -1299,7 +1305,8 @@
|
||||||
"dkim",
|
"dkim",
|
||||||
"dkim-signature",
|
"dkim-signature",
|
||||||
"ssh-fingerprint",
|
"ssh-fingerprint",
|
||||||
"dom-hash"
|
"dom-hash",
|
||||||
|
"onion-address"
|
||||||
],
|
],
|
||||||
"Payload type": [
|
"Payload type": [
|
||||||
"comment",
|
"comment",
|
||||||
|
@ -1384,7 +1391,8 @@
|
||||||
"cortex",
|
"cortex",
|
||||||
"anonymised",
|
"anonymised",
|
||||||
"community-id",
|
"community-id",
|
||||||
"dom-hash"
|
"dom-hash",
|
||||||
|
"onion-address"
|
||||||
],
|
],
|
||||||
"Financial fraud": [
|
"Financial fraud": [
|
||||||
"btc",
|
"btc",
|
||||||
|
|
Loading…
Reference in New Issue