new: onion-address type

main
Raphaël Vinot 2024-10-17 14:40:51 +02:00
parent 239c02428d
commit 83aac7801b
1 changed files with 13 additions and 6 deletions

View File

@ -760,6 +760,10 @@
"anonymised": { "anonymised": {
"default_category": "Other", "default_category": "Other",
"to_ids": 0 "to_ids": 0
},
"onion-address": {
"default_category": "Network activity",
"to_ids": 1
} }
}, },
"types": [ "types": [
@ -952,7 +956,8 @@
"chrome-extension-id", "chrome-extension-id",
"cortex", "cortex",
"boolean", "boolean",
"anonymised" "anonymised",
"onion-address"
], ],
"categories": [ "categories": [
"Internal reference", "Internal reference",
@ -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",
@ -1234,7 +1240,6 @@
"x509-fingerprint-md5", "x509-fingerprint-md5",
"x509-fingerprint-sha256", "x509-fingerprint-sha256",
"azure-application-id", "azure-application-id",
"azure-application-id",
"mobile-application-id", "mobile-application-id",
"chrome-extension-id", "chrome-extension-id",
"other", "other",
@ -1299,7 +1304,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 +1390,8 @@
"cortex", "cortex",
"anonymised", "anonymised",
"community-id", "community-id",
"dom-hash" "dom-hash",
"onion-address"
], ],
"Financial fraud": [ "Financial fraud": [
"btc", "btc",
@ -1486,4 +1493,4 @@
] ]
} }
} }
} }