steam phishing Detection
ID: steam-phish
Severity: info
Author: rxerium
Tags: phishing,steam,osint
Description
Section titled “Description”A steam phishing website was detected
YAML Source
Section titled “YAML Source”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,osinthttp: - 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: 4a0a0047304502206793aa6d7f95c244ae241062f1e7527fb4f9ced93d12e310c31141c7f37fd48a022100f038df297060f31b4920e01570efeab81f48e4bf06af5436f1146a4130bc3730:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/osint/phishing/steam-phish.yaml"