35 lines
850 B
YAML
35 lines
850 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
|
|
metadata:
|
|
max-request: 1
|
|
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: 4b0a00483046022100c2944f97db0bf5d7329880297b76eae34232aed612b8bc301d111dbcc809fc0c022100c2bdd2a0a0cea936d45a2a73dc873834a2038935cbdc8080df02dca3216a1e31:922c64590222798bb761d5b6d8e72950 |