35 lines
840 B
YAML
35 lines
840 B
YAML
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: 4a0a0047304502202995a399534c246cb234cf97a15b5e0d69cd4231e77f78c77ac1aafa142c84200221009ac274fca9c2fc69466f9cfa95a024f5a4ee2e710460d87642b943d4b5f83c98:922c64590222798bb761d5b6d8e72950 |