nuclei-templates/http/osint/phishing/american-express-phish.yaml

33 lines
702 B
YAML

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'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"americanexpress.com")'