2024-02-16 21:47:34 +00:00
|
|
|
id: steam-phish
|
|
|
|
|
|
|
|
info:
|
2024-02-16 21:51:28 +00:00
|
|
|
name: steam phishing Detection
|
2024-02-16 21:47:34 +00:00
|
|
|
author: rxerium
|
|
|
|
severity: info
|
|
|
|
description: |
|
2024-02-16 21:51:28 +00:00
|
|
|
A steam phishing website was detected
|
2024-02-16 21:47:34 +00:00
|
|
|
reference:
|
|
|
|
- https://steampowered.com
|
2024-03-08 07:16:17 +00:00
|
|
|
tags: phishing,steam,osint
|
2024-02-16 21:47:34 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'Welcome to Steam'
|
2024-02-17 19:05:35 +00:00
|
|
|
- 'Steam is the ultimate destination for playing, discussing, and creating games.'
|
2024-02-24 16:33:10 +00:00
|
|
|
condition: and
|
|
|
|
|
2024-02-16 21:47:34 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- '!contains(host,"steampowered.com")'
|