mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
Update web_cve_2021_40539_adselfservice.yml
This commit is contained in:
parent
2b843e58ee
commit
56069a2196
@ -1,21 +1,20 @@
|
||||
title: Detects ADSelfService exploitation
|
||||
id: 6702b13c-e421-44cc-ab33-42cc25570f11
|
||||
status: experimental
|
||||
description: Detects various logs that occur on explatiation of ADSelfService cve_2021_40539
|
||||
description: Detects suspicious access to URLs that was noticed in cases in which attackers exploitated the ADSelfService vulnerability CVE-2021-40539
|
||||
author: Tobias Michalski, Max Altgelt
|
||||
references:
|
||||
- https://us-cert.cisa.gov/ncas/alerts/aa21-259a
|
||||
date: 2021/09/20
|
||||
logsource:
|
||||
category: logfile
|
||||
category: webserver
|
||||
detection:
|
||||
keywords:
|
||||
- '/help/admin-guide/Reports/ReportGenerate.jsp'
|
||||
- '/ServletApi/../RestApi/LogonCustomization'
|
||||
- '/ServletApi/../RestAPI/Connection'
|
||||
- 'Keystore will be created for "admin"'
|
||||
- 'The status of keystore creation is Upload!'
|
||||
condition: keywords
|
||||
selection:
|
||||
c-uri|contains:
|
||||
- '/help/admin-guide/Reports/ReportGenerate.jsp'
|
||||
- '/ServletApi/../RestApi/LogonCustomization'
|
||||
- '/ServletApi/../RestAPI/Connection'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Unknown, Maybe initial installation of ADSelfService
|
||||
level: low
|
||||
- Unknown
|
||||
level: high
|
||||
|
Loading…
Reference in New Issue
Block a user