'Cuckoo report , meaning of report

'''
{
        "category": "process",
        "status": 1,
        "stacktrace": [],
        "api": "CreateThread",
        "return_value": 176,
        "arguments": {
            "thread_identifier": 1228,
            "function_address": "0x004021ce",
            "flags": 0,
            "parameter": "0x0012fef0",
            "stack_size": 0
        },
        "time": 1647881189.051382,
        "tid": 1836,
        "flags": {}
    }
'''

this is part of report of cuckoo,what's the meaning of the "status":1,sometimes it's "status":0.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source