38 lines
933 B
YAML
38 lines
933 B
YAML
id: steam-phish
|
|
|
|
info:
|
|
name: steam phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A steam phishing website was detected
|
|
reference:
|
|
- https://steampowered.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,steam,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Welcome to Steam'
|
|
- 'Steam is the ultimate destination for playing, discussing, and creating games.'
|
|
condition: and
|
|
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"steampowered.com")'
|
|
# digest: 4a0a00473045022100e9de57678a1cb6c31536bfe4d6fed48240b71dd8f16104aa249d716e77f4c66c0220275846dbea63bbc984b768bc9fcdb303cdc5689a736f8c250707c392dc928246:922c64590222798bb761d5b6d8e72950 |