Files
blue-team-tools/rules/web/webserver_generic/web_sonicwall_jarrewrite_exploit.yml
T

29 lines
714 B
YAML
Raw Normal View History

2021-01-25 11:54:23 +01:00
title: SonicWall SSL/VPN Jarrewrite Exploit
id: 6f55f047-112b-4101-ad32-43913f52db46
2022-10-09 16:54:04 +02:00
status: test
2021-01-25 11:54:23 +01:00
description: Detects exploitation attempts of the SonicWall Jarrewrite Exploit
2022-10-09 16:54:04 +02:00
references:
- https://darrenmartyn.ie/2021/01/24/visualdoor-sonicwall-ssl-vpn-exploit/
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
2021-01-25 11:54:23 +01:00
date: 2021/01/25
2023-01-02 16:39:55 +01:00
modified: 2023/01/02
2021-01-25 11:54:23 +01:00
tags:
- attack.t1190
- attack.initial_access
logsource:
category: webserver
detection:
selection:
2023-01-02 18:45:50 +01:00
cs-uri-query|contains: '/cgi-bin/jarrewrite.sh'
2023-01-02 16:39:55 +01:00
cs-user-agent|contains:
2021-01-25 11:54:23 +01:00
- ':;'
- '() {'
- '/bin/bash -c'
condition: selection
2022-10-09 16:54:04 +02:00
fields:
- c-ip
- c-dns
2022-10-25 10:08:58 +02:00
falsepositives:
- Unknown
level: high