Skip to content

Commit

Permalink
chg: [datamodel] new anonymised type added
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Jan 31, 2019
1 parent 6002bf3 commit dc5d40a
Showing 1 changed file with 38 additions and 17 deletions.
55 changes: 38 additions & 17 deletions pymisp/data/describeTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,10 @@
"boolean": {
"default_category": "Other",
"to_ids": 0
},
"anonymised": {
"default_category": "Other",
"to_ids": 0
}
},
"types": [
Expand Down Expand Up @@ -787,7 +791,8 @@
"passenger-name-record-locator-number",
"mobile-application-id",
"cortex",
"boolean"
"boolean",
"anonymised"
],
"categories": [
"Internal reference",
Expand All @@ -813,7 +818,8 @@
"link",
"comment",
"other",
"hex"
"hex",
"anonymised"
],
"Targeting data": [
"target-user",
Expand All @@ -822,15 +828,17 @@
"target-org",
"target-location",
"target-external",
"comment"
"comment",
"anonymised"
],
"Antivirus detection": [
"link",
"comment",
"text",
"hex",
"attachment",
"other"
"other",
"anonymised"
],
"Payload delivery": [
"md5",
Expand Down Expand Up @@ -910,7 +918,8 @@
"email-thread-index",
"email-message-id",
"mobile-application-id",
"whois-registrant-email"
"whois-registrant-email",
"anonymised"
],
"Artifacts dropped": [
"md5",
Expand Down Expand Up @@ -965,7 +974,8 @@
"other",
"cookie",
"gene",
"mime-type"
"mime-type",
"anonymised"
],
"Payload installation": [
"md5",
Expand Down Expand Up @@ -1016,7 +1026,8 @@
"x509-fingerprint-sha256",
"mobile-application-id",
"other",
"mime-type"
"mime-type",
"anonymised"
],
"Persistence mechanism": [
"filename",
Expand All @@ -1025,7 +1036,8 @@
"comment",
"text",
"other",
"hex"
"hex",
"anonymised"
],
"Network activity": [
"ip-src",
Expand Down Expand Up @@ -1062,12 +1074,14 @@
"cookie",
"hostname|port",
"bro",
"zeek"
"zeek",
"anonymised"
],
"Payload type": [
"comment",
"text",
"other"
"other",
"anonymised"
],
"Attribution": [
"threat-actor",
Expand All @@ -1085,7 +1099,8 @@
"x509-fingerprint-md5",
"x509-fingerprint-sha256",
"other",
"dns-soa-email"
"dns-soa-email",
"anonymised"
],
"External analysis": [
"md5",
Expand Down Expand Up @@ -1129,7 +1144,8 @@
"hasshserver-md5",
"github-repository",
"other",
"cortex"
"cortex",
"anonymised"
],
"Financial fraud": [
"btc",
Expand All @@ -1145,15 +1161,17 @@
"comment",
"text",
"other",
"hex"
"hex",
"anonymised"
],
"Support Tool": [
"link",
"text",
"attachment",
"comment",
"other",
"hex"
"hex",
"anonymised"
],
"Social network": [
"github-username",
Expand All @@ -1166,7 +1184,8 @@
"comment",
"text",
"other",
"whois-registrant-email"
"whois-registrant-email",
"anonymised"
],
"Person": [
"first-name",
Expand Down Expand Up @@ -1196,7 +1215,8 @@
"text",
"other",
"phone-number",
"identity-card-number"
"identity-card-number",
"anonymised"
],
"Other": [
"comment",
Expand All @@ -1210,7 +1230,8 @@
"float",
"hex",
"phone-number",
"boolean"
"boolean",
"anonymised"
]
}
}
Expand Down

0 comments on commit dc5d40a

Please sign in to comment.