Skip to content

Commit

Permalink
Add crypto miner files and DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
sarier committed Sep 11, 2024
1 parent a832b4c commit 464a4c3
Show file tree
Hide file tree
Showing 4 changed files with 1,675 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ruleengine/v1/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func NewRuleCreator() *RuleCreatorImpl {
R1010SymlinkCreatedOverSensitiveFileRuleDescriptor,
R1011LdPreloadHookRuleDescriptor,
R1012HardlinkCreatedOverSensitiveFileRuleDescriptor,
R1013CryptoMiningFilesAccessRuleDescriptor,
},
}
}
Expand Down
1 change: 1 addition & 0 deletions pkg/ruleengine/v1/r0001_unexpected_process_launched.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func (rule *R0001UnexpectedProcessLaunched) generatePatchCommand(event *tracerex
}

func (rule *R0001UnexpectedProcessLaunched) ProcessEvent(eventType utils.EventType, event interface{}, objectCache objectcache.ObjectCache) ruleengine.RuleFailure {

if eventType != utils.ExecveEventType {
return nil
}
Expand Down
Loading

0 comments on commit 464a4c3

Please sign in to comment.