Difference between revisions of "NAC and EDR for Linux"
Jump to navigation
Jump to search
(Created page with "== NAC - Forescout security software for Linux == Download and install the Forescout client: hpcguide.tau.ac.il/nac/ForeScoutSecureConnector_64_visible_daemon.tar.gz|For...") |
|||
(6 intermediate revisions by 2 users 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 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: | ||
+ | |||
+ | [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