Skip to content

Bank Of America phishing Detection

ID: bank-of-america-phish

Severity: info

Author: rxerium

Tags: phishing,BankOfAmerica,osint

A Bank Of America phishing website was detected

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: 490a0046304402207e7b332c8888f1fbd8a5628573f82d1259be2fb48466f9f063ec9b5838c921d9022052565e0aef435a63908e541665422ac872cd3bb9176b4795f3f75e3fc8dc2f3a: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/bank-of-america-phish.yaml"

View on Github