Ortal Kombat
12/24/2024, 11:08 AM--disable_carver=false
--carver_disable_function=false
--carver_start_endpoint=/api/v1/osquery/carve/begin
--carver_continue_endpoint=/api/v1/osquery/carve/block
--carver_block_size=8000000
When I carve file smaller than the blocksize, it works just fine, as expected.
But when I try to carve a larger file, I just don't get it in MinIO. I tried to carve a file, take the carve guid and
check it's status with SELECT * FROM carves WHERE carve_guid="<guid>";
and the status says "SUCCESS".
I tried to get the carve info with Fleet API, and this is the JSON:
{
"id": 36,
"created_at": "2024-12-24T09:30:02Z",
"host_id": 8,
"name": "<carve_name>",
"block_count": 8,
"block_size": 5242880,
"carve_size": 41497600,
"carve_id": "<carve_id>",
"request_id": "<request_id>",
"session_id": "<session_id>",
"expired": false,
"error": null,
"max_block": -1
}
I have no logs about the carves in Fleet's pod.
Can anyone please help? 🙏Rebecca Cowart
12/30/2024, 3:08 PMOrtal Kombat
01/02/2025, 10:49 AMRebecca Cowart
01/02/2025, 4:36 PMOrtal Kombat
01/05/2025, 8:20 AMRebecca Cowart
01/06/2025, 6:55 PMOrtal Kombat
01/07/2025, 1:37 PMOrtal Kombat
01/07/2025, 1:38 PMRebecca Cowart
01/07/2025, 6:37 PMOrtal Kombat
01/08/2025, 2:17 PM