Minimum Version
This DEX Pack requires SysTrack version 10.1 or higher.
Import Kit
In the Kits page:
Click Select Kit File and import the DEX Pack kit file
Click on the Download link under setup instructions to download the instructions
Extract the setup zip file
Import Vulnerability Role
This solution requires you to assign the SF_Vulnerability Role to the relevant Configurations:
Navigate to Configure > Configurations
Click the padlock icon in the upper-right to enable editing
Use the drop-down at the top to select a relevant Configuration, or create a new Configuration
Assign the SF_Vulnerability Role to the Configuration by dragging it from Available Roles to Assigned Roles
Click Save Changes at the top-right
Repeat this process for any other relevant Configurations
Enable Collection Extensions
In Configure, click Collection Extensions on the left
Click the Action Governance tab at the top
Find log4j in the list and check the Enabled box for both
Click Save Changes at the top right
Create Vulnerability View
This DEX Pack requires you to make a View for the relevant SF_Log4j Role.
To create the new View:
Navigate to the SysTrack Launch page
Go to Configure > Views
Click the padlock icon in the upper-right to enable editing
Click the plus icon to add a new View
Fill in the Settings as follows or follow them as per the screenshot from the kit
View Name: SF_Log4j
Existing Category: General
Expires in: 30 Days
When Expired: Override Data
Do NOT check “When overdue by 1 day (s)”
Set the Refresh drop-downs to Daily, Inside, 24x7, and “Every Day”
Copy this SQL query, and paste it into the box under SQL Selection > Generic .
Create View at the top-right
SF_Log4j SQL Query
T0.WGUID,
GETUTCDATE() AS VWTIME,
Add_Date AS RunTime,
S0.STRVALUE AS FULLPATH
FROM DYNI_log4j AS T0
INNER JOIN SASTR_DYN AS S0 ON T0.FullName = S0.STRINGIDEnable View in Roles
Navigate to Configure > Roles
Select SF_Vulnerability from the drop down at the top
Click the Views tab in the center of the page
Check the Enable box for SF_log4j in the list
Click Save Changes at the top right