36 lines
880 B
YAML
36 lines
880 B
YAML
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: 4a0a004730450221008e7c85b1d94908056ef65df05808a62e54dc03cf3800f6e021d4f956e20265c80220725717ad20855a711e97956e8cb18bd68505f9e766e87531cd398b321ff48c8e:922c64590222798bb761d5b6d8e72950 |