35 lines
907 B
YAML
35 lines
907 B
YAML
id: bank-of-america-phish
|
|
|
|
info:
|
|
name: Bank Of America phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A Bank Of America phishing website was detected
|
|
reference:
|
|
- https://bankofamerica.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,BankOfAmerica,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Bank of America - Banking, Credit Cards, Loans and Merrill Investing'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"bankofamerica.com")'
|
|
# digest: 4b0a00483046022100efcf88a917f6499e747a9d16fc5ca5f386cdfed0257d765cdafc3b62eea1534502210091059018aa0b4085cb675c62eda7b6a2d16b4c3c31d1b474edf5c0886181e5ff:922c64590222798bb761d5b6d8e72950 |