You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
If the time in the agent gets updated, it could lead to unreliable times in the results.
Scenario:
9:19: Malware starts at 4:48 (agent time).
The API calls and enhanced data will have a time of 4:48
9:19: Windows updates time to 9:19
9:21: Malware creates a new process
The API calls and enhanced data will have a new time of 9:21
This is actually something we are aware of, but it is a bit tricky to fix. Normally, the VM clock should be adjusted before the processes are started.
What virtualization software do you use?
If the time in the agent gets updated, it could lead to unreliable times in the results.
Scenario:
9:19: Malware starts at 4:48 (agent time).
The API calls and enhanced data will have a time of 4:48
9:19: Windows updates time to 9:19
9:21: Malware creates a new process
The API calls and enhanced data will have a new time of 9:21
Real example:
As you can see the Cuckoo's time was 9:19 when the malware started and the analysis was 87 seconds long.
The first call is from the parent process at 4:48. The second is from a new process that started at 9:19.
I can provide the full json if needed.
The text was updated successfully, but these errors were encountered: