mirror of https://github.com/MISP/misp-objects
added MAC address to device
meta category of organization changed to organization meta category of person object changed to organization new object phishing-kitpull/168/head
parent
9f3fb14ed5
commit
bb9ff86b2f
|
@ -40,7 +40,13 @@
|
||||||
"ip-address": {
|
"ip-address": {
|
||||||
"description": "Device IP address",
|
"description": "Device IP address",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "ip-src"
|
"misp-attribute": "ip-src",
|
||||||
|
"multiple" : true
|
||||||
|
},
|
||||||
|
"MAC-address": {
|
||||||
|
"description": "Device MAC address",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"analysis-date": {
|
"analysis-date": {
|
||||||
"description": "Date of device analysis",
|
"description": "Date of device analysis",
|
||||||
|
@ -54,7 +60,7 @@
|
||||||
"multiple": true
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"description": "An object to define a device",
|
"description": "An object to define a device",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "0c64b41a-e583-4f4d-ac92-d484163b9e52",
|
"uuid": "0c64b41a-e583-4f4d-ac92-d484163b9e52",
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"description": "An object which describes an organization.",
|
"description": "An object which describes an organization.",
|
||||||
"meta-category": "misc",
|
"meta-category": "organization",
|
||||||
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
|
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
|
||||||
"name": "organization"
|
"name": "organization"
|
||||||
}
|
}
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
},
|
},
|
||||||
"version": 9,
|
"version": 9,
|
||||||
"description": "An object which describes a person or an identity.",
|
"description": "An object which describes a person or an identity.",
|
||||||
"meta-category": "misc",
|
"meta-category": "organization",
|
||||||
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
||||||
"name": "person"
|
"name": "person"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,97 @@
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "phishing-kit",
|
||||||
|
"uuid": "e08eea9b-5776-4014-9b0e-a821ee890143",
|
||||||
|
"meta-category": "network",
|
||||||
|
"description": "Oject to describe a phishing-kit.",
|
||||||
|
"version": 1,
|
||||||
|
"attributes": {
|
||||||
|
"internal reference": {
|
||||||
|
"categories": [
|
||||||
|
"Internal reference"
|
||||||
|
],
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"description": "Internal reference such as ticket ID"
|
||||||
|
},
|
||||||
|
"date-found": {
|
||||||
|
"multiple": true,
|
||||||
|
"misp-attribute": "datetime",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"description": "Date when the phishing kit was found",
|
||||||
|
"to_ids" : false,
|
||||||
|
"disable_correlation" : true
|
||||||
|
},
|
||||||
|
"reference-link": {
|
||||||
|
"to_ids": false,
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "link",
|
||||||
|
"description": "Link where the Phishing Kit was observed"
|
||||||
|
},
|
||||||
|
"threat-actor-email" : {
|
||||||
|
"description" : "Email of the Threat Actor",
|
||||||
|
"multiple" : true,
|
||||||
|
"ui-priority" : 0,
|
||||||
|
"misp-attribute" : "email-src"
|
||||||
|
},
|
||||||
|
"email-type" : {
|
||||||
|
"description" : "Type of the Email",
|
||||||
|
"multiple" : false,
|
||||||
|
"ui-priority" : 0,
|
||||||
|
"misp-attribute" : "text",
|
||||||
|
"disable_correlation" : true
|
||||||
|
},
|
||||||
|
"kit-mailer" : {
|
||||||
|
"description" : "Mailer Kit Used",
|
||||||
|
"multiple" : true,
|
||||||
|
"ui-priority" : 0,
|
||||||
|
"misp-attribute" : "text",
|
||||||
|
"disable_correlation" : true
|
||||||
|
},
|
||||||
|
"target" :{
|
||||||
|
"description" : "What was targeted using this phishing kit",
|
||||||
|
"multiple" : true,
|
||||||
|
"ui-priority" : 1,
|
||||||
|
"misp-attribute" : "text"
|
||||||
|
},
|
||||||
|
"phishing-domain" : {
|
||||||
|
"description" : "Domain used for Phishing",
|
||||||
|
"multiple" : true,
|
||||||
|
"ui-priority" : 1,
|
||||||
|
"misp-attribute" : "url"
|
||||||
|
},
|
||||||
|
"online": {
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"values_list": [
|
||||||
|
"Yes",
|
||||||
|
"No"
|
||||||
|
],
|
||||||
|
"ui-priority": 0,
|
||||||
|
"description": "If the phishing kit is online and operational, by default is yes"
|
||||||
|
},
|
||||||
|
"kit-url": {
|
||||||
|
"misp-attribute": "url",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"description": "URL of Phishing Kit"
|
||||||
|
},
|
||||||
|
"threat-actor" : {
|
||||||
|
"description" : "Identified threat actor",
|
||||||
|
"ui-priority" : 0,
|
||||||
|
"multiple" : true,
|
||||||
|
"misp-attribute" : "text"
|
||||||
|
},
|
||||||
|
"kit-name" : {
|
||||||
|
"description" : "Name of the Phishing Kit",
|
||||||
|
"ui-priority" : 10,
|
||||||
|
"misp-attribute" : "text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requiredOneOf": [
|
||||||
|
"kit-url",
|
||||||
|
"reference-link",
|
||||||
|
"kit-name",
|
||||||
|
"kit-hash"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue