Powershell Script to check for Log4j Vulnerability

This page summarizes the projects mentioned and recommended in the original post on /r/sysadmin

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
  • CVE-2021-44228-Log4Shell-Hashes

    Hashes for vulnerable LOG4J versions

  • [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 $vulnerablesums = -split $(Invoke-WebRequest https://github.com/mubix/CVE-2021-44228-Log4Shell-Hashes/raw/main/sha256sums.txt -UseBasicParsing).content | ? {$_.length -eq 64} $localsums = $Null $DriveList = (Get-PSDrive -PSProvider FileSystem).Root ForEach($Drive In $DriveList) { $localfile=(get-childitem $Drive log4j*.jar -file -Recurse -erroraction silentlycontinue | Get-ItemProperty).DirectoryName $localsums=(get-childitem $Drive log4j*.jar -file -Recurse -erroraction silentlycontinue | Get-FileHash).hash ($localsums -and (compare-object -ReferenceObject $vulnerablesums -DifferenceObject $localsums -IncludeEqual -ErrorAction SilentlyContinue).SideIndicator -eq "==") Write-Host $localfile }

  • CVE-2021-44228_scanner

    Scanners for Jar files that may be vulnerable to CVE-2021-44228

  • 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.

    InfluxDB logo
  • Get-log4j-Windows-local

    Identifying all log4j components across on local windows servers. CVE-2021-44228

  • Single server, local host: https://github.com/KeysAU/Get-log4j-Windows-local

  • Get-log4j-Windows.ps1

    Identifying all log4j components across all windows servers, entire domain, can be multi domain. CVE-2021-44228

  • Multi serverq, remote hosts https://github.com/KeysAU/Get-log4j-Windows.ps1

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Microsoft.WinGet.CommandNotFound

    1 project | news.ycombinator.com | 21 May 2024
  • Github Actions to deploy your Terraform code

    1 project | dev.to | 21 May 2024
  • New Arm-Powered Surface Pro and Surface Laptop Aim Directly at Apple Silicon Mac

    1 project | news.ycombinator.com | 20 May 2024
  • The Forged Apple Employee Badge

    1 project | news.ycombinator.com | 17 May 2024
  • We are pleased to announce the release of .NET 9 Preview 3

    1 project | news.ycombinator.com | 15 May 2024