american-express-phishing-website

patch-1
Rishi 2024-02-27 19:37:59 +00:00 committed by GitHub
parent 9a692d7b9b
commit 2609ced367
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: american-express-phish
info:
name: american-express phishing Detection
author: rxerium
severity: info
description: |
An american express phishing website was detected
reference:
- https://www.americanexpress.com
tags: phishing,american-express
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Credit Cards, Rewards, Travel and Business Services | American Express'
condition: and
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"americanexpress.com")'