Skip to content

digital ocean phishing Detection

ID: digital-ocean-phish

Severity: info

Author: rxerium

Tags: phishing,digital-ocean,osint

A digital-ocean phishing website was detected

id: digital-ocean-phish
info:
name: digital ocean phishing Detection
author: rxerium
severity: info
description: |
A digital-ocean phishing website was detected
reference:
- https://digitalocean.com
metadata:
max-request: 1
tags: phishing,digital-ocean,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'DigitalOcean | Cloud Infrastructure for Developers'
- 'DigitalOcean'
condition: and
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"digitalocean.com")'
# digest: 4b0a004830460221009e27c5e84fd83a8597c34e8a14c0d3ec3a101464f0153545ae11f5ded57c4bf5022100c85d7db91c5cc51c86ab6cd24c35930c61c147252f08457bc35defb840066e60: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/digital-ocean-phish.yaml"

View on Github