modified: objects/device/definition.json

modified:   objects/phishing-kit/definition.json
pull/168/head
haxpak 2019-04-14 11:04:57 +05:30
parent bb9ff86b2f
commit b24336499a
2 changed files with 42 additions and 43 deletions

View File

@ -41,7 +41,7 @@
"description": "Device IP address", "description": "Device IP address",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "ip-src", "misp-attribute": "ip-src",
"multiple" : true "multiple": true
}, },
"MAC-address": { "MAC-address": {
"description": "Device MAC address", "description": "Device MAC address",
@ -60,7 +60,7 @@
"multiple": true "multiple": true
} }
}, },
"version": 4, "version": 5,
"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",

View File

@ -1,10 +1,9 @@
{ {
"name": "phishing-kit", "name": "phishing-kit",
"uuid": "e08eea9b-5776-4014-9b0e-a821ee890143", "uuid": "f452c16b-12fa-4f87-84a2-15a9e8ca6e7c",
"meta-category": "network", "meta-category": "network",
"description": "Oject to describe a phishing-kit.", "description": "Oject to describe a phishing-kit.",
"version": 1, "version": 2,
"attributes": { "attributes": {
"internal reference": { "internal reference": {
"categories": [ "categories": [
@ -19,8 +18,8 @@
"misp-attribute": "datetime", "misp-attribute": "datetime",
"ui-priority": 0, "ui-priority": 0,
"description": "Date when the phishing kit was found", "description": "Date when the phishing kit was found",
"to_ids" : false, "to_ids": false,
"disable_correlation" : true "disable_correlation": true
}, },
"reference-link": { "reference-link": {
"to_ids": false, "to_ids": false,
@ -29,37 +28,37 @@
"misp-attribute": "link", "misp-attribute": "link",
"description": "Link where the Phishing Kit was observed" "description": "Link where the Phishing Kit was observed"
}, },
"threat-actor-email" : { "threat-actor-email": {
"description" : "Email of the Threat Actor", "description": "Email of the Threat Actor",
"multiple" : true, "multiple": true,
"ui-priority" : 0, "ui-priority": 0,
"misp-attribute" : "email-src" "misp-attribute": "email-src"
}, },
"email-type" : { "email-type": {
"description" : "Type of the Email", "description": "Type of the Email",
"multiple" : false, "multiple": false,
"ui-priority" : 0, "ui-priority": 0,
"misp-attribute" : "text", "misp-attribute": "text",
"disable_correlation" : true "disable_correlation": true
}, },
"kit-mailer" : { "kit-mailer": {
"description" : "Mailer Kit Used", "description": "Mailer Kit Used",
"multiple" : true, "multiple": true,
"ui-priority" : 0, "ui-priority": 0,
"misp-attribute" : "text", "misp-attribute": "text",
"disable_correlation" : true "disable_correlation": true
}, },
"target" :{ "target": {
"description" : "What was targeted using this phishing kit", "description": "What was targeted using this phishing kit",
"multiple" : true, "multiple": true,
"ui-priority" : 1, "ui-priority": 1,
"misp-attribute" : "text" "misp-attribute": "text"
}, },
"phishing-domain" : { "phishing-domain": {
"description" : "Domain used for Phishing", "description": "Domain used for Phishing",
"multiple" : true, "multiple": true,
"ui-priority" : 1, "ui-priority": 1,
"misp-attribute" : "url" "misp-attribute": "url"
}, },
"online": { "online": {
"disable_correlation": true, "disable_correlation": true,
@ -76,16 +75,16 @@
"ui-priority": 1, "ui-priority": 1,
"description": "URL of Phishing Kit" "description": "URL of Phishing Kit"
}, },
"threat-actor" : { "threat-actor": {
"description" : "Identified threat actor", "description": "Identified threat actor",
"ui-priority" : 0, "ui-priority": 0,
"multiple" : true, "multiple": true,
"misp-attribute" : "text" "misp-attribute": "text"
}, },
"kit-name" : { "kit-name": {
"description" : "Name of the Phishing Kit", "description": "Name of the Phishing Kit",
"ui-priority" : 10, "ui-priority": 10,
"misp-attribute" : "text" "misp-attribute": "text"
} }
}, },
"requiredOneOf": [ "requiredOneOf": [