added hostname attribute to the phishing object

pull/144/head
Sascha Rommelfangen 2019-02-07 14:58:40 +01:00 committed by GitHub
parent 75ae30f44d
commit f09a392d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,11 @@
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "url" "misp-attribute": "url"
}, },
"hostname": {
"description": "host of the phishing website",
"ui-priority": 1,
"misp-attribute": "hostname"
},
"phishtank-id": { "phishtank-id": {
"description": "Phishtank ID of the reported phishing", "description": "Phishtank ID of the reported phishing",
"ui-priority": 1, "ui-priority": 1,
@ -94,7 +99,7 @@
] ]
} }
}, },
"version": 2, "version": 3,
"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",