Installing the SIMP Agent is easy on both Windows and Linux systems.
Begin by having an instance of SIMP Console up and running.
Once you’ve logged into your console, navigate to the Infrastructure -> Client Installation page.
Here you will see a set of instructions on how to get started with the agent.
Click on the package you wish to install. For Windows download the .msi
file, for Linux download the .rpm
file.
Simply run yum install simp-agent.rpm
using your terminal or using your preferred RPM installer GUI.
Double click the .msi file. This will run you through an interactive installation. Follow the simple on-screen instructions for quick installation.
Once installed, it is important to know about certain files and directories that the agent uses on your system.
This is the location you can find the SIMP Agent binaries if you need to move/reference them.
simp-agent
will be located in /usr/bin
by default.If you’re looking for the config file this can be found in /etc/simp/simp-agent.yaml
simp-agent.exe
is located in C:\Program Files\SIMP\SIMP Agent\bin
by default. There is also a simp-agent-wrapper.ps1
script which will open an elevated Powershell prompt with the agent ready to go.If you’re looking for the config file this can be found in C:\Program Files\SIMP\SIMP Agent\simp-agent.yaml
This directory contains all of the current working state information used by the agent to perform tasks. The Platform independent directory structure is:
state
|_ benchmarks
|_ scap
|_ cis
|_ stig
|_ reports
|_ state.json
You can find your SIMP_Default_Content***.xml files saved into the benchmarks/scap
directories. The default location to save reports for all scans go into the reports directory.
state.json
contains the working login token for any collectors that an agent has registered. It also contains a working list of all SIMP Compliance Engine reports that have been sent to the console. A SHA256 sum of each file is saved to state.json
each time the compliance report updates.
Linux
The state directory can be found at /var/db/simp/agent/state
Windows
The state directory can be found at C:\ProgramData\SIMP\agent\state