Handy automations written in Python!
A command line utility written with Python to compare two .csv files and save common rows.
Input: input1.csv input2.csv Output: similarities.csv, differences,csv
A command line utility written with Python to recursively copy an email subject, a username, and a device name to the clipboard to make sending bulk emails slightly easier.
Input: input1.csv
A command line utility written with Python to remove usernames from LocalAdmin on a Device using Crowdstrike. Set ACTION to REMOVE to remove, or PASS to skip. It outputs a CSV with results in STATUS column.
- Uploading the localAdminRemove.ps1 file to CrowdStrike RTR's Custom Scripts and naming: "Remove-LocalAdmin"
- Create Local Environment Variables of: FALCON_CLIENT_ID with the cid, and FALCON_CLIENT_SECRET for API key for API Authentication with Crowdstrike.
- Crowdstrike API access needs to allow RTR Read/Write.
Input: input1.csv
CSV Structure: DEVICE,*,USERNAME,STATUS,ACTION
Name,*, User, , ,REMOVE or PASS