Trustwave SpiderLabs Uncovers Unique Cybersecurity Risks in Today's Tech Landscape. Learn More

Trustwave SpiderLabs Uncovers Unique Cybersecurity Risks in Today's Tech Landscape. Learn More

Services
Capture
Managed Detection & Response

Eliminate active threats with 24/7 threat detection, investigation, and response.

twi-managed-portal-color
Co-Managed SOC (SIEM)

Maximize your SIEM investment, stop alert fatigue, and enhance your team with hybrid security operations support.

twi-briefcase-color-svg
Advisory & Diagnostics

Advance your cybersecurity program and get expert guidance where you need it most.

tw-laptop-data
Penetration Testing

Test your physical locations and IT infrastructure to shore up weaknesses before exploitation.

twi-database-color-svg
Database Security

Prevent unauthorized access and exceed compliance requirements.

twi-email-color-svg
Email Security

Stop email threats others miss and secure your organization against the #1 ransomware attack vector.

tw-officer
Digital Forensics & Incident Response

Prepare for the inevitable with 24/7 global breach response in-region and available on-site.

tw-network
Firewall & Technology Management

Mitigate risk of a cyberattack with 24/7 incident and health monitoring and the latest threat intelligence.

Solutions
BY TOPIC
Microsoft Exchange Server Attacks
Stay protected against emerging threats
Rapidly Secure New Environments
Security for rapid response situations
Securing the Cloud
Safely navigate and stay protected
Securing the IoT Landscape
Test, monitor and secure network objects
Why Trustwave
About Us
Awards and Accolades
Trustwave SpiderLabs Team
Trustwave Fusion Security Operations Platform
Trustwave Security Colony
Partners
Technology Alliance Partners
Key alliances who align and support our ecosystem of security offerings
Trustwave PartnerOne Program
Join forces with Trustwave to protect against the most advance cybersecurity threats
SpiderLabs Blog

Neutrino Exploit Kit Not Responding – Bug or Feature?

A couple of weeks ago we were looking at some exploit kits in one of our lab environments and noticed a decline in the number of Neutrino instances we're seeing. This sent us on yet another journey to investigate Neutrino and understand some weird behaviours we were observing. This blog post will tell the story of Neutrino, confused researchers, and OS fingerprinting.

A researcher's first thought when an exploit kit suddenly behaves strange is that the exploit kit developer made some changes or added some features to reduce the exploit kit's exposure to security researchers. In a moment of pride we even considered the possibility that perhaps our recent blog post about Neutrino may have prompted the EK developers to make these changes. Unfortunately for our egos, we proceeded to test the issue and saw the following:

We took several instances of Neutrino and tried accessing them from a vulnerable windows-based machine, all of these attempts got the machine infected and in general, Neutrino seemed to be behaving as expected.

Realizing that the issue is limited to only the lab environment, our next obvious thought was that something was wrong with the environment itself and so we began examining it; we accessed the same Neutrino instances, but were getting absolutely no responses from the server, we couldn't even establish a connection:

10142_7b5d79bb-3ddb-4477-b7e0-47509d73abc2
Figure 1 – Neutrino server not responding to request


… The problem was that every other website (and even exploit kit) was working as intended, the environment seemed completely fine except for when accessing Neutrino.

We tried the obvious solutions of trying to change IP addresses, browsers, pretty much anything we know that exploit kits commonly use to evade security researchers, but to no avail.

We suspected that there might be a configuration issue and began comparing traffic between a machine where Neutrino was working and our problematic environment. After some fiddling with the TCP packet, specifically with the packet's MTU, we managed to get a response from the Neutrino server:

8209_1c9327e8-5f4f-43dd-9612-89972c2ee3c5
Figure 2 – Neutrino EK responding to modified request


Now all we had left to do was figure out why. Was there a bug on Neutrino's servers? Was our environment issuing packets with non-standard MTU?

As it turns out this is not a bug, it's a feature! Neutrino has begun using an iptables module called "OSF", which provides passive OS fingerprinting for iptables, in order to filter out certain types of machines they don't want accessing their servers.

As far as we can tell, Neutrino is filtering out Linux machines and our fiddling with the MTU caused our lab machine to be detected as "Unknown OS" instead of "Linux", which is why we were then able to get a response. It makes sense for an exploit kit to filter Linux machines out altogether, since these machines are often security products, servers, or other machines that aren't really potential victims. This approach generally reduces their exposure to anything from automated scans to unwanted security researchers.

Exploit kits often employ measures to keep security researchers and other unwanted visitors away from their servers, but most of the time these measures are handled on the HTTP level- with web servers redirecting you away or returning fake error codes; implementing this logic on a TCP level as Neutrino did is a fairly smart move on their part: generally speaking when a server doesn't respond to you at all you tend to assume that it's down. With exploit kits changing their location as rapidly as they sometimes do, it is very likely that this behavior would simply be written off as a dead server and Neutrino would achieve its goal of being left alone by anyone who isn't a potential victim.

To add some amusement, this concept of passive OS fingerprinting (or "p0f") was actually developed by a security researcher called Michal Zalewski (lcamtuf).

This blog post was co-authored by Daniel Chechik and Anat Davidi.

Trustwave Secure Web Gateway customers are protected against the Neutrino Exploit Kit.

Latest SpiderLabs Blogs

Why We Should Probably Stop Visually Verifying Checksums

Hello there! Thanks for stopping by. Let me get straight into it and start things off with what a checksum is to be inclusive of all audiences here, from Wikipedia [1]:

Read More

Agent Tesla's New Ride: The Rise of a Novel Loader

Malware loaders, critical for deploying malware, enable threat actors to deliver and execute malicious payloads, facilitating criminal activities like data theft and ransomware. Utilizing advanced...

Read More

Evaluating Your Security Posture: Security Assessment Basics

This is Part 4 in my ongoing project to cover 30 cybersecurity topics in 30 weekly blog posts. The full series can be found here.

Read More