Details
| ID | Phishing_Layout_Rule |
|---|---|
| From Version | 6.10.0 |
| Opens Layout | Phishing Layout |
Alert conditions (all must match)
| Field | Operator | Value |
|---|---|---|
alert_type |
EQ | Phishing |
Source
Phishing.json{ "id": "Phishing_Layout_Rule", "name": "Phishing Layout Rule", "rule_id": "Phishing_Layout_Rule", "layout_id": "Phishing Layout", "description": "Default display for phishing alerts.", "rule_name": "Phishing Layout Rule", "alerts_filter": { "filter": { "AND": [ { "SEARCH_FIELD": "alert_type", "SEARCH_TYPE": "EQ", "SEARCH_VALUE": "Phishing" } ] } }, "fromVersion": "6.10.0" }