mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
1134051fba
Ah, we could do it this way *.js*
32 lines
771 B
YAML
32 lines
771 B
YAML
title: Oracle WebLogic Exploit
|
|
description: Detects access to a webshell droped into a keytore folder on the WebLogic server
|
|
author: Florian Roth
|
|
date: 2018/07/22
|
|
status: experimental
|
|
references:
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-2894
|
|
- https://twitter.com/pyn3rd/status/1020620932967223296
|
|
- https://github.com/LandGrey/CVE-2018-2894
|
|
logsource:
|
|
category: webserver
|
|
detection:
|
|
selection:
|
|
c-uri-path:
|
|
- '*/config/keystore/*.js*'
|
|
condition: selection
|
|
fields:
|
|
- c-ip
|
|
- c-dns
|
|
falsepositives:
|
|
- Unknown
|
|
tags:
|
|
- attack.t1100
|
|
- attack.web_shell
|
|
- attack.t1190
|
|
- attack.initial_access
|
|
- attack.persistence
|
|
- attack.privilege_escalation
|
|
- cve.2018-2894
|
|
level: critical
|
|
|