Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
log4j-ioc-detector — A Simple Log4j Indicator of Compromise Linux Detector | Kitploit
Tools/GitHubGitHub/santosomar/log4j-ioc-detector
Indicator of Compromise (IOC) ManagementVulnerability ScannersVulnerability AnalysisIncident ResponseLog Analysis
GitHubsantosomar/log4j-ioc-detector

log4j-ioc-detector

A Simple Log4j Indicator of Compromise Linux Detector

View Repository
17564 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

log4j Linux IoC Detector

A basic Bash script to detect log4j Indicator of Compromise (IoC) in Linux.

How to Use

  1. Clone this repository:
root@kitploit:~
git clone https://github.com/santosomar/log4j-ioc-detector
  1. Run the the log4j_ioc_detector.sh script, as demonstrated below:
root@kitploit:~
# bash sudo log4j_ioc_detector.sh
A basic Bash script to detect log4j Indicator of Compromise (IoC) in Linux.
Author: Omar Santos (@santosomar)
+------------------------------------------+
Scan Started:
| Tue Dec 14 17:26:36 UTC 2021             |
Searching for exploitation attempts in uncompressed files in folder /var/log and all sub folders
Searching for  exploitation attempts in compressed files in folder /var/log and all sub folders
Searching for obfuscated variants

Any IoCs in the logs will be reported to the screen...

Download Tool