Corrected Hash Functions to properly categorize Low threat unsigned hashes & added regular expessions to the path function eligibility logic
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ def allowlistexechistories(url, outputjson: bool):
|
||||
endpoint = url + '/v1/logging/exechistories'
|
||||
payload_dict = {
|
||||
"type":[1, 2, 6, 7],
|
||||
"checkpoint":"68a153c23963989b484541b4",
|
||||
"checkpoint":"000000000000000000000000",
|
||||
"policy": [policiesnames[choice]]
|
||||
}
|
||||
payload = json.dumps(payload_dict)
|
||||
|
||||
Reference in New Issue
Block a user