Skip to content

american-express phishing Detection

ID: american-express-phish

Severity: info

Author: rxerium

Tags: phishing,american-express,osint

An american express phishing website was detected

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
metadata:
max-request: 1
tags: phishing,american-express,osint
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")'
# digest: 4a0a00473045022100e15033690e6ffee3bb84ac11e2ddfb9f933f3c67b5f583683f519c917a4f6f6e02207c635d5331e67d59bec197319fc6774c1d182be225adc2d5600fa28332fbe22f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/american-express-phish.yaml"

View on Github