Skip to content

Commit 5a54cf6

Browse files
committed
chg: [phishing] add an IP field for phishing website hosted on IP address or where the IP is important for the analytics
1 parent e3288ef commit 5a54cf6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

objects/phishing/definition.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"misp-attribute": "text",
1515
"ui-priority": 1
1616
},
17+
"ip": {
18+
"description": "IP address of the phishing website",
19+
"misp-attribute": "ip-dst",
20+
"multiple": true,
21+
"ui-priority": 1
22+
},
1723
"online": {
1824
"description": "If the phishing is online and operational, by default is yes",
1925
"disable_correlation": true,
@@ -113,5 +119,5 @@
113119
"url"
114120
],
115121
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
116-
"version": 6
122+
"version": 7
117123
}

0 commit comments

Comments
 (0)