CMDS Flashcards

1
Q

What are the commands to run on a Mac OS to see if the sensor is INSTALLED?

A

Verify Sensor is Running:

-sudo /Applications/Falcon.app/Contents/resources/falconctl stats

**also says if sensor is communicating with cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Command to run on a Linux OS to see if the sensor is communication with the CS cloud

A
  • lsmod | grep falcon
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to configure the deployment tool on Windows?

A

<Installer> |install |quiet |norestart CID=<CCID>
</CCID></Installer>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to assign sensor tags in Windows?

A

**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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the PowerShell Command to disable Windows Defender?

A

Set-MpPreference -DisableRealtimeMonitoring $true

**Will continue to run in RFM until kernel is updated to support that kernel version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the commands to run on a Windows OS to see if the sensor is INSTALLED?

A

-Verify sensor is Running:

cmd admin priv > sc.exe query csagent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the commands to run on a Linux OS to see if the sensor is INSTALLED?

A

-Verify Sensor is Running:

ps -e | grep -e falcon-sensor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Command to run on a Windows OS to see if the sensor is communication with the CS cloud

A

-Netstat -f

How well did you know this?
1
Not at all
2
3
4
5
Perfectly