Skip to content

Commit

Permalink
chg: [describeTypes] updated
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Sep 4, 2020
1 parent f1a91d0 commit 5598351
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pymisp/data/describeTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"pattern-in-file",
"pattern-in-memory",
"pdb",
"pgp-private-key",
"pgp-public-key",
"regkey",
"regkey|value",
"sha1",
Expand Down Expand Up @@ -101,6 +103,7 @@
"campaign-name",
"comment",
"dns-soa-email",
"email",
"other",
"text",
"threat-actor",
Expand Down Expand Up @@ -206,6 +209,7 @@
"cookie",
"domain",
"domain|ip",
"email",
"email-dst",
"email-src",
"email-subject",
Expand Down Expand Up @@ -248,6 +252,8 @@
"float",
"hex",
"other",
"pgp-private-key",
"pgp-public-key",
"phone-number",
"port",
"size-in-bytes",
Expand All @@ -262,6 +268,7 @@
"chrome-extension-id",
"comment",
"domain",
"email",
"email-attachment",
"email-body",
"email-dst",
Expand Down Expand Up @@ -431,6 +438,7 @@
"comment",
"country-of-residence",
"date-of-birth",
"email",
"first-name",
"frequent-flyer-number",
"gender",
Expand All @@ -445,6 +453,8 @@
"passport-expiration",
"passport-number",
"payment-details",
"pgp-private-key",
"pgp-public-key",
"phone-number",
"place-of-birth",
"place-port-of-clearance",
Expand All @@ -460,6 +470,7 @@
"Social network": [
"anonymised",
"comment",
"email",
"email-dst",
"email-src",
"eppn",
Expand All @@ -468,6 +479,8 @@
"github-username",
"jabber-id",
"other",
"pgp-private-key",
"pgp-public-key",
"text",
"twitter-id",
"whois-registrant-email"
Expand Down Expand Up @@ -609,6 +622,9 @@
"default_category": "Network activity",
"to_ids": 1
},
"email": {
"default_category": "Social network"
},
"email-attachment": {
"default_category": "Payload delivery",
"to_ids": 1
Expand Down Expand Up @@ -949,6 +965,14 @@
"default_category": "Payload delivery",
"to_ids": 1
},
"pgp-private-key": {
"default_category": "Person",
"to_ids": 0
},
"pgp-public-key": {
"default_category": "Person",
"to_ids": 0
},
"phone-number": {
"default_category": "Person",
"to_ids": 0
Expand Down Expand Up @@ -1224,6 +1248,7 @@
"dns-soa-email",
"domain",
"domain|ip",
"email",
"email-attachment",
"email-body",
"email-dst",
Expand Down Expand Up @@ -1309,6 +1334,8 @@
"payment-details",
"pdb",
"pehash",
"pgp-private-key",
"pgp-public-key",
"phone-number",
"place-of-birth",
"place-port-of-clearance",
Expand Down

0 comments on commit 5598351

Please sign in to comment.