Skip to content

Commit

Permalink
Merge pull request #943 from rohitrishim/es-3
Browse files Browse the repository at this point in the history
ksp-audit-elasticsearch-cve-2019-7609
  • Loading branch information
salman-accuknox authored Aug 12, 2022
2 parents ec96d1f + 80aa6c8 commit 574dcda
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions elastic/system/ksp-audit-elasticsearch-cve-2019-7609.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# KubeArmor is an open source software that enables you to protect your cloud workload at run-time.
# To learn more about KubeArmor visit:
# https://www.accuknox.com/kubearmor/

apiVersion: security.kubearmor.com/v1
kind: KubeArmorPolicy
metadata:
name: ksp-audit-elasticsearch-cve-2019-7609
namespace: default # Change your namespace
spec:
tags: ["elastic search","cve-2019-7609", "Arbitrary Code Execution"]
message: "Alert! elasticsearch Arbitrary Code Execution "
selector:
matchLabels:
container: elastic # Change your labels
process:
matchPatterns:
- pattern: /**/timelion/run
- pattern: /**/**/timelion/run
- pattern: /**/**/api/timelion/run
action: Audit

0 comments on commit 574dcda

Please sign in to comment.