38 lines
931 B
YAML
38 lines
931 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
|
|
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: 490a0046304402203c660ce82cb668bbe590786983b47681de74c8f8a9646bc75c9489cb395ea1dc0220237446afdbd216008682ee5e0cb2f40ddeb381a26ea4a1384d5c9d58fdae1be0:922c64590222798bb761d5b6d8e72950 |