misp-objects/objects/phishing/definition.json

103 lines
2.8 KiB
JSON
Raw Normal View History

{
"requiredOneOf": [
"url"
],
"attributes": {
"url": {
"description": "Original url of the phishing website",
"ui-priority": 1,
"misp-attribute": "url"
},
"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",
"disable_correlation": true
},
"verification-time": {
"description": "When the phishing was verified",
"ui-priority": 0,
"misp-attribute": "datetime",
"disable_correlation": true
},
"online": {
"description": "If the phishing is online and operational, by default is yes",
"ui-priority": 0,
"values_list": [
"Yes",
"No"
],
"misp-attribute": "text",
"disable_correlation": true
},
"takedown-time": {
"description": "When the phishing was taken down",
"ui-priority": 0,
"misp-attribute": "datetime",
"disable_correlation": true
},
2019-02-01 09:37:31 +01:00
"takedown-request": {
"description": "When the phishing was requested to be taken down",
"ui-priority": 0,
"misp-attribute": "datetime",
"disable_correlation": true
},
"takedown-request-to": {
"description": "Destination email address for take-down request",
"misp-attribute": "email-dst",
"disable_correlation": true,
"ui-priority": 1,
"categories": [
"Network activity"
],
"multiple": true
},
"target": {
"description": "Targeted organisation by the phishing",
"ui-priority": 0,
"misp-attribute": "text"
2019-02-01 09:37:31 +01:00
},
"screenshot": {
"description": "Screenshot of phishing site",
"misp-attribute": "attachment",
"disable_correlation": true,
"ui-priority": 1,
"categories": [
"External analysis"
]
},
"internal reference": {
"description": "Internal reference such as ticket ID",
"ui-priority": 1,
"misp-attribute": "text",
"categories": [
"Internal reference"
]
}
},
2019-02-01 09:37:31 +01:00
"version": 2,
"description": "Phishing template to describe a phishing website and its analysis.",
"meta-category": "network",
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
"name": "phishing"
}