2022-05-20 18:49:15 +02:00
|
|
|
{
|
|
|
|
"attributes": {
|
2022-05-20 21:20:37 +02:00
|
|
|
"date": {
|
|
|
|
"description": "Date and time e-mail was sent.",
|
|
|
|
"disable_correlation": true,
|
2022-05-20 21:24:40 +02:00
|
|
|
"misp-attribute": "text",
|
2022-05-20 21:20:37 +02:00
|
|
|
"ui-priority": 0
|
|
|
|
},
|
2022-05-20 18:49:15 +02:00
|
|
|
"email-sender": {
|
|
|
|
"description": "The source address from which the e-mail was sent.",
|
|
|
|
"misp-attribute": "email-src",
|
2022-08-25 22:56:36 +02:00
|
|
|
"multiple": true,
|
2022-05-20 18:49:15 +02:00
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"embedded-link": {
|
|
|
|
"description": "The malicious URL in the e-mail body.",
|
|
|
|
"misp-attribute": "url",
|
2022-08-25 22:56:36 +02:00
|
|
|
"multiple": true,
|
2022-05-20 18:49:15 +02:00
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"redirect-url": {
|
|
|
|
"description": "The redirect URL, if any, from the malicious embedded link.",
|
|
|
|
"misp-attribute": "url",
|
2022-08-25 22:56:36 +02:00
|
|
|
"multiple": true,
|
2022-05-20 18:49:15 +02:00
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"research-links": {
|
|
|
|
"description": "A link to an external analysis (VirusTotal, urlscan, etc.).",
|
|
|
|
"misp-attribute": "link",
|
2022-08-25 22:56:36 +02:00
|
|
|
"multiple": true,
|
2022-05-20 18:49:15 +02:00
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"sender-ip": {
|
|
|
|
"description": "The source IP from which the e-mail was sent.",
|
|
|
|
"misp-attribute": "ip-src",
|
2022-08-25 22:56:36 +02:00
|
|
|
"multiple": true,
|
2022-05-20 18:49:15 +02:00
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"subject": {
|
|
|
|
"description": "The subject line of the e-mail.",
|
|
|
|
"misp-attribute": "email-subject",
|
2022-08-25 22:56:36 +02:00
|
|
|
"multiple": true,
|
2022-05-20 18:49:15 +02:00
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"supporting-evidence": {
|
|
|
|
"description": "Description of the spearphish e-mail.",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Spearphishing Link",
|
|
|
|
"meta-category": "network",
|
|
|
|
"name": "spearphishing-link",
|
|
|
|
"required": [
|
|
|
|
"email-sender",
|
|
|
|
"subject",
|
|
|
|
"embedded-link"
|
|
|
|
],
|
|
|
|
"uuid": "4e758e53-6c84-47b0-a19b-362f587059e2",
|
2022-08-25 22:56:36 +02:00
|
|
|
"version": 20220825
|
2022-08-25 23:03:59 +02:00
|
|
|
}
|