Risk Scan Engine Quickstart Configuration
Updated Aug 2, 2023Configure Risk Scan Engine
This procedure demonstrates the quickstart configuration for Arctic Wolf Risk Scan Engine (formerly Joval) and the Joval Utilities component. For additional configuration information, see the User_Guide.pdf
file in the Joval-Utilities zip file.
Requirements
- A valid license file (
.xml
)
Steps
Step 1: Download Joval Utilities
- Navigate to the latest release listing in the Customer Support Portal for Joval Utilities.
- Download the Joval Utilities zip file to an easily-accessible folder on your machine.
Step 2: Deploy Risk Scan Engine
-
Create a working directory and name the folder
riskscanengine
. -
Right-click the Joval Utilities zip file and click Extract All.
-
In the Extract Compressed (Zipped) Folders window, navigate to and select the
riskscanengine
folder.Note: Verify that Show extracted files when complete is selected.
-
Name the new folder
Joval-Utilities
. -
Click Extract.
-
Copy your license file to your working directory. The license file follows this naming convention:
[your-domain].sig.xml
. -
Create a folder in your working directory, and name it
content
. Your working directory should follow this structure:├── riskscanengine │ ├── content │ ├── Joval-Utilities │ │ ├── ... │ │ ├── Joval-Utilities.jar │ │ ├── User_Guide.pdf │ ├── [your-domain].sig.xml
-
Run this command to move to your working directory:
cd <working_directory_path>
-
Run this command to make sure that Java is installed on your device:
java -version
For Joval Utilities version 6.5 or older, we recommend Java 8, as XML support is less stable in Java 9-1. Joval Utilities versions newer than 6.5 requires Java 11 or newer. To download Java, see Java Downloads.
-
Run this command to make sure that the deployment was successful:
java -jar Joval-Utilities/Joval-Utilities.jar -?
Step 3: Create a configuration file and run a scan
The Joval Scan Configuration Assistant guides you through the process of downloading assessment content and creating a scan configuration file. Once complete, you can review the output files and logs in the configured folders.
- Run this command to move to your working directory:
cd <working_directory_path>
- Run this command to start the assistant:
java -Dlicense.file=<your_domain>.sig.xml -jar Joval-Utilities/Joval-Utilities.jar scan
- Follow the prompts to create your configuration file.
- Run this command to run a scan:
java -Dlicense.file=<your_domain>.sig.xml -jar Joval-Utilities/Joval-Utilities.jar scan -c config.ini`
Next Steps
Review the User_Guide.pdf
file in the Joval-Utilities folder for additional configuration options.