nuclei-templates/http/osint/phishing/digital-ocean-phish.yaml

36 lines
713 B
YAML
Raw Normal View History

2024-02-17 11:46:39 +00:00
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
tags: phishing,digital-ocean
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'DigitalOcean | Cloud Infrastructure for Developers'
- 'DigitalOcean'
2024-02-24 16:33:10 +00:00
condition: and
2024-02-17 11:46:39 +00:00
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"digitalocean.com")'