Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New onion-address attribute type #1305

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions pymisp/data/describeTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,10 @@
"default_category": "Network activity",
"to_ids": 1
},
"onion-address": {
"default_category": "Network activity",
"to_ids": 1
},
"mac-address": {
"default_category": "Network activity",
"to_ids": 0
Expand Down Expand Up @@ -906,6 +910,7 @@
"ip-dst|port",
"ip-src|port",
"hostname|port",
"onion-address",
"mac-address",
"mac-eui-64",
"email-dst-display-name",
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 @@ -1299,7 +1305,8 @@
"dkim",
"dkim-signature",
"ssh-fingerprint",
"dom-hash"
"dom-hash",
"onion-address"
],
"Payload type": [
"comment",
Expand Down Expand Up @@ -1384,7 +1391,8 @@
"cortex",
"anonymised",
"community-id",
"dom-hash"
"dom-hash",
"onion-address"
],
"Financial fraud": [
"btc",
Expand Down
Loading