You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generic/csp/metadata.yaml
+1-23Lines changed: 1 addition & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ policyRules:
282
282
hosts and local network devices, using port, vulnerability, or wordlist
283
283
scans to identify potential attack surfaces.
284
284
yaml: audit-pen-test-recon-tools.yaml
285
-
- name: audit-temp-usage
285
+
- name: audit-process-exec-in-tmp
286
286
precondition:
287
287
- OPTSCAN
288
288
description:
@@ -308,28 +308,6 @@ policyRules:
308
308
systems, including air-gapped networks, often using autorun or tricking
309
309
users into executing malicious files.
310
310
yaml: external-devices-connected.yaml
311
-
- name: prevent-kubectl-cp
312
-
precondition:
313
-
- OPTSCAN
314
-
description:
315
-
refs:
316
-
- name: MITRE_T1105
317
-
url:
318
-
- https://attack.mitre.org/techniques/T1105/
319
-
tldr: Block kubectl cp for security
320
-
detailed: Adversaries may transfer tools or other files from an external system into a compromised environment. Tools or files may be copied from an external adversary-controlled system to the victim network through the command and control channel or through alternate protocols such as ftp. Once present, adversaries may also transfer/spread tools between victim devices within a compromised environment
321
-
yaml: prevent-kubectl-cp.yaml
322
-
- name: prevent-shell-exec
323
-
precondition:
324
-
- OPTSCAN
325
-
description:
326
-
refs:
327
-
- name: MITRE_T1059
328
-
url:
329
-
- https://attack.mitre.org/techniques/T1059/
330
-
tldr: Prevent shell execution in kube-system namespace
331
-
detailed: Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries. These interfaces and languages provide ways of interacting with computer systems and are a common feature across many different platforms. Most systems come with some built-in command-line interface and scripting capabilities.
0 commit comments