mirror of https://github.com/MISP/misp-objects
chg: [phishing] add an IP field for phishing website hosted on IP address or where the IP is important for the analytics
parent
e3288ef6e5
commit
5a54cf6505
|
@ -14,6 +14,12 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"ip": {
|
||||||
|
"description": "IP address of the phishing website",
|
||||||
|
"misp-attribute": "ip-dst",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"online": {
|
"online": {
|
||||||
"description": "If the phishing is online and operational, by default is yes",
|
"description": "If the phishing is online and operational, by default is yes",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -113,5 +119,5 @@
|
||||||
"url"
|
"url"
|
||||||
],
|
],
|
||||||
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
|
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
|
||||||
"version": 6
|
"version": 7
|
||||||
}
|
}
|
Loading…
Reference in New Issue