Skip to content

Commit

Permalink
updated malware alert with signature (#443)
Browse files Browse the repository at this point in the history
Signed-off-by: Afek Berger <[email protected]>
  • Loading branch information
afek854 authored Feb 12, 2025
1 parent 43cf3ce commit 755b756
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions armotypes/runtimeincidents.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,11 @@ type RuleAlert struct {
}

type MalwareAlert struct {
MalwareFile File `json:"malwareFile,omitempty" bson:"malwareFile,omitempty"`
Aliases []string `json:"aliases,omitempty" bson:"aliases,omitempty"`
Family string `json:"family,omitempty" bson:"family,omitempty"`
Action string `json:"action,omitempty" bson:"action,omitempty"`
DetectionMethod string `json:"detectionMethod,omitempty" bson:"detectionMethod,omitempty"`
MalwareDescription string `json:"malwareDescription,omitempty" bson:"malwareDescription,omitempty"`
ProcessTree ProcessTree `json:"processTree,omitempty" bson:"processTree,omitempty"`
MalwareFile File `json:"malwareFile,omitempty" bson:"malwareFile,omitempty"`
Action string `json:"action,omitempty" bson:"action,omitempty"`
DetectionMethod string `json:"detectionMethod,omitempty" bson:"detectionMethod,omitempty"`
ProcessTree ProcessTree `json:"processTree,omitempty" bson:"processTree,omitempty"`
Signature MalwareSignature `json:"signature,omitempty" bson:"signature,omitempty"`
}

type HttpRuleAlert struct {
Expand Down

0 comments on commit 755b756

Please sign in to comment.