Skip to content

Commit

Permalink
added element for Tech-Alert-Detection-Summary-Event-Field-Changes (#450
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kuma3ierae authored Sep 25, 2024
1 parent a123c99 commit 5db6422
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions falcon/models/streaming_models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ type Event struct {
Success *bool `json:"Success,omitempty"`
ComputerName *string `json:"ComputerName,omitempty"`
DetectDescription *string `json:"DetectDescription,omitempty"`
Description *string `json:"Description,omitempty"`
DetectID *string `json:"DetectId,omitempty"`
CompositeId *string `json:"CompositeId,omitempty"`
FalconHostLink *string `json:"FalconHostLink,omitempty"`

IOARuleInstanceId *string `json:"IOARuleInstanceId,omitempty"`
Expand All @@ -42,6 +44,7 @@ type Event struct {
ProcessId *IntOrString `json:"ProcessId,omitempty"`
UserName *string `json:"UserName,omitempty"`
DetectName *string `json:"DetectName,omitempty"`
Name *string `json:"Name,omitempty"`
CommandLine *string `json:"CommandLine,omitempty"`
MD5 *string `json:"MD5String,omitempty"`
SHA1 *string `json:"SHA1String,omitempty"`
Expand Down

0 comments on commit 5db6422

Please sign in to comment.