We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3288ef commit 5a54cf6Copy full SHA for 5a54cf6
1 file changed
objects/phishing/definition.json
@@ -14,6 +14,12 @@
14
"misp-attribute": "text",
15
"ui-priority": 1
16
},
17
+ "ip": {
18
+ "description": "IP address of the phishing website",
19
+ "misp-attribute": "ip-dst",
20
+ "multiple": true,
21
+ "ui-priority": 1
22
+ },
23
"online": {
24
"description": "If the phishing is online and operational, by default is yes",
25
"disable_correlation": true,
@@ -113,5 +119,5 @@
113
119
"url"
114
120
],
115
121
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
116
- "version": 6
122
+ "version": 7
117
123
}
0 commit comments