Skip to content
Snippets Groups Projects
Commit d85eeb78 authored by CARDILE VINCENT's avatar CARDILE VINCENT
Browse files

update auto detection process

parent e48d662e
Branches
No related merge requests found
Pipeline #361492 failed with stages
in 21 seconds
......@@ -17,7 +17,9 @@ execute_hunt:
variables:
script:
- echo "Exécution du script 'auto_detect.py'..."
- python kestrel/auto_detect.py
- python kestrel/auto_detect.py | tee kestrel/hunt_results.txt
- echo "test fichier d'enregistrement d'incident"
- cat hunt_results.txt
artifacts:
paths:
- kestrel/hunt_results.txt
......
......@@ -9,9 +9,6 @@ yesterday = datetime.datetime(target_time.year, target_time.month, target_time.d
"""
yesterday = datetime.datetime(2025,4,3,3,31,0,000000)
print(yesterday)
print(today)
with Session() as session2:
kestrel_query = f"""
events = LOAD "kestrel/win.csv" AS windows_event
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment