From c01de32f043fcfa99b0fec2423e2c2039ace27cb Mon Sep 17 00:00:00 2001 From: "ori.agmon" Date: Wed, 10 Oct 2018 11:29:44 +0300 Subject: [PATCH] Improved description for this hunter --- src/modules/hunting/secrets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/hunting/secrets.py b/src/modules/hunting/secrets.py index e92d308..101994c 100644 --- a/src/modules/hunting/secrets.py +++ b/src/modules/hunting/secrets.py @@ -12,7 +12,7 @@ from ...core.types import Hunter, KubernetesCluster, AccessRisk """ Vulnerabilities """ class secretsAccess(Vulnerability, Event): - """ Accessing the server API within a compromised pod would help an attacker gain full control over the cluster""" + """ Accessing the pod's secrets within a compromised pod might disclose valuable data to a potential attacker""" def __init__(self, evidence): Vulnerability.__init__(self, KubernetesCluster, name="Accessed to pod's secrets", category=AccessRisk)