Difference between revisions of "NAC and EDR for Linux"

From HPC Guide
Jump to navigation Jump to search
Line 6: Line 6:
 
Download and install the Forescout client:
 
Download and install the Forescout client:
 
[http://hpcguide.tau.ac.il/nac/ForeScoutSecureConnector_64_visible_daemon.tar.gz hpcguide.tau.ac.il/nac/ForeScoutSecureConnector_64_visible_daemon.tar.gz]
 
[http://hpcguide.tau.ac.il/nac/ForeScoutSecureConnector_64_visible_daemon.tar.gz hpcguide.tau.ac.il/nac/ForeScoutSecureConnector_64_visible_daemon.tar.gz]
 +
 +
== Installation ==
 +
tar -zxvf ForeScoutSecureConnector_64_visible_daemon.tar.gz
 +
cd secure_connector
 +
./install.sh
 +
systemctl start SecureConnector.service

Revision as of 12:37, 23 September 2024

NAC - Forescout security software for Linux

Download and install the Forescout client: hpcguide.tau.ac.il/nac/ForeScoutSecureConnector_64_visible_daemon.tar.gz

Installation

tar -zxvf ForeScoutSecureConnector_64_visible_daemon.tar.gz cd secure_connector ./install.sh systemctl start SecureConnector.service