Skip to content

Commit

Permalink
new: onion-address type
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Oct 17, 2024
1 parent 239c024 commit 83aac78
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions pymisp/data/describeTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,10 @@
"anonymised": {
"default_category": "Other",
"to_ids": 0
},
"onion-address": {
"default_category": "Network activity",
"to_ids": 1
}
},
"types": [
Expand Down Expand Up @@ -952,7 +956,8 @@
"chrome-extension-id",
"cortex",
"boolean",
"anonymised"
"anonymised",
"onion-address"
],
"categories": [
"Internal reference",
Expand Down Expand Up @@ -1098,7 +1103,8 @@
"mobile-application-id",
"chrome-extension-id",
"whois-registrant-email",
"anonymised"
"anonymised",
"onion-address"
],
"Artifacts dropped": [
"md5",
Expand Down Expand Up @@ -1234,7 +1240,6 @@
"x509-fingerprint-md5",
"x509-fingerprint-sha256",
"azure-application-id",
"azure-application-id",
"mobile-application-id",
"chrome-extension-id",
"other",
Expand Down Expand Up @@ -1299,7 +1304,8 @@
"dkim",
"dkim-signature",
"ssh-fingerprint",
"dom-hash"
"dom-hash",
"onion-address"
],
"Payload type": [
"comment",
Expand Down Expand Up @@ -1384,7 +1390,8 @@
"cortex",
"anonymised",
"community-id",
"dom-hash"
"dom-hash",
"onion-address"
],
"Financial fraud": [
"btc",
Expand Down Expand Up @@ -1486,4 +1493,4 @@
]
}
}
}
}

0 comments on commit 83aac78

Please sign in to comment.