Skip to content

dropbox phishing Detection

ID: dropbox-phish

Severity: info

Author: rxerium

Tags: phishing,dropbox,osint

A dropbox phishing website was detected

id: dropbox-phish
info:
name: dropbox phishing Detection
author: rxerium
severity: info
description: |
A dropbox phishing website was detected
reference:
- https://dropbox.com
metadata:
max-request: 1
tags: phishing,dropbox,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Dropbox is a home for all of your work. You can store and share files, collaborate on projects and bring your best ideas to life, whether you’re working alone or as part of a team.'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"dropbox.com")'
# digest: 4b0a00483046022100b5f9569e14dd82f0d5456d2f068b88bb25a3e7e9e0a78e9aabbc5f104a8609f9022100a35fcb1f1de0825777fed2392c69dda6b09bde6681c7493100c699090237b982: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/dropbox-phish.yaml"

View on Github