34 lines
846 B
YAML
34 lines
846 B
YAML
id: ccleaner-phish
|
|
|
|
info:
|
|
name: ccleaner phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A ccleaner phishing website was detected
|
|
reference:
|
|
- https://ccleaner.com
|
|
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: 490a00463044022027076469b15697e57c6741a9edca61b712c1b06801b645917b6d0637db53813902202dd9033c8429766606b08a34ea2c2bb08b02ecfb13f0d50ecbebc8209a4f8f2d:922c64590222798bb761d5b6d8e72950 |