34 lines
827 B
YAML
34 lines
827 B
YAML
id: duckduckgo-phish
|
|
|
|
info:
|
|
name: duckduckgo phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A duckduckgo phishing website was detected
|
|
reference:
|
|
- https://duckduckgo.com
|
|
tags: phishing,duckduckgo,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'DuckDuckGo — Privacy, simplified.'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"duckduckgo.com")'
|
|
# digest: 4a0a00473045022070f650d61cc2f7a4310be7d1472bd7e825566b560d73ff52c2844c920a42a1a9022100a69f4f6ffdae95dcaaf573af0241c957b3d579e2847d0097d988e0e18ab4ce81:922c64590222798bb761d5b6d8e72950 |