Detection rules › Panther

Wiz Update IP Restrictions

Severity
high
Group by
id
Log types
Wiz.Audit
Reference
https://docs.wiz.io/docs/portal-security-settings#ip-restrictions
Source
github.com/panther-labs/panther-analysis

This rule detects updates of IP restrictions.

MITRE ATT&CK coverage

Rule body yaml

AnalysisType: rule
RuleID: Wiz.Update.IP.Restrictions
Description: This rule detects updates of IP restrictions.
DisplayName: Wiz Update IP Restrictions
Runbook: Verify that this change was planned. If not, revert the change and ensure this doesn't happen again.
Reference: https://docs.wiz.io/docs/portal-security-settings#ip-restrictions
Enabled: true
Filename: wiz_update_ip_restrictions.py
Severity: High
Reports:
  MITRE ATT&CK:
    - TA0003:T1556.009 # Modify Authentication Process: Conditional Access Policies
LogTypes:
  - Wiz.Audit
DedupPeriodMinutes: 60
Threshold: 1
Tests:
  - Name: UpdateIPRestrictions
    ExpectedResult: true
    Log:
      {
        "id": "66aa29d4-7a2e-4b09-a46c-ff72b2c55425",
        "action": "UpdateIPRestrictions",
        "requestId": "22681d26-0ba0-4730-8f05-0b2c3adefe1b",
        "status": "SUCCESS",
        "timestamp": "2024-07-31T18:10:33.436381Z",
        "actionParameters": {
          "input": {
            "serviceAccountAccessAllowedIPs": [
              "0.0.0.0/0"
            ],
            "userAccessAllowedIPs": [ ]
          },
          "selection": [
            "__typename",
            {
              "ipRestrictions": [
                "__typename",
                "userAccessAllowedIPs",
                "serviceAccountAccessAllowedIPs"
              ]
            }
          ]
        },
        "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36",
        "sourceIP": "12.34.56.78",
        "serviceAccount": null,
        "user": {
          "id": "test.user@company.com",
          "name": "user@company.com"
        }
      }
  - Name: CreateUser
    ExpectedResult: false
    Log:
      {
        "id": "220d23be-f07c-4d97-b4a6-87ad04eddb14",
        "action": "CreateUser",
        "requestId": "0d9521b2-c3f8-4a73-bf7c-20257788752e",
        "status": "SUCCESS",
        "timestamp": "2024-07-29T09:40:15.66643Z",
        "actionParameters": {
          "input": {
            "assignedProjectIds": null,
            "email": "testy@company.com",
            "expiresAt": null,
            "name": "Test User",
            "role": "GLOBAL_ADMIN"
          },
          "selection": [
            "__typename",
            {
              "user": [
                "__typename",
                "id"
              ]
            }
          ]
        },
        "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36",
        "sourceIP": "8.8.8.8",
        "serviceAccount": null,
        "user": {
          "id": "someuser@company.com",
          "name": "someuser@company.com"
        }
      }
  - Name: UpdateIPRestrictions - Fail
    ExpectedResult: false
    Log:
      {
        "id": "66aa29d4-7a2e-4b09-a46c-ff72b2c55425",
        "action": "UpdateIPRestrictions",
        "requestId": "22681d26-0ba0-4730-8f05-0b2c3adefe1b",
        "status": "FAILED",
        "timestamp": "2024-07-31T18:10:33.436381Z",
        "actionParameters": { },
        "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36",
        "sourceIP": "12.34.56.78",
        "serviceAccount": null,
        "user": {
          "id": "test.user@company.com",
          "name": "user@company.com"
        }
      }

Detection logic

Condition

status eq "SUCCESS"
action eq "UpdateIPRestrictions"

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
actioneq
  • UpdateIPRestrictions
statuseq
  • SUCCESS

Output fields

Fields the rule emits when it matches. Chronicle authors list these in the outcome block; they appear on the detection and $risk_score drives alerting. Sentinel / Defender XDR rules build them up through project / summarize / extend stages. Sentinel maps these into alert fields via entityMappings and customDetails; Defender XDR custom detections surface them as alert fields directly.

FieldSource
action
source_ipsourceip
event_idid
action_parametersactionparameters