Difference between revisions of "Security installations"
Jump to navigation
Jump to search
(Created page with "== NAC - Forescout security software for Linux == Download and install the Forescout client: [http://hpcguide.tau.ac.il/nac/ForeScoutSecureConnector_64_visible_daemon.tar...") |
|||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
== NAC - Forescout security software for Linux == | == NAC - Forescout security software for Linux == | ||
| − | |||
| − | |||
| − | |||
Download and install the Forescout client: | Download and install the Forescout client: | ||
| Line 19: | Line 16: | ||
| − | == EDR - Falcon == | + | == EDR - Falcon (for ubuntu 22 and ubuntu 24) == |
Download and install the Falcon client: | Download and install the Falcon client: | ||
| Line 29: | Line 26: | ||
dpkg -i falcon-sensor_7.18.0-17106_amd64.deb | dpkg -i falcon-sensor_7.18.0-17106_amd64.deb | ||
| + | |||
| + | systemctl restart falcon-sensor.service | ||
| + | |||
| + | Need to run below command to register the program (Only for new installation): | ||
| + | |||
| + | /opt/CrowdStrike/falconctl -s --cid=cid-code | ||
| + | |||
| + | for the cid-code, please send a request to infosec@tauex.tau.ac.il | ||
Latest revision as of 14:31, 20 October 2024
NAC - Forescout security software for Linux
Download and install the Forescout client:
ForeScoutSecureConnector_64_visible_daemon.tar.gz
Installation
tar -zxvf ForeScoutSecureConnector_64_visible_daemon.tar.gz
cd secure_connector
./install.sh
systemctl start SecureConnector.service
EDR - Falcon (for ubuntu 22 and ubuntu 24)
Download and install the Falcon client:
falcon-sensor_7.18.0-17106_amd64.deb
Installation
dpkg -i falcon-sensor_7.18.0-17106_amd64.deb
systemctl restart falcon-sensor.service
Need to run below command to register the program (Only for new installation):
/opt/CrowdStrike/falconctl -s --cid=cid-code
for the cid-code, please send a request to infosec@tauex.tau.ac.il