Skip to content

putty phishing Detection

ID: putty-phish

Severity: info

Author: rxerium

Tags: phishing,putty,osint

A putty phishing website was detected

id: putty-phish
info:
name: putty phishing Detection
author: rxerium
severity: info
description: |
A putty phishing website was detected
reference:
- https://putty.org
metadata:
max-request: 1
tags: phishing,putty,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Download PuTTY - a free SSH and telnet client for Windows'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"putty.org")'
# digest: 4a0a00473045022058a87c7dbc422287a8bcac9ef0bdebe08356e0093a21e9fa736545aed45fd36b022100bdc48fa697f6a8ed4e8e0ce3562bfc2e1fc00575906f7c740b76b4c3ad79977c: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/putty-phish.yaml"

View on Github