Skip to content

Commit

Permalink
Merge pull request #363 from kubescape/feature/cleanup
Browse files Browse the repository at this point in the history
Feature/cleanup
  • Loading branch information
amitschendel authored Sep 9, 2024
2 parents 086c5f8 + 494782e commit 864bda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ruleengine/v1/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ var SensitiveFiles = []string{
"/etc/ssh/sshd_config",
"/etc/ssh/ssh_config",
"/etc/pam.d",
"/etc/group",
}

var (
Expand Down
2 changes: 2 additions & 0 deletions pkg/ruleengine/v1/r1008_crypto_mining_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ var commonlyUsedCryptoMinersDomains = []string{
"xmr.zeropool.io.",
"zec.antpool.com.",
"zergpool.com.",
"auto.c3pool.org.",
"us.monero.herominers.com.",
}

var R1008CryptoMiningDomainCommunicationRuleDescriptor = RuleDescriptor{
Expand Down

0 comments on commit 864bda7

Please sign in to comment.