Skip to content

box phishing Detection

ID: box-phish

Severity: info

Author: rxerium

Tags: phishing,box-storage,osint

A box phishing website was detected

id: box-phish
info:
name: box phishing Detection
author: rxerium
severity: info
description: |
A box phishing website was detected
reference:
- https://box.com
metadata:
max-request: 1
tags: phishing,box-storage,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Secure File Sharing, Storage, and Collaboration | Box'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"box.com")'
# digest: 490a00463044022003c02218c44f82de992bf25256f21e720acb6552b8a0d03091257b20fe10769a02202ee67480c88a837eb3fc6e1d96ffd7a49215e6bf259499026b4369fb1d723874: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/box-storage-phish.yaml"

View on Github