SigmaHQ/rules/web/web_cve_2018_2894_weblogic_exploit.yml

32 lines
806 B
YAML
Raw Normal View History

title: Oracle WebLogic Exploit
2019-11-12 22:12:27 +00:00
id: 37e8369b-43bb-4bf8-83b6-6dd43bda2000
2020-09-15 13:02:30 +00:00
status: experimental
2020-03-14 18:58:25 +00:00
description: Detects access to a webshell dropped into a keystore folder on the WebLogic server
author: Florian Roth
date: 2018/07/22
2020-09-03 14:04:57 +00:00
modified: 2020/09/03
2019-11-12 22:12:27 +00:00
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:
2020-06-16 20:46:08 +00:00
c-uri:
- '*/config/keystore/*.js*'
condition: selection
fields:
- c-ip
- c-dns
falsepositives:
- Unknown
2020-09-15 13:02:30 +00:00
level: critical
tags:
2020-09-03 14:04:57 +00:00
- attack.t1100 # an old one
- attack.t1190
- attack.initial_access
- attack.persistence
- cve.2018-2894
2020-09-03 14:04:57 +00:00
- attack.t1505.003