chg: [phishing] removed the IDS flag on the email used for takedown - and change attribute type

pull/148/head
Alexandre Dulaunoy 2019-02-11 06:45:18 +01:00
parent 3e965a5ee2
commit f9bb8bfa9b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 4 deletions

View File

@ -68,13 +68,14 @@
}, },
"takedown-request-to": { "takedown-request-to": {
"description": "Destination email address for take-down request", "description": "Destination email address for take-down request",
"misp-attribute": "email-dst", "misp-attribute": "text",
"disable_correlation": true, "disable_correlation": true,
"ui-priority": 1, "ui-priority": 1,
"categories": [ "categories": [
"Network activity" "Other"
], ],
"multiple": true "multiple": true,
"to_ids": false
}, },
"target": { "target": {
"description": "Targeted organisation by the phishing", "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.", "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",