Skip to content

Commit

Permalink
chg: [phishing] add an IP field for phishing website hosted on IP add…
Browse files Browse the repository at this point in the history
…ress or where the IP is important for the analytics
  • Loading branch information
adulau committed Jun 25, 2024
1 parent e3288ef commit 5a54cf6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion objects/phishing/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -113,5 +119,5 @@
"url"
],
"uuid": "2dad6f9d-d425-4217-8fda-0b0a2d815307",
"version": 6
"version": 7
}

0 comments on commit 5a54cf6

Please sign in to comment.