aegis4j VS log4j-affected-db

Compare aegis4j vs log4j-affected-db and see what are their differences.

aegis4j

A Java agent that disables platform features you don't use, before an attacker uses them against you. (by gredler)

log4j-affected-db

A community sourced list of log4j-affected software (by cisagov)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
aegis4j log4j-affected-db
8 30
14 1,117
- -
4.5 7.1
over 2 years ago over 1 year ago
Java Shell
Apache License 2.0 Creative Commons Zero v1.0 Universal
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aegis4j

Posts with mentions or reviews of aegis4j. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-04.
  • What's new in Java 18 for us, developers ?
    2 projects | /r/java | 4 Jan 2022
    The guys at Oracle have made this point on this forum quite often, but it never really hit home for me personally until the recent log4j vulnerability made me more interested in the topic and the available mitigation options (see https://github.com/gredler/aegis4j/).
  • CVE-2021-44832: New Log4j 2 vulnerability
    1 project | news.ycombinator.com | 28 Dec 2021
    If you've been impacted by these log4j vulnerabilities, have a look at aegis4j, a Java agent that completely disables platform features you don't use, before an attacker uses them against you (including e.g. JNDI and Java serialization).

    https://github.com/gredler/aegis4j/

  • Aegis4j: Avoid the Next Log4Shell Vulnerability
    1 project | news.ycombinator.com | 16 Dec 2021
  • Log4j MEGATHREAD
    4 projects | /r/java | 16 Dec 2021
    Yep, this is why strategically patching InitialContext when the class is initially loaded will completely disable JNDI (and mitigate future JNDI-based exploits).
  • aegis4j: Avoid the NEXT Log4Shell vulnerability!
    1 project | /r/java | 16 Dec 2021
  • Log4j 2.15.0 – Previously suggested mitigations may not be enough
    7 projects | news.ycombinator.com | 16 Dec 2021
    The recent log4j vulnerability really piqued my interest, and I've spent the last few evenings working on a proof of concept Java agent that could mitigate similar vulnerabilities in the future, for applications that are able to completely forego platform features like JNDI, serialization or native process execution.

    Link to the project: https://github.com/gredler/aegis4j

    It's not a lot of code, but it uses parts of the platform that I think are a bit unusual for most devs, so it was quite interesting to implement. Happy to discuss details, ideas, and concerns.

    One idea for a possible improvement is to make the feature block list adaptive, i.e. watch what the application uses in the first few minutes of execution, and then shut down all unused "dangerous" features for the remaining lifetime of the VM. Not sure how reliable this would be though, especially for services which have background jobs that might only run once a day.

log4j-affected-db

Posts with mentions or reviews of log4j-affected-db. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-23.

What are some alternatives?

When comparing aegis4j and log4j-affected-db you can also consider the following projects:

Apache Log4j 2 - Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.

trivy - Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

logstash-patterns-core

log4shell-vulnerable-app - Spring Boot web application vulnerable to Log4Shell (CVE-2021-44228).