Skip to content

sync storage phishing Detection

ID: sync-phish

Severity: info

Author: rxerium

Tags: phishing,sync,osint

A sync storage phishing website was detected

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

View on Github