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

{
    "id": 95,
    "key": "xor-operation",
    "unprotect_id": "U0701,E1027.m02",
    "name": "XOR Operation",
    "description": "The XOR operation is a common technique used by malware to hide data. This is because it is a simple and reversible function, meaning that the same operation can be used to both encode and decode data. In the XOR operation, a key is used to create a ciphertext, which is then used to encrypt the original data. \r\n\r\nThe encrypted data can then be decrypted using the same key, allowing the original data to be accessed. The XOR operation is often used by malware because it is easy to implement and can be used to effectively conceal data from detection.",
    "resources": "https://isc.sans.edu/forums/diary/Malware+and+XOR+Part+1/22486/",
    "creation_date": "2019-03-18T14:52:04Z",
    "tags": "XOR operation,\r\nKey,\r\nCiphertext,\r\nReversible function,\r\nEncode,\r\nDecode,\r\nEncrypt,\r\nDecrypt,",
    "modification_date": "2024-01-04T05:14:05.126000Z",
    "category": [
        7
    ],
    "rules": [
        131,
        136
    ],
    "attachments": [],
    "featured_api": [],
    "contributors": []
}