Back to catalog

Network Management Execution

No violationsstackroxhighruntime

Detects execution of binaries that can be used to manipulate network configuration and management.

Rationale
Network management tools can be used for a variety of tasks, including mapping out your network, overwriting iptables rules, or ssh tunneling to name a few.
Remediation
Remove unncessary network managment tools from the container image.
CategoriesNetwork Tools
Compliance mappingsView coverage →
DORA EU 2022/2554
Art. 9.4(b)
ISO/IEC 27001 2022
A.8.20
NIST SP 800-53 rev. 5
CM-7
PCI DSS 4.0
2.2.4

Generated artifacts

1 of 5 targets supported
network-management-execution.yaml
- rule: network-management-execution
  desc: Detects execution of binaries that can be used to manipulate network configuration and management.
  condition: proc.name in ("ip|ifrename|ethtool|ifconfig|arp|ipmaddr|iptunnel|route|nameif|mii-tool")
  output: Process %proc.name executed by user %user.name (uid=%user.uid) in container %container.id image=%container.image.repository (policy=Network Management Execution)
  priority: ERROR
  source: syscall
  tags:
    - stackrox-import
    - policy
IR (canonical)
{
  "id": "2361bb4c-4cf6-4997-bae6-825da6cf932e",
  "name": "Network Management Execution",
  "description": "Detects execution of binaries that can be used to manipulate network configuration and management.",
  "rationale": "Network management tools can be used for a variety of tasks, including mapping out your network, overwriting iptables rules, or ssh tunneling to name a few.",
  "remediation": "Remove unncessary network managment tools from the container image.",
  "severity": "high",
  "categories": [
    "Network Tools"
  ],
  "lifecycle": [
    "runtime"
  ],
  "eventSource": "deployment",
  "scope": [],
  "exclusions": [
    {
      "name": "Don't alert on kube-system namespace",
      "namespace": "kube-system"
    },
    {
      "name": "Don't alert on openshift namespaces",
      "namespace": "openshift-.*"
    }
  ],
  "enforcement": {
    "failBuild": false
  },
  "expression": {
    "op": "criterion",
    "field": "process-name",
    "values": [
      "ip|ifrename|ethtool|ifconfig|arp|ipmaddr|iptunnel|route|nameif|mii-tool"
    ],
    "valuesOp": "or",
    "negate": false
  },
  "disabled": false
}
Original StackRox JSON
{
  "id": "2361bb4c-4cf6-4997-bae6-825da6cf932e",
  "name": "Network Management Execution",
  "description": "Detects execution of binaries that can be used to manipulate network configuration and management.",
  "rationale": "Network management tools can be used for a variety of tasks, including mapping out your network, overwriting iptables rules, or ssh tunneling to name a few.",
  "remediation": "Remove unncessary network managment tools from the container image.",
  "disabled": false,
  "categories": [
    "Network Tools"
  ],
  "lifecycleStages": [
    "RUNTIME"
  ],
  "eventSource": "DEPLOYMENT_EVENT",
  "exclusions": [
    {
      "name": "Don't alert on kube-system namespace",
      "deployment": {
        "name": "",
        "scope": {
          "cluster": "",
          "namespace": "kube-system",
          "label": null
        }
      },
      "image": null
    },
    {
      "name": "Don't alert on openshift namespaces",
      "deployment": {
        "name": "",
        "scope": {
          "cluster": "",
          "namespace": "openshift-.*",
          "label": null
        }
      },
      "image": null
    }
  ],
  "scope": [],
  "severity": "HIGH_SEVERITY",
  "enforcementActions": [],
  "policySections": [
    {
      "sectionName": "",
      "policyGroups": [
        {
          "fieldName": "Process Name",
          "booleanOperator": "OR",
          "negate": false,
          "values": [
            {
              "value": "ip|ifrename|ethtool|ifconfig|arp|ipmaddr|iptunnel|route|nameif|mii-tool"
            }
          ]
        }
      ]
    }
  ],
  "notifiers": [],
  "lastUpdated": null,
  "SORTName": "",
  "SORTLifecycleStage": "",
  "SORTEnforcement": false,
  "policyVersion": "1.1",
  "mitreAttackVectors": [
    {
      "tactic": "TA0007",
      "techniques": [
        "T1016"
      ]
    }
  ],
  "criteriaLocked": true,
  "mitreVectorsLocked": true,
  "isDefault": true,
  "source": "IMPERATIVE"
}