CMDS Flashcards
What are the commands to run on a Mac OS to see if the sensor is INSTALLED?
Verify Sensor is Running:
-sudo /Applications/Falcon.app/Contents/resources/falconctl stats
**also says if sensor is communicating with cloud
Command to run on a Linux OS to see if the sensor is communication with the CS cloud
- lsmod | grep falcon
How to configure the deployment tool on Windows?
<Installer> |install |quiet |norestart CID=<CCID>
</CCID></Installer>
How to assign sensor tags in Windows?
**Can be assigned after confirmation that the sensor has installed
<installer> |install |norestart CID=<CCID> Grouping-TAGS = "<name>"
**Tags are a great way to organize hosts
</name></CCID></installer>
What is the PowerShell Command to disable Windows Defender?
Set-MpPreference -DisableRealtimeMonitoring $true
**Will continue to run in RFM until kernel is updated to support that kernel version
What are the commands to run on a Windows OS to see if the sensor is INSTALLED?
-Verify sensor is Running:
cmd admin priv > sc.exe query csagent
What are the commands to run on a Linux OS to see if the sensor is INSTALLED?
-Verify Sensor is Running:
ps -e | grep -e falcon-sensor
Command to run on a Windows OS to see if the sensor is communication with the CS cloud
-Netstat -f