36 lines
713 B
YAML
36 lines
713 B
YAML
|
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'
|
||
|
condition: and
|
||
|
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- '!contains(host,"digitalocean.com")'
|