Skip to content

battlenet phishing Detection

ID: battlenet-phish

Severity: info

Author: rxerium

Tags: phishing,battlenet,osint

A battlenet phishing website was detected

id: battlenet-phish
info:
name: battlenet phishing Detection
author: rxerium
severity: info
description: |
A battlenet phishing website was detected
reference:
- https://eu.account.battle.net/login
metadata:
max-request: 1
tags: phishing,battlenet,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Battle.net Login'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"battle.net")'
- '!contains(host,"blizzard.com")'
# digest: 4a0a0047304502200b7f12515db474a5e7383031e2ff5dca8c52c6b25686e680ae2fc3bd7caf991f022100ec243098045dde30f62b36803cac7f266b7f44e5610f6158cb41cbe02dfbe2cf: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/battlenet-phish.yaml"

View on Github