ApiCyberAlertFullDetails message.
JSON representation |
---|
{ "caseIdentifier": string, "alertGroupIdentifier": string, "additionalData": string, "reportingVendor": string, "reportingProduct": string, "environment": string, "name": string, "description": string, "externalId": string, "ruleGenerator": string, "severity": integer, "tags": [ string ], "detectedTimeUnixMs": string, "identifier": string, "creationTimeUnixMs": string, "modificationTimeUnixMs": string, "additionalProperties": { string: string, ... }, "securityEvents": [ { object ( |
Fields | |
---|---|
caseIdentifier |
Case identifier. |
alertGroupIdentifier |
Alert group identifier. |
additionalData |
Additional data. |
reportingVendor |
Reporting vendor. |
reportingProduct |
Reporting product. |
environment |
Environment. |
name |
Name. |
description |
Description. |
externalId |
External ID. |
ruleGenerator |
Rule generator. |
severity |
Severity. |
tags[] |
Tags. |
detectedTimeUnixMs |
Detected time in unix ms. |
identifier |
Identifier. |
creationTimeUnixMs |
Creation time in unix ms. |
modificationTimeUnixMs |
Modification time in unix ms. |
additionalProperties |
Additional properties. An object containing a list of |
securityEvents[] |
Security events. |
domainRelations[] |
Domain relations. |
domainEntities[] |
Domain entities. |
ApiSecurityEvent
ApiSecurityEvent message.
JSON representation |
---|
{ "caseIdentifier": string, "alertIdentifier": string, "eventId": string, "eventClassId": string, "name": string, "description": string, "eventType": string, "ruleGenerator": string, "severity": string, "categoryOutcome": string, "startTimeUnixMs": string, "endTimeUnixMs": string, "sourceHostName": string, "sourceAddress": string, "sourceDnsDomain": string, "sourceUserName": string, "sourceUserId": string, "sourceNtDomain": string, "sourceProcessName": string, "destinationHostName": string, "destinationAddress": string, "destinationUserName": string, "destinationDnsDomain": string, "destinationNtDomain": string, "destinationProcessName": string, "transportProtocol": string, "applicationProtocol": string, "destinationPort": string, "destinationUrl": string, "deployment": string, "fileName": string, "fileHash": string, "fileType": string, "emailSubject": string, "signature": string, "usb": string, "sourceMacAddress": string, "destinationMacAddress": string, "creditCard": string, "phoneNumber": string, "cve": string, "threatActor": string, "threatCampaign": string, "genericEntity": string, "process": string, "parentProcess": string, "parentHash": string, "childProcess": string, "childHash": string, "ipset": string, "deviceHostName": string, "deviceAddress": string, "deviceVendor": string, "deviceProduct": string, "deviceVersion": string, "deviceSeverity": string, "sourceDomain": string, "destinationDomain": string, "identifier": string, "creationTimeUnixMs": string, "modificationTimeUnixMs": string, "additionalProperties": { string: string, ... }, "isCorrelation": boolean } |
Fields | |
---|---|
caseIdentifier |
Case identifier. |
alertIdentifier |
Alert identifier. |
eventId |
Event ID. |
eventClassId |
Event class ID. |
name |
Name. |
description |
Description. |
eventType |
Event type. |
ruleGenerator |
Rule generator. |
severity |
Severity. |
categoryOutcome |
Category outcome. |
startTimeUnixMs |
Start time in unix ms. |
endTimeUnixMs |
End time in unix ms. |
sourceHostName |
Source host name. |
sourceAddress |
Source address. |
sourceDnsDomain |
Source DNS domain. |
sourceUserName |
Source user name. |
sourceUserId |
Source user ID. |
sourceNtDomain |
Source NT domain. |
sourceProcessName |
Source process name. |
destinationHostName |
Destination host name. |
destinationAddress |
Destination address. |
destinationUserName |
Destination user name. |
destinationDnsDomain |
Destination DNS domain. |
destinationNtDomain |
Destination NT domain. |
destinationProcessName |
Destination process name. |
transportProtocol |
Transport protocol. |
applicationProtocol |
Application protocol. |
destinationPort |
Destination port. |
destinationUrl |
Destination URL. |
deployment |
Deployment. |
fileName |
File name. |
fileHash |
File hash. |
fileType |
File type. |
emailSubject |
Email subject. |
signature |
Signature. |
usb |
USB. |
sourceMacAddress |
Source mac address. |
destinationMacAddress |
Destination mac address. |
creditCard |
Credit card. |
phoneNumber |
Phone number. |
cve |
CVE. |
threatActor |
Threat actor. |
threatCampaign |
Threat campaign. |
genericEntity |
Generic entity. |
process |
Process. |
parentProcess |
Parent process. |
parentHash |
Parent hash. |
childProcess |
Child process. |
childHash |
Child hash. |
ipset |
IPSET. |
deviceHostName |
Device host name. |
deviceAddress |
Device address. |
deviceVendor |
Device vendor. |
deviceProduct |
Device product. |
deviceVersion |
Device version. |
deviceSeverity |
Device severity. |
sourceDomain |
Source domain. |
destinationDomain |
Destination domain. |
identifier |
Identifier. |
creationTimeUnixMs |
Creation time in unix ms. |
modificationTimeUnixMs |
Modification time in unix ms. |
additionalProperties |
Additional properties. An object containing a list of |
isCorrelation |
Is correlation. |
ApiDomainRelation
ApiDomainRelation message.
JSON representation |
---|
{ "caseIdentifier": string, "alertIdentifier": string, "securityEventIdentifier": string, "relationType": string, "eventId": string, "fromIdentifier": string, "fromType": string, "toIdentifier": string, "toType": string, "deviceVendor": string, "deviceProduct": string, "eventClassId": string, "severity": string, "categoryOutcome": string, "destinationPort": string, "startTimeUnixMs": string, "endTimeUnixMs": string, "identifier": string, "creationTimeUnixMs": string, "modificationTimeUnixMs": string, "additionalProperties": { string: string, ... } } |
Fields | |
---|---|
caseIdentifier |
Case identifier. |
alertIdentifier |
Alert identifier. |
securityEventIdentifier |
Security event identifier. |
relationType |
Relation type. |
eventId |
Event ID. |
fromIdentifier |
From identifier. |
fromType |
From type. |
toIdentifier |
To identifier. |
toType |
To type. |
deviceVendor |
Device vendor. |
deviceProduct |
Device product. |
eventClassId |
Event class ID. |
severity |
Severity. |
categoryOutcome |
Category outcome. |
destinationPort |
Destination port. |
startTimeUnixMs |
Start time in unix ms. |
endTimeUnixMs |
End time in unix ms. |
identifier |
Identifier. |
creationTimeUnixMs |
Creation time in unix ms. |
modificationTimeUnixMs |
Modification time in unix ms. |
additionalProperties |
Additional properties. An object containing a list of |