GET /api/techniques/?format=api&page=8
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 351,
    "next": null,
    "previous": "https://unprotect.it/api/techniques/?format=api&page=7",
    "results": [
        {
            "id": 6,
            "key": "detecting-active-services",
            "unprotect_id": "U1337",
            "name": "Detecting Active Services",
            "description": "VMwareService.exe runs the VMware Tools Service as a child of services.exe. It can be identified by listing services.",
            "resources": "",
            "creation_date": "2019-03-11T07:54:25Z",
            "tags": "",
            "modification_date": "2023-10-04T10:37:28.470000Z",
            "category": [
                1
            ],
            "rules": [],
            "attachments": [],
            "featured_api": [
                321,
                331,
                381
            ],
            "contributors": []
        }
    ]
}