mirror of https://github.com/MISP/misp-objects
commit
75ae30f44d
|
@ -55,13 +55,46 @@
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
|
"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": {
|
"target": {
|
||||||
"description": "Targeted organisation by the phishing",
|
"description": "Targeted organisation by the phishing",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "Phishing template to describe a phishing website and its analysis.",
|
"description": "Phishing template to describe a phishing website and its analysis.",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
|
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
|
||||||
|
|
Loading…
Reference in New Issue