Skip to content

winscp phishing Detection

ID: winscp-phish

Severity: info

Author: rxerium

Tags: phishing,winscp,osint

A winscp phishing website was detected

id: winscp-phish
info:
name: winscp phishing Detection
author: rxerium
severity: info
description: |
A winscp phishing website was detected
reference:
- https://winscp.net
metadata:
max-request: 1
tags: phishing,winscp,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'WinSCP :: Official Site :: Free SFTP and FTP client for Windows'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"winscp.net")'
# digest: 4a0a00473045022056fb3fdd45fbcf770b52a9bf84898a3970e2aed041bb79be98954bbb35753250022100eac42e2cbe630857496345016e1a699a9954ee6c06b30b9e84ac3f4d1de162b2: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/winscp-phish.yaml"

View on Github