Salem Settings (App Configuration)
Visit App Configuration
in the Azure portal to update their values. To access App Configuration
, follow the instructions below.
How to Access App Configuration
Search
App Configuration
in your Azure Portal search.Select the desired configuration for the Resource Group.
On the left menu bar, expand
Operations
and click onConfiguration Explorer
You will be presented with a table of items which you can update desired values for.

To edit the value for any key, click on the
...
thenEdit
. Enter the value in the text box and clickApply

Setting Description
BLOCK_REPORT
The maximum number of threat escalations Salem can make within an given hour.
THREAT_SCORE
Thread score above this value with be marked as true positive.
THREAT_SCORE_LOWER
Report
FP_SCORE
Threat score below this value will be marked as false positive.
MIN_CONTEXT
A minimum context count must be assigned to the alert before the threat score can be calculated.
THREAT_VISIBILITY_DELAY_FACTOR
(Optional) For debugging purposes, how many seconds will be considered as a day for bulk threat alerts
CACHED_RESULT_LOOKBACK
For webhook queries, this checks how far back in days should newer webhook queries should look in the cached results.
WEBHOOK_POLL_INTERVAL
Determines how many days back the system should look when retrieving newer webhook queries from cached results.
WEBHOOK_TIMEOUT
Determines the amount of time to wait for a webhook call to respond before timing out.
ITR_LIMIT
Number of iterations to allow context updates to cascade into further matches. This determines how many times the system will attempt to refine matches in subsequent iterations. A higher value will result in increased processing time.
RELATED_ALERT_LOOKBACK
Number to days to lookback when searching for related alerts
Last updated