PhishER Rule for simulated phish
BeantwoordMessages from a phishing campaign shouldn't be coming into my PhishER Inbox, right?
Or is anyone creating Rules/Actions for these reported messages?
-
A YARA rule like this should suffice, to apply a tag you want to base an action on:
rule KNOWBE4_SIMULATED_PHISHING
{
meta:
author = "LINKMJB"
description = "Simulated phishing reported using Microsoft's reporting tool, instead of KnowBe4's Phish Alert Button, can end up in PhishER"
date = "2020-11-01"
strings:
$phishtest = /(\n|\r)X-PHISHTEST:\sKnowBe4/ nocase
$received_from_psm = /(\n|\r)Received:\sfrom psm\.knowbe4\.com.{0,200}/ nocase
condition:
all of them
}
Action could then:- Mark it as clean
- Notify the reporter it was a simulated phishing email and congratulate for catching it
- Mark it as resolved
- Stop processing further actions
U moet u aanmelden om een opmerking te plaatsen.
Opmerkingen
2 opmerkingen