More Info:

Ensure that IP forwarding enabled on your Azure virtual machines (VMs) is being monitored.

Risk Level

Medium

Address

Security, Operational Maturity

Compliance Standards

CISAZURE, CBP, NISTCSF, PCIDSS

Triage and Remediation

Remediation

To remediate the misconfiguration “Enable Virtual Machine IP Forwarding Monitoring” in Azure using Azure console, please follow the below steps:

  1. Login to Azure Portal (https://portal.azure.com/).
  2. Select the Virtual Machine for which you want to enable IP forwarding monitoring.
  3. Click on the “Networking” option from the left-hand side menu.
  4. Under “Networking”, click on “Network Interfaces”.
  5. Select the Network Interface associated with the Virtual Machine.
  6. Under “Settings”, click on “Network Security Group”.
  7. Click on “Inbound security rules” and then click on the “Add” button.
  8. In the “Add inbound security rule” page, provide the below details:
    • Name: Enter a name for the rule.
    • Priority: Enter a priority number for the rule.
    • Source: Select “Any” or specify the source IP address range.
    • Destination: Select “Any” or specify the destination IP address range.
    • Protocol: Select “Any” or specify the protocol type.
    • Action: Select “Allow” or “Deny”.
    • Enable logging: Select “On” to enable logging.
  9. Click on the “Add” button to create the rule.
  10. Repeat steps 7-9 to create an outbound security rule with the same details.
  11. Once the rules are created, IP forwarding monitoring will be enabled for the Virtual Machine.

Note: Enabling IP forwarding monitoring allows the Virtual Machine to forward traffic from one network interface to another.