{ "opencollection": "1.0.0", "info": { "name": "McAfee ePO Alarms Detections API", "version": "5.10" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Detections", "type": "folder" }, "items": [ { "info": { "name": "McAfee List detections", "type": "http" }, "http": { "method": "GET", "url": "https://{epo-server}:8443/remote/edr/v2/detections", "params": [ { "name": "filter[severity]", "value": "", "type": "query", "description": "Filter by detection severity" }, { "name": "filter[hostName]", "value": "", "type": "query", "description": "Filter detections by hostname" }, { "name": "filter[ruleId]", "value": "", "type": "query", "description": "Filter by detection rule ID" }, { "name": "page[limit]", "value": "", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "page[offset]", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve EDR detection events, including alerts from behavioral analysis, signature matching, and real-time monitoring across endpoints." }, { "info": { "name": "McAfee Get a specific detection", "type": "http" }, "http": { "method": "GET", "url": "https://{epo-server}:8443/remote/edr/v2/detections/:detectionId", "params": [ { "name": "detectionId", "value": "", "type": "path", "description": "Unique detection identifier" } ] }, "docs": "Retrieve detailed information about a specific detection event, including process trees, indicators of compromise, and MITRE ATT&CK mapping." } ] } ], "bundled": true }