2021-12-21 11:25:08 +01:00
|
|
|
title: Java Class Proxy Download
|
|
|
|
|
id: 53c15703-b04c-42bb-9055-1937ddfb3392
|
|
|
|
|
status: experimental
|
|
|
|
|
description: Detects Java class download in proxy logs, e.g. used in Log4shell exploitation attacks against Log4j.
|
|
|
|
|
references:
|
|
|
|
|
- https://www.lunasec.io/docs/blog/log4j-zero-day/
|
|
|
|
|
author: Andreas Hunkeler (@Karneades)
|
|
|
|
|
date: 2021/12/21
|
|
|
|
|
tags:
|
|
|
|
|
- attack.initial_access
|
|
|
|
|
logsource:
|
|
|
|
|
category: proxy
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
c-uri|endswith: '.class'
|
|
|
|
|
condition: selection
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
2021-12-21 13:22:47 +01:00
|
|
|
level: high
|