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