Difference between revisions of "NAC and EDR for Linux"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
Download and install the Forescout client: | Download and install the Forescout client: | ||
− | [http://hpcguide.tau.ac.il/nac/ForeScoutSecureConnector_64_visible_daemon.tar.gz | + | |
+ | [http://hpcguide.tau.ac.il/nac/ForeScoutSecureConnector_64_visible_daemon.tar.gz ForeScoutSecureConnector_64_visible_daemon.tar.gz] | ||
== Installation == | == Installation == | ||
tar -zxvf ForeScoutSecureConnector_64_visible_daemon.tar.gz | tar -zxvf ForeScoutSecureConnector_64_visible_daemon.tar.gz | ||
+ | |||
cd secure_connector | cd secure_connector | ||
+ | |||
./install.sh | ./install.sh | ||
+ | |||
systemctl start SecureConnector.service | systemctl start SecureConnector.service | ||
+ | |||
+ | |||
+ | |||
+ | == EDR - Falcon == | ||
+ | |||
+ | Download and install the Falcon client: | ||
+ | |||
+ | [http://hpcguide.tau.ac.il/edr/falcon-sensor_7.18.0-17106_amd64.deb falcon-sensor_7.18.0-17106_amd64.deb] | ||
+ | |||
+ | |||
+ | == Installation == | ||
+ | |||
+ | dpkg -i falcon-sensor_7.18.0-17106_amd64.deb |
Latest revision as of 12:17, 26 September 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
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