Static Incident Attributes example
Static Incident Attributes
exampleExample HTTP request
Retrieve all static details of the specified incident.
Request method and path
GET /incidents/{id}/staticAttributes
Example HTTP response
Response 200
{ "incidentId": 1, "infoMap": { "attachmentInfo": [{ "messageComponentName": "ftpMe.txt", "messageComponentId": 2, "wasCracked": true, "documentFormat": "ascii", "messageComponentType": 3, "originalSize": 640 }], "messageOriginatorID": 1, "fileCreateDate": "2019-06-26T17:33:06.71", "fileAccessDate": "2019-06-26T00:00:00", "messageType": "ENDPOINTUSB", "endpointFilePath": "E:\\ftpMe.txt", "endpointApplicationPath": "\\Device\\HarddiskVolume1\\WINDOWS\\explorer.exe", "senderIPAddress": "10.66.221.73", "endpointVolumeName": "\\Device\\Harddisk1\\DP(1)0-0+3", "fileCreatedBy": "LEVY-XP-1\\dirk", "domainUserName": "LEVY-XP-1\\dirk", "policyId": 1, "policyName": "v9 - Hello World Silent", "policyVersion": 3, "policyGroupName": "V9 Automation Policies", "policyGroupId": 2, "fileModifiedBy": "LEVY-XP-1\\dirk", "messageId": 1, "messageSource": "ENDPOINT", "matchCount": 7, "creationDate": "2019-06-26T17:29:50.937", "isBlockedStatusSuperseded": false, "detectionServerName": "v15 - Monitor (Discover, Endpoint)", "endpointConnectionStatus": "CONNECTED", "endpointFileName": "ftpMe.txt", "networkSenderPort": 0, "detectionDate": "2019-06-26T17:29:50.937", "messageTypeId": 13, "detectionServerId": 1, "endpointMachineIpAddress": "10.66.221.73", "messageDate": "2019-06-26T17:33:07.796", "fileOwner": "LEVY-XP-1\\dirk", "endpointMachineName": "LEVY-XP-1", "endpointApplicationName": "explorer.exe" } }