american-express-phishing-website
parent
9a692d7b9b
commit
2609ced367
|
@ -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")'
|
Loading…
Reference in New Issue