corrected order

pull/151/head
Sascha Rommelfangen 2019-02-25 09:29:15 +01:00 committed by GitHub
parent 140cdeb088
commit 45f6aec0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 93 additions and 84 deletions

View File

@ -1,108 +1,117 @@
{ {
"requiredOneOf": [ "name": "phishing",
"url" "uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
], "meta-category": "network",
"description": "Phishing template to describe a phishing website and its analysis.",
"version": 5,
"attributes": { "attributes": {
"url": { "internal reference": {
"description": "Original url of the phishing website", "categories": [
"ui-priority": 1, "Internal reference"
"misp-attribute": "url"
},
"hostname": {
"description": "host of the phishing website",
"ui-priority": 1,
"misp-attribute": "hostname"
},
"phishtank-id": {
"description": "Phishtank ID of the reported phishing",
"ui-priority": 1,
"misp-attribute": "text"
},
"phishtank-detail-url": {
"description": "Phishtank detail URL to the reported phishing",
"misp-attribute": "link",
"ui-priority": 1
},
"submission-time": {
"description": "When the phishing was submitted and/or reported",
"ui-priority": 0,
"misp-attribute": "datetime"
},
"verified": {
"description": "The phishing has been verified by the team handling the phishing",
"ui-priority": 0,
"values_list": [
"No",
"Yes"
], ],
"misp-attribute": "text", "misp-attribute": "text",
"disable_correlation": true "ui-priority": 1,
"description": "Internal reference such as ticket ID"
}, },
"verification-time": { "screenshot": {
"description": "When the phishing was verified", "multiple": true,
"categories": [
"External analysis"
],
"ui-priority": 1,
"disable_correlation": true,
"misp-attribute": "attachment",
"description": "Screenshot of phishing site"
},
"target": {
"multiple": true,
"misp-attribute": "text",
"ui-priority": 0, "ui-priority": 0,
"description": "Targeted organisation by the phishing"
},
"takedown-request-to": {
"to_ids": false,
"multiple": true,
"categories": [
"Other"
],
"ui-priority": 1,
"disable_correlation": true,
"misp-attribute": "text",
"description": "Destination email address for take-down request"
},
"takedown-request": {
"disable_correlation": true,
"misp-attribute": "datetime", "misp-attribute": "datetime",
"disable_correlation": true "ui-priority": 0,
"description": "When the phishing was requested to be taken down"
},
"takedown-time": {
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0,
"description": "When the phishing was taken down"
}, },
"online": { "online": {
"description": "If the phishing is online and operational, by default is yes", "disable_correlation": true,
"ui-priority": 0, "misp-attribute": "text",
"values_list": [ "values_list": [
"Yes", "Yes",
"No" "No"
], ],
"misp-attribute": "text",
"disable_correlation": true
},
"takedown-time": {
"description": "When the phishing was taken down",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "datetime", "description": "If the phishing is online and operational, by default is yes"
"disable_correlation": true
}, },
"takedown-request": { "url": {
"description": "When the phishing was requested to be taken down", "misp-attribute": "url",
"ui-priority": 0,
"misp-attribute": "datetime",
"disable_correlation": true
},
"takedown-request-to": {
"description": "Destination email address for take-down request",
"misp-attribute": "text",
"disable_correlation": true,
"ui-priority": 1, "ui-priority": 1,
"categories": [ "description": "Original URL of the phishing website"
"Other" },
], "url-redirect": {
"multiple": true, "multiple": true,
"to_ids": false "misp-attribute": "url",
},
"target": {
"description": "Targeted organisation by the phishing",
"ui-priority": 0,
"misp-attribute": "text"
},
"screenshot": {
"description": "Screenshot of phishing site",
"misp-attribute": "attachment",
"disable_correlation": true,
"ui-priority": 1, "ui-priority": 1,
"categories": [ "description": "Redirect URL of the phishing website"
"External analysis"
]
}, },
"internal reference": { "hostname": {
"description": "Internal reference such as ticket ID", "multiple": true,
"misp-attribute": "hostname",
"ui-priority": 1, "ui-priority": 1,
"description": "host of the phishing website"
},
"phishtank-id": {
"misp-attribute": "text", "misp-attribute": "text",
"categories": [ "ui-priority": 1,
"Internal reference" "description": "Phishtank ID of the reported phishing"
] },
"phishtank-detail-url": {
"ui-priority": 1,
"misp-attribute": "link",
"description": "Phishtank detail URL to the reported phishing"
},
"submission-time": {
"misp-attribute": "datetime",
"ui-priority": 0,
"description": "When the phishing was submitted and/or reported"
},
"verified": {
"disable_correlation": true,
"misp-attribute": "text",
"values_list": [
"No",
"Yes"
],
"ui-priority": 0,
"description": "The phishing has been verified by the team handling the phishing"
},
"verification-time": {
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0,
"description": "When the phishing was verified"
} }
}, },
"version": 4, "requiredOneOf": [
"description": "Phishing template to describe a phishing website and its analysis.", "url"
"meta-category": "network", ]
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
"name": "phishing"
} }