nuclei-templates/http/technologies/sonicwall-email-security-de...

30 lines
872 B
YAML

id: sonicwall-email-security-detect
info:
name: SonicWall Email Security Panel - Detect
author: gy741
severity: info
description: SonicWall Email Security panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://www.fireeye.com/blog/threat-research/2021/04/zero-day-exploits-in-sonicwall-email-security-lead-to-compromise.html
- https://www.sonicwall.com/support/product-notification/security-notice-sonicwall-email-security-zero-day-vulnerabilities/210416112932360/
tags: tech,panel,sonicwall
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/favicon.ico"
matchers:
- type: dsl
dsl:
- "status_code==200 && (\"2063459123\" == mmh3(base64_py(body)))"
# Enhanced by md on 2023/01/30