chg: [phishing] add an IP field for phishing website hosted on IP address or where the IP is important for the analytics

pull/434/head
Alexandre Dulaunoy 2024-06-25 09:11:17 +02:00
parent e3288ef6e5
commit 5a54cf6505
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,12 @@
"misp-attribute": "text",
"ui-priority": 1
},
"ip": {
"description": "IP address of the phishing website",
"misp-attribute": "ip-dst",
"multiple": true,
"ui-priority": 1
},
"online": {
"description": "If the phishing is online and operational, by default is yes",
"disable_correlation": true,
@ -113,5 +119,5 @@
"url"
],
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
"version": 6
"version": 7
}