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

{
    "id": 103,
    "key": "time-bomb",
    "unprotect_id": "U1005, B0007.008",
    "name": "Time Bomb",
    "description": "Some malware contains a built-in expiration date, after which the malware will no longer run or function. This can be used by attackers to limit the time during which the malware can be detected and analyzed by security researchers. In order to run and analyze the malware after its expiration date, security researchers must manually change the date on the machine where the malware is being analyzed. \r\n\r\nThis can be effective in defeating sandbox environments, which are typically used to isolate and analyze malware, if the sandbox's clock is not set to the current date. By using this technique, attackers can make it more difficult for researchers to analyze and understand their malware, potentially allowing it to evade detection.",
    "resources": "https://en.wikipedia.org/wiki/Time_bomb_(software)",
    "creation_date": "2019-03-18T14:56:28Z",
    "tags": "timebomb,\r\nchange date,\r\nsandbox environments,\r\nisolate malware,\r\nanalyze malware,\r\nclock,",
    "modification_date": "2023-10-04T10:42:26.818000Z",
    "category": [
        1,
        14
    ],
    "rules": [],
    "attachments": [],
    "featured_api": [],
    "contributors": []
}