SigmaHQ/rules/web/web_cve_2018_2894_weblogic_exploit.yml
2021-08-24 09:35:04 +02:00

31 lines
825 B
YAML

title: Oracle WebLogic Exploit
id: 37e8369b-43bb-4bf8-83b6-6dd43bda2000
status: experimental
description: Detects access to a webshell dropped into a keystore folder on the WebLogic server
author: Florian Roth
date: 2018/07/22
modified: 2021/08/09
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
- https://nvd.nist.gov/vuln/detail/cve-2018-2894
logsource:
category: webserver
detection:
selection:
c-uri: '*/config/keystore/*.js*'
condition: selection
fields:
- c-ip
- c-dns
falsepositives:
- Unknown
level: critical
tags:
- attack.t1100 # an old one
- attack.t1190
- attack.initial_access
- attack.persistence
- attack.t1505.003