Skip to content

duckduckgo phishing Detection

ID: duckduckgo-phish

Severity: info

Author: rxerium

Tags: phishing,duckduckgo,osint

A duckduckgo phishing website was detected

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: 4b0a0048304602210083c9ebb2b1535970f90f64b4367a3e2fb24b110e062b7b518f0e42534580cdba022100e24983f0626c21c11491476ecd3cb73be9992a998260ae0c1edbf5f862d49ac5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/duckduckgo-phish.yaml"

View on Github