mirror of https://github.com/MISP/misp-objects
chg: [phishing] removed the IDS flag on the email used for takedown - and change attribute type
parent
3e965a5ee2
commit
f9bb8bfa9b
|
@ -68,13 +68,14 @@
|
|||
},
|
||||
"takedown-request-to": {
|
||||
"description": "Destination email address for take-down request",
|
||||
"misp-attribute": "email-dst",
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1,
|
||||
"categories": [
|
||||
"Network activity"
|
||||
"Other"
|
||||
],
|
||||
"multiple": true
|
||||
"multiple": true,
|
||||
"to_ids": false
|
||||
},
|
||||
"target": {
|
||||
"description": "Targeted organisation by the phishing",
|
||||
|
@ -99,7 +100,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"version": 3,
|
||||
"version": 4,
|
||||
"description": "Phishing template to describe a phishing website and its analysis.",
|
||||
"meta-category": "network",
|
||||
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
|
||||
|
|
Loading…
Reference in New Issue