Skip to content

filezilla phishing Detection

ID: filezilla-phish

Severity: info

Author: rxerium

Tags: phishing,filezilla,osint

A filezilla phishing website was detected

id: filezilla-phish
info:
name: filezilla phishing Detection
author: rxerium
severity: info
description: |
A filezilla phishing website was detected
reference:
- https://filezilla-project.org
metadata:
max-request: 1
tags: phishing,filezilla,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'FileZilla - The free FTP solution'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"filezilla-project.org")'
# digest: 4b0a004830460221008fb306f0b70f09842f7d09d191b0aa489e95615aebfc5cbec87f2b7be7895a6f022100aba881f780dfbe872671fc2bd99d8d95f1c58d08c33fe9b74ec45fdc762dd690: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/filezilla-phish.yaml"

View on Github