Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions detection-rules/qr_code_suspicious_indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source: |
type.inbound
and (
(
length(attachments) <= 3
length(attachments) <= 5
or (
any(attachments, length(ml.logo_detect(.).brands) > 0)
and length(attachments) <= 10
Expand Down Expand Up @@ -171,10 +171,14 @@ source: |
"activity.*acc(oun)?t",
"almost.full",
"app[li]e.[il]d",
"approcal notice",
"authenticate.*account",
"been.*suspend",
"benefits? (?:open )?enrollment",
"benefit adjustment",
"bonus",
"clos.*of.*account.*processed",
"compensation summary",
"confirm.your.account",
"courier.*able",
"crediential.*notif",
Expand All @@ -190,19 +194,23 @@ source: |
"e.?ma[il1]{2}.*server",
"e.?ma[il1]{2}.*suspend",
"email.update",
"employee pay (?:raise|notice)",
"faxed you",
"fraud(ulent)?.*charge",
"from.helpdesk",
"following up on our conversation",
"fu[il1]{2}.*ma[il1]+[ -]?box",
"has.been.*suspended",
"has.been.limited",
"have.locked",
"he[li]p ?desk upgrade",
"heipdesk",
"hr[ _-]portal",
"i[il]iega[il]",
"ii[il]ega[il]",
"incoming e?mail",
"incoming.*fax",
"job achievment",
"lock.*security",
"ma[il1]{1}[ -]?box.*quo",
"ma[il1]{2}[ -]?box.*fu[il1]",
Expand All @@ -214,6 +222,7 @@ source: |
"mail.update.required",
"mails.*pending",
"messages.*pending",
"missed call",
"missed.*shipping.*notification",
"missed.shipment.notification",
"must.update.your.account",
Expand All @@ -225,12 +234,16 @@ source: |
"on google docs with you",
"online doc",
"password.*compromised",
"pay adjustment",
"payment advice",
"periodic maintenance",
"policy handbook",
"potential(ly)? unauthorized",
"refund not approved",
"report",
"review approval",
"revised.*policy",
"salary (?:adjustmant|revision)",
"scam",
"scanned.?invoice",
"secured?.update",
Expand All @@ -256,6 +269,7 @@ source: |
"upgrade.notice",
"urgent message",
"urgent.verification",
'\bv[ _-]?mail\b',
"v[il1]o[li1]at[il1]on security",
"va[il1]{1}date.*ma[il1]{2}[ -]?box",
"verification ?-?require",
Expand Down Expand Up @@ -290,18 +304,20 @@ source: |
"Deal",
"Discount",
"Director",
"DocsOnline",
"Exclusive",
"Executive",
"Fax",
"Free",
"Gift",
"/bHR/b",
'\bHR\b',
"Helpdesk",
"Human Resources",
"Immediate",
"Important",
"Info",
"Information",
"Internal Communication",
"Invoice",
'\bIT\b',
"Legal",
Expand All @@ -320,6 +336,7 @@ source: |
"Premium",
"Prize",
"Receipt",
"Received via",
"Refund",
"Registrar",
"Required",
Expand All @@ -343,6 +360,7 @@ source: |
"VIP",
"Webmaster",
"Winner",
'(?:Operational|Program|Quality|Strategic|Organizational) (?:Monitoring|Development|Coordination|Integration|Alignment|Planning|Evaluation) and (?:Operational|Program|Quality|Strategic|Organizational) (?:Monitoring|Development|Coordination|Integration|Alignment|Planning|Evaluation)'
)
)
or (
Expand Down