Conventional network endpoint defense used to rely largely on the basic fact that computers primarily used files to communicate. Files were not only transmitted to and from other systems, but also to a system’s local storage devices, such as a laptop’s hard drive.

Endpoint defense could thus concentrate on checking incoming file traffic for telltale signs of a malicious file. This is how both ordinary antivirus software and sophisticated signature-based tools operated.

Fileless Malware Slips Past the File Sentries

A new generation of so-called fileless malware has emerged, taking advantage of dynamic environments in which external data streams may go directly into memory without ever being stored or handled as a file. Web-based scripts, containers and microservices are all examples of environments in which fileless malware can be propagated.

According to Infosec Island, fileless malware not only can slip into a system without being detected by file-based endpoint security, but it can also make itself persistent by exploiting Windows registry entries. Even rebooting the computer, which will wipe out any purely memory-based malicious code, will merely reload malicious registry entries.

Extending the Principle of Layered Protection

In response to this threat, a new generation of endpoint protection is emerging that combines traditional, file-based layered security with machine learning and threat detection sandboxing.

Machine learning technology in isolation is not enough, because the emergence of new threat vectors, such as scripts, does not mean that file-based malware is going to disappear. Infosec Island warned that “relying on an endpoint protection platform that uses only machine learning will not harden the overall security posture of an organization.”

Malicious actors will continue to use both modes of attack, since they are equally well-suited to social engineering delivery techniques including spear phishing emails and webpages with malicious scripts.

The emergence of the fileless malware threat and the protective measures taken in response to it are the most recent iterations of two ongoing themes in network security. One is that networks and the overall computing ecosystem are becoming more richly connected. Endpoint security then becomes more complex.

Meanwhile, the principle of layered security remains valid. The more opportunities taken to interpose protective measures, the greater the likelihood that attacks will be detected and blocked. There are no magic shields, but over the long run, vigilance and active defense pay off against fileless malware as well as more traditional modes of attack.

More from Endpoint

The Needs of a Modernized SOC for Hybrid Cloud

5 min read - Cybersecurity has made a lot of progress over the last ten years. Improved standards (e.g., MITRE), threat intelligence, processes and technology have significantly helped improve visibility, automate information gathering (SOAR) and many manual tasks. Additionally, new analytics (UEBA/SIEM) and endpoint (EDR) technologies can detect and often stop entire classes of threats. Now we are seeing the emergence of technologies such as attack surface management (ASM), which are starting to help organisations get more proactive and focus their efforts for maximum…

5 min read

X-Force Identifies Vulnerability in IoT Platform

4 min read - The last decade has seen an explosion of IoT devices across a multitude of industries. With that rise has come the need for centralized systems to perform data collection and device management, commonly called IoT Platforms. One such platform, ThingsBoard, was the recent subject of research by IBM Security X-Force. While there has been a lot of discussion around the security of IoT devices themselves, there is far less conversation around the security of the platforms these devices connect with.…

4 min read

X-Force Prevents Zero Day from Going Anywhere

8 min read - This blog was made possible through contributions from Fred Chidsey and Joseph Lozowski. The 2023 X-Force Threat Intelligence Index shows that vulnerability discovery has rapidly increased year-over-year and according to X-Force’s cumulative vulnerability and exploit database, only 3% of vulnerabilities are associated with a zero day. X-Force often observes zero-day exploitation on Internet-facing systems as a vector for initial access however, X-Force has also observed zero-day attacks leveraged by attackers to accomplish their goals and objectives after initial access was…

8 min read

Patch Tuesday -> Exploit Wednesday: Pwning Windows Ancillary Function Driver for WinSock (afd.sys) in 24 Hours

12 min read - ‘Patch Tuesday, Exploit Wednesday’ is an old hacker adage that refers to the weaponization of vulnerabilities the day after monthly security patches become publicly available. As security improves and exploit mitigations become more sophisticated, the amount of research and development required to craft a weaponized exploit has increased. This is especially relevant for memory corruption vulnerabilities.Figure 1 — Exploitation timelineHowever, with the addition of new features (and memory-unsafe C code) in the Windows 11 kernel, ripe new attack surfaces can…

12 min read