Corrected Hash Functions to properly categorize Low threat unsigned hashes & added regular expessions to the path function eligibility logic

This commit is contained in:
=
2025-08-21 14:06:22 -04:00
parent 352ce39520
commit 3d6ea359be
7 changed files with 43 additions and 62562 deletions
+1 -1
View File
@@ -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)