Merge pull request #144 from MISP/rommelfs-patch-1

added hostname attribute to the phishing object
pull/148/head
Alexandre Dulaunoy 2019-02-07 16:46:39 +01:00 committed by GitHub
commit 3e965a5ee2
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,
"misp-attribute": "url"
},
"hostname": {
"description": "host of the phishing website",
"ui-priority": 1,
"misp-attribute": "hostname"
},
"phishtank-id": {
"description": "Phishtank ID of the reported phishing",
"ui-priority": 1,
@ -94,7 +99,7 @@
]
}
},
"version": 2,
"version": 3,
"description": "Phishing template to describe a phishing website and its analysis.",
"meta-category": "network",
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",