Skip to content

Latest commit

 

History

History

crowdstrike-bsod-fix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CrowdStrike BSoD Remediation

The aim of this tool is to remove the problematic CrowdStrike sys file that causes the BSoD on startup.

# expected pip version 24.1.2
pip3 install -r requirements.txt

AWS

Prerequisites

  1. Download and install aws cli
  2. aws credentials are configured using aws configure
  3. the region in the credentials are set properly

Using AWS

python3 main.py --csp aws --instances i-0314fe10fbb79efd1,i-0214ae20ecc98e5d2

Azure

Prerequisites

  1. Download and install az cli
  2. Configure az login such that it points to the right account/subscription
  3. Install jq

Using Azure

python3 main.py --csp azure \
        --instances instance_name1,inst2 \
        --resource-group myResourceGroup \ 
        --subscription-id 9af872e2-xxxx-yyyy-zzzz-7edf106007b4