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