Skip to content

ccleaner phishing Detection

ID: ccleaner-phish

Severity: info

Author: rxerium

Tags: phishing,ccleaner,osint

A ccleaner phishing website was detected

id: ccleaner-phish
info:
name: ccleaner phishing Detection
author: rxerium
severity: info
description: |
A ccleaner phishing website was detected
reference:
- https://ccleaner.com
metadata:
max-request: 1
tags: phishing,ccleaner,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'CCleaner Makes Your Computer Faster & More Secure | Official Website'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"ccleaner.com")'
# digest: 4a0a0047304502203b1798c17e266191cc72cdfb9b286e48071898e024fa55b9e3f69d3753016d67022100c711c96d2c160f503ebb70f160ea365481d5bf3761b482abf34767f56ecf70bc: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/ccleaner-phish.yaml"

View on Github