<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.netmon.asia/blogs/tag/manageengine/feed" rel="self" type="application/rss+xml"/><title>Netmon Information Systems Ltd. - Blog #ManageEngine</title><description>Netmon Information Systems Ltd. - Blog #ManageEngine</description><link>https://www.netmon.asia/blogs/tag/manageengine</link><lastBuildDate>Fri, 06 Mar 2026 12:42:44 -0800</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[What caused the worldwide BSOD event in 2024 for Windows environments?]]></title><link>https://www.netmon.asia/blogs/post/what-caused-the-worldwide-bsod-event-in-2024-for-windows-environments</link><description><![CDATA[ The blue screen of death (BSOD) triggered on July 19, 2024, in Windows environments worldwide was caused by a faulty update ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_-alrJ9OBSC2jB2RVCqGL_A" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_AmZ44wNQTnyLBoE8jJhlMg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_tnwqFLMdTiqXkLtruVA_GA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_NY_8FDNxQUKBJlqbczBB_g" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-left " data-editor="true"><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">The blue screen of death (BSOD) triggered on July 19, 2024, in Windows environments worldwide was caused by a faulty update of the CrowdStrike Falcon Senor’s Endpoint Detection and Response component.</span><br></div>
<div style="text-align:left;"><span style="color:rgb(234, 119, 4);">How did an application’s update flaw cause a BSOD?</span><br></div>
<div style="text-align:left;"><span style="color:inherit;">The CrowdStrike Falcon’s driver runs at the kernel level in all machines. This driver software is installed in the pre-OS initialization phase. When such threat detection and response drivers are installed early on, they prevent malware and other payloads from being installed in the machines. These drivers come under the category of early launch anti-malware (ELAM) protection.<br></span><span style="color:inherit;"><img src="/CrowdStrike-BSOD.jpeg" style="width:600.36px;"></span><br></div>
<div style="text-align:left;"><span style="color:rgb(234, 119, 4);">Who creates ELAM drivers?</span><br></div>
<div style="text-align:left;"><span style="color:inherit;">The vendors who create ELAM drivers should be members of the Microsoft Virus Initiative (MVI). MVI verifies the motives and technical prowess of these tools and only accepts vendors who meet their requirements.</span><br></div>
<div style="text-align:left;"><span style="color:inherit;">One of MVI’s key requirements is that the vendor must be end-to-end responsible for keeping the software up-to-date on all client machines.</span><br></div>
<div style="text-align:left;"><span style="color:rgb(234, 119, 4);">How does the CrowdStrike Falcon sensor’s ELAM get updated?</span><br></div>
<div style="text-align:left;"><span style="color:inherit;">The client machines directly receive updates from CrowdStrike’s cloud infrastructures using the HTTPS protocol over port 443.</span><br></div>
<div style="text-align:left;"><span style="color:inherit;">CrowdStrike updates the client machine’s folder automatically with additional channel files. Channel files contain detection rules to track threats and response workflows to remediate the threats.</span><span style="color:rgb(234, 119, 4);"><br></span></div>
<div style="text-align:left;"><span style="color:rgb(234, 119, 4);">What went wrong with the file (C-00000291*.sys)?</span><br></div>
<div style="text-align:left;"><span style="color:inherit;">C-00000291*.sys was one of the channel files responsible for creating named pipes.</span><br></div>
<div style="text-align:left;"><span style="color:inherit;">- Named pipes facilitate inter-process communication within a client or between a server and a client within a network. A file object gets created in the machine’s file system—but the contents are written to memory rather than a disk.</span><br></div>
<div style="text-align:left;"><span style="color:inherit;">- To find out the named pipes on your machine, open your command prompt and enter the code: [System.IO.Directory]::GetFiles(“\\.\\pipe\\”).<br></span><img src="/BSOD.png" style="width:572.6px !important;height:358px !important;max-width:100% !important;"><br></div>
<div style="text-align:left;"><span style="color:inherit;">This channel file’s code had a logic error: The memory allocated for pipe creation didn’t suffice. This hindered the pipe creation and thus the execution of the channel files corresponding to the new update. The question is how was this update not tested before it was rolled out.</span><br></div>
<div style="text-align:left;"><span style="color:rgb(234, 119, 4);">But why BSOD?</span><br></div>
<div style="text-align:left;"><span style="color:inherit;">Kernel-level operations affect both hardware and software in a Windows machine. If something goes wrong at this level, it can have severe repercussions on the state of a machine. So, if any of the processes fail, Windows immediately pulls the BSOD.</span><br></div>
<div style="text-align:left;"><span style="color:rgb(234, 119, 4);">How can the BSOD caused by the Falcon sensor be fixed?</span><br></div>
<div style="text-align:left;"><span style="color:inherit;">CrowdStrike addressed the memory allocation error in their fix. However, all affected systems had to be manually rebooted for the update to take effect.</span><br></div>
<div style="text-align:left;"><span style="color:inherit;">This worldwide phenomenon will remain a classic example of why strong security basics will keep organizations running smoothly.</span><br></div>
<div style="text-align:left;"><div><div><span style="color:inherit;">A simple update flaw, a misconfiguration, the use of default credentials, and loosely coupled permissions for users and entities—each of these can bring down businesses. Constantly monitoring for security and risk factors can help organizations stay secure in the long run.<br></span><span style="font-size:18px;">Read More&nbsp;</span><br><a href="https://blogs.manageengine.com/corporate/general/2024/08/21/what-caused-the-worldwide-bsod-event-in-2024-for-windows-environments.html" rel="">https://blogs.manageengine.com/corporate/general/2024/08/21/what-caused-the-worldwide-bsod-event-in-2024-for-windows-environments.html</a><br></div>
</div></div><div style="text-align:left;"><div><span style="color:inherit;"><span style="font-size:18px;">Author: <br></span>Shehnaaz N, Product Marketing Specialist</span><br></div>
</div><div style="text-align:left;"><span style="color:inherit;">#ManageEngine #Blue screen of death #BSOD #access management #CrowdStrike #Falcon sensor #Windows #early launch anti-malware protection #ELAM drivers #NetMon</span><br></div>
</div></div></div><div data-element-id="elm_WRVJTSwDQP2zMn67OartrA" data-element-type="button" class="zpelement zpelem-button "><style></style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md " href="javascript:;" target="_blank"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 27 Aug 2024 07:34:44 +0000</pubDate></item></channel></rss>