GET /api/techniques/61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 61,
    "key": "isdebugged-flag",
    "unprotect_id": "U0113,B0001.019",
    "name": "IsDebugged Flag",
    "description": "While a process is running, the location of the PEB can be referenced by the location `fs:[30h]`. For anti-debugging, malware will use that location to check the `BeingDebugged` flag, which indicates whether the specified process is being debugged.",
    "resources": "",
    "creation_date": "2019-03-18T13:33:59Z",
    "tags": "NtQueryInformationProcess",
    "modification_date": "2023-10-04T10:39:04.249000Z",
    "category": [
        3
    ],
    "rules": [
        26
    ],
    "attachments": [],
    "featured_api": [
        6,
        23,
        24,
        357,
        376,
        425
    ],
    "contributors": []
}