35 lines
846 B
YAML
35 lines
846 B
YAML
id: Chase-phish
|
|
|
|
info:
|
|
name: Chase phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A Chase phishing website was detected
|
|
reference:
|
|
- https://chase.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,Chase,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Credit Card, Mortgage, Banking, Auto | Chase Online | Chase.com'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"chase.com")'
|
|
# digest: 4a0a00473045022100b3e188c33a2881e5e97197276ea004a7ccb8ef07a35e006c70a2caeed7c4813c02200fa8d769bcc35c9bee5de205f7416b28c198b687e10a9df18f5a292e7681ad63:922c64590222798bb761d5b6d8e72950 |