Skip to content

Commit

Permalink
Update qr_code_suspicious_indicators.yml (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode authored Nov 4, 2023
1 parent 7323bab commit 7a5138a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion detection-rules/qr_code_suspicious_indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source: |
.scan.qr.type is not null
// exclude images taken with mobile cameras and screenshots from android
and not any(.scan.exiftool.fields,
.key == "Model"
.key == "Model" or .key == "Megapixels"
or .key == "Software" and strings.starts_with(.value, "Android")
)
)
Expand Down Expand Up @@ -67,6 +67,7 @@ source: |
)
or sender.email.domain.root_domain not in $high_trust_sender_root_domains
)
attack_types:
- "Credential Phishing"
tactics_and_techniques:
Expand Down

0 comments on commit 7a5138a

Please sign in to comment.