Skip to content

Wiz Threat Detections

Overview

Wiz Threat Detections delivers real-time, agentless threat monitoring across cloud workloads, containers, and Kubernetes. It fuses vulnerability scanning, behavioral analytics, and exposure context to pinpoint and prioritize risks. As a SaaS platform, Wiz integrates with CI/CD pipelines and cloud services for continuous, automated defense.

  • Supported environment: SaaS
  • Detection based on: Alerts
  • Supported application or feature:
    • Threat Detection

Warning

Important note - This format is currently in beta. We highly value your feedback to improve its performance.

Configure

Pre-requisite

To setup the integration, you need to have access to Wiz Console.

Create Client ID and Client Secret

  • Log in the Wiz console
  • Go to Settings > Service Accounts
  • Type a name for the new service account. e.g: Sekoia.io Integration
  • Select next permissions:
    • read:detection
    • read:cloud_events_cloud
    • read:cloud_events_sensor
    • read:security_scans
  • Click Add Service Account
  • Copy the Client ID and the Client Secret

Create the intake

Go to the intake page and create a new intake from the format Wiz Threat Detections.

Raw Events Samples

In this section, you will find examples of raw logs as generated natively by the source. These examples are provided to help integrators understand the data format before ingestion into Sekoia.io. It is crucial for setting up the correct parsing stages and ensuring that all relevant information is captured.

{
    "type": "GENERATED_THREAT",
    "origins": [
        "CLOUD_EVENTS"
    ],
    "actors": [
        {
            "id": "actor-123",
            "name": "suspicious-user",
            "externalId": "user-456",
            "providerUniqueId": "arn:aws:iam::123456789012:user/suspicious-user",
            "type": "USER"
        }
    ],
    "resources": [
        {
            "id": "resource-789",
            "name": "production-database",
            "externalId": "demo",
            "providerUniqueId": "arn:aws:rds:us-east-1:123456789012:db:production-database",
            "type": "DATABASE"
        }
    ],
    "cloudAccounts": [
        {
            "id": "anonymized",
            "name": "test",
            "externalId": "123456789012",
            "cloudProvider": "AWS"
        }
    ],
    "cloudOrganizations": [
        {
            "id": "redacted",
            "name": "My Organization",
            "externalId": "o-example123456",
            "cloudProvider": "AWS"
        }
    ],
    "createdAt": "2024-01-15T10:30:00Z",
    "updatedAt": "2024-01-15T10:30:00Z",
    "id": "detection-abc123",
    "severity": "HIGH",
    "description": "Suspicious database access detected from unusual location",
    "primaryResource": {
        "type": "DATABASE",
        "name": "production-database",
        "externalId": "demo",
        "region": "us-east-1",
        "id": "resource-789"
    },
    "triggeringEvents": {
        "__typename": "CloudEventSearchResultConnection",
        "nodes": [
            {
                "id": "event-123",
                "name": "DatabaseAccess",
                "severity": "HIGH",
                "timestamp": "2024-01-15T10:25:00Z"
            }
        ]
    },
    "ruleMatch": {
        "rule": {
            "id": "rule-456",
            "name": "Suspicious Database Access",
            "builtin": true,
            "securitySubCategories": [
                {
                    "id": "subcat-789",
                    "title": "Data Access Anomaly",
                    "category": {
                        "id": "cat-123",
                        "name": "Data Protection",
                        "framework": {
                            "id": "framework-456"
                        }
                    }
                }
            ]
        }
    }
}
{
    "type": "GENERATED_THREAT",
    "origins": [
        "WIZ_ATTACK_SURFACE_SCANNING"
    ],
    "actors": null,
    "resources": [
        {
            "id": "00000000-0000-0000-0000-000000000000",
            "name": "5.6.7.8:27017",
            "externalId": "://5.6.7.8:27017/",
            "providerUniqueId": null,
            "type": "ENDPOINT"
        },
        {
            "id": "11111111-1111-1111-1111-111111111111",
            "name": "CVE-2025-14847 - Information Disclosure allowed in MongoDB Server (MongoBleed)",
            "externalId": "://5.6.7.8:27017/##22222222-2222-2222-2222-222222222222",
            "providerUniqueId": null,
            "type": "ATTACK_SURFACE_FINDING"
        },
        {
            "id": "33333333-3333-3333-3333-333333333333",
            "name": "MYVM_0",
            "externalId": "/subscriptions/44444444-4444-4444-4444-444444444444/resourcegroups/MYRG/providers/microsoft.compute/virtualmachinescalesets/MYVM/virtualmachines/0",
            "providerUniqueId": null,
            "type": "VIRTUAL_MACHINE"
        },
        {
            "id": "55555555-5555-5555-5555-555555555555",
            "name": "sb-mongo",
            "externalId": "k8s/container/01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b/default/sb-mongo-aks-wiz-representative/sb-mongo",
            "providerUniqueId": null,
            "type": "CONTAINER"
        },
        {
            "id": "66666666-6666-6666-6666-666666666666",
            "name": "MYVM",
            "externalId": "wiz-representative##/subscriptions/44444444-4444-4444-4444-444444444444/resourcegroups/mc_wiz-attack-simulation-y0v9zi-rg_wiz-attack-simulation-y0v9zi_eastus/providers/microsoft.compute/virtualmachinescalesets/aks-wizattack-39244202-vmss",
            "providerUniqueId": null,
            "type": "VIRTUAL_MACHINE"
        }
    ],
    "cloudAccounts": [
        {
            "id": "77777777-7777-7777-7777-777777777777",
            "name": "demo",
            "externalId": "44444444-4444-4444-4444-444444444444",
            "cloudProvider": "Kubernetes"
        }
    ],
    "cloudOrganizations": null,
    "createdAt": "2026-01-28T01:57:45.0385036Z",
    "updatedAt": "2026-01-28T08:05:02.3820071Z",
    "id": "88888888-8888-8888-8888-888888888888",
    "severity": "MEDIUM",
    "description": "Application endpoint **5.6.7.8:27017** exposes MongoDB and has been validated by the Attack Surface Scanner as vulnerable to CVE-2025-14847.",
    "primaryResource": {
        "type": "ENDPOINT",
        "name": "5.6.7.8:27017",
        "externalId": "://5.6.7.8:27017/",
        "region": null,
        "id": "00000000-0000-0000-0000-000000000000"
    },
    "primaryActor": {
        "id": "",
        "name": null,
        "type": "UNKNOWN",
        "nativeType": null,
        "email": null,
        "userAgent": null,
        "MFA": null,
        "federated": false,
        "friendlyName": null,
        "accessKeyId": null,
        "externalId": null,
        "providerUniqueId": null,
        "hasHighPrivileges": false,
        "hasAdminPrivileges": false,
        "hasHighKubernetesPrivileges": false,
        "hasAdminKubernetesPrivileges": false,
        "inactiveInLast90Days": false,
        "actingAs": null,
        "cloudAccount": null
    },
    "triggeringEvents": {
        "totalCount": 1,
        "nodes": [
            {
                "id": "99999999-9999-9999-9999-999999999999",
                "description": ":cloud-resource[CVE\\-2025\\-14847 \\- Information Disclosure allowed in MongoDB Server \\(MongoBleed\\)]{resourceId=\"11111111-1111-1111-1111-111111111111\" resourceType=\"ATTACK_SURFACE_FINDING\" nativeType=\"\"} discovered on :cloud-resource[]{resourceId=\"\" resourceType=\"\" nativeType=\"\"} by the Wiz Attack Surface Scanner",
                "actorIP": null,
                "timestamp": "2026-01-28T01:42:20.8545752Z",
                "rawAuditLogRecord": {
                    "common": {
                        "externalId": "://5.6.7.8:27017/##22222222-2222-2222-2222-222222222222"
                    },
                    "hostedTechs": [
                        {
                            "vertexObjectExternalId": "CloudPlatform/Container##k8s/container/01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b/default/sb-mongo-aks-wiz-representative/sb-mongo##2021",
                            "vertexObjectType": "CloudPlatform/HostedTechnology"
                        },
                        {
                            "vertexObjectExternalId": "CloudPlatform/ContainerImage##wizsensordemos.azurecr.io##sb-mongo@sha256:68b329da9893e34099c7d8ad5cb9c940##2021",
                            "vertexObjectType": "CloudPlatform/HostedTechnology"
                        }
                    ],
                    "name": "CVE-2025-14847 - Information Disclosure allowed in MongoDB Server (MongoBleed)",
                    "origin": 1,
                    "rule": {
                        "externalId": "22222222-2222-2222-2222-222222222222",
                        "id": "00000000-0000-0000-0000-000000000000"
                    },
                    "ruleShortName": "MyRuleName",
                    "securityFrameworkSubCategoryIds": [
                        "SubCatID1",
                        "SubCatID2"
                    ],
                    "severity": 4,
                    "subscriptionObject": {
                        "vertexObjectExternalId": "44444444-4444-4444-4444-444444444444",
                        "vertexObjectType": "CloudPlatform/Subscription"
                    },
                    "targetObject": {
                        "vertexObjectExternalId": "://5.6.7.8:27017/",
                        "vertexObjectType": "CloudPlatform/Endpoint"
                    },
                    "targetObjectData": {
                        "cloudPlatform": "Kubernetes",
                        "name": "5.6.7.8:27017",
                        "subscriptionObject": {
                            "vertexObjectExternalId": "44444444-4444-4444-4444-444444444444",
                            "vertexObjectType": "CloudPlatform/Subscription"
                        }
                    },
                    "techIds": [
                        "2021"
                    ],
                    "type": 4,
                    "vulnerabilityExternalIds": [
                        "CVE-2025-14847"
                    ],
                    "weaknessExternalIds": [
                        "CWE-130"
                    ]
                },
                "commandLine": null,
                "runtimeProgram": {
                    "name": null
                },
                "parentRuntimeProgram": {
                    "name": null
                }
            }
        ]
    },
    "ruleMatch": {
        "rule": {
            "id": "00000000-0000-0000-0000-000000000000",
            "name": "Critical MongoBleed vulnerability exploit successfully validated by Wiz Attack Surface Scanner",
            "builtin": true,
            "securitySubCategories": [
                {
                    "id": "wsct-id-1111",
                    "title": "Exploit Public-Facing Application",
                    "category": {
                        "id": "wct-id-111",
                        "name": "Initial Access",
                        "framework": {
                            "id": "wf-id-11"
                        }
                    }
                },
                {
                    "id": "wsct-id-2222",
                    "title": "Exploit Public-Facing Application",
                    "category": {
                        "id": "wct-id-222",
                        "name": "Initial Access",
                        "framework": {
                            "id": "wf-id-22"
                        }
                    }
                }
            ]
        }
    }
}
{
    "type": "GENERATED_THREAT",
    "origins": [
        "WIZ_ATTACK_SURFACE_SCANNING"
    ],
    "actors": null,
    "resources": [
        {
            "id": "00000000-0000-0000-0000-000000000000",
            "name": "internal.test:27017",
            "externalId": "://internal.test:27017/",
            "providerUniqueId": null,
            "type": "ENDPOINT"
        },
        {
            "id": "11111111-1111-1111-1111-111111111111",
            "name": "CVE-2025-14847 - Information Disclosure allowed in MongoDB Server (MongoBleed)",
            "externalId": "://internal.test:27017/##22222222-2222-2222-2222-222222222222",
            "providerUniqueId": null,
            "type": "ATTACK_SURFACE_FINDING"
        },
        {
            "id": "33333333-3333-3333-3333-333333333333",
            "name": "MYVM_0",
            "externalId": "/subscriptions/44444444-4444-4444-4444-444444444444/resourcegroups/MYRG/providers/microsoft.compute/virtualmachinescalesets/MYVM/virtualmachines/0",
            "providerUniqueId": null,
            "type": "VIRTUAL_MACHINE"
        },
        {
            "id": "55555555-5555-5555-5555-555555555555",
            "name": "sb-mongo",
            "externalId": "k8s/container/01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b/default/sb-mongo-aks-wiz-representative/sb-mongo",
            "providerUniqueId": null,
            "type": "CONTAINER"
        },
        {
            "id": "66666666-6666-6666-6666-666666666666",
            "name": "MYVM",
            "externalId": "wiz-representative##/subscriptions/44444444-4444-4444-4444-444444444444/resourcegroups/mc_wiz-attack-simulation-y0v9zi-rg_wiz-attack-simulation-y0v9zi_eastus/providers/microsoft.compute/virtualmachinescalesets/aks-wizattack-39244202-vmss",
            "providerUniqueId": null,
            "type": "VIRTUAL_MACHINE"
        }
    ],
    "cloudAccounts": [
        {
            "id": "77777777-7777-7777-7777-777777777777",
            "name": "demo",
            "externalId": "44444444-4444-4444-4444-444444444444",
            "cloudProvider": "Kubernetes"
        }
    ],
    "cloudOrganizations": null,
    "createdAt": "2026-01-28T01:57:45.0385036Z",
    "updatedAt": "2026-01-28T08:05:02.3820071Z",
    "id": "88888888-8888-8888-8888-888888888888",
    "severity": "MEDIUM",
    "description": "Application endpoint **internal.test:27017** exposes MongoDB and has been validated by the Attack Surface Scanner as vulnerable to CVE-2025-14847.",
    "primaryResource": {
        "type": "ENDPOINT",
        "name": "internal.test:27017",
        "externalId": "://internal.test:27017/",
        "region": null,
        "id": "00000000-0000-0000-0000-000000000000"
    },
    "primaryActor": {
        "id": "",
        "name": null,
        "type": "UNKNOWN",
        "nativeType": null,
        "email": null,
        "userAgent": null,
        "MFA": null,
        "federated": false,
        "friendlyName": null,
        "accessKeyId": null,
        "externalId": null,
        "providerUniqueId": null,
        "hasHighPrivileges": false,
        "hasAdminPrivileges": false,
        "hasHighKubernetesPrivileges": false,
        "hasAdminKubernetesPrivileges": false,
        "inactiveInLast90Days": false,
        "actingAs": null,
        "cloudAccount": null
    },
    "triggeringEvents": {
        "totalCount": 1,
        "nodes": [
            {
                "id": "99999999-9999-9999-9999-999999999999",
                "description": ":cloud-resource[CVE\\-2025\\-14847 \\- Information Disclosure allowed in MongoDB Server \\(MongoBleed\\)]{resourceId=\"11111111-1111-1111-1111-111111111111\" resourceType=\"ATTACK_SURFACE_FINDING\" nativeType=\"\"} discovered on :cloud-resource[]{resourceId=\"\" resourceType=\"\" nativeType=\"\"} by the Wiz Attack Surface Scanner",
                "actorIP": null,
                "timestamp": "2026-01-28T01:42:20.8545752Z",
                "rawAuditLogRecord": {
                    "common": {
                        "externalId": "://internal.test:27017/##22222222-2222-2222-2222-222222222222"
                    },
                    "hostedTechs": [
                        {
                            "vertexObjectExternalId": "CloudPlatform/Container##k8s/container/01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b/default/sb-mongo-aks-wiz-representative/sb-mongo##2021",
                            "vertexObjectType": "CloudPlatform/HostedTechnology"
                        },
                        {
                            "vertexObjectExternalId": "CloudPlatform/ContainerImage##wizsensordemos.azurecr.io##sb-mongo@sha256:68b329da9893e34099c7d8ad5cb9c940##2021",
                            "vertexObjectType": "CloudPlatform/HostedTechnology"
                        }
                    ],
                    "name": "CVE-2025-14847 - Information Disclosure allowed in MongoDB Server (MongoBleed)",
                    "origin": 1,
                    "rule": {
                        "externalId": "22222222-2222-2222-2222-222222222222",
                        "id": "00000000-0000-0000-0000-000000000000"
                    },
                    "ruleShortName": "MyRuleName",
                    "securityFrameworkSubCategoryIds": [
                        "SubCatID1",
                        "SubCatID2"
                    ],
                    "severity": 4,
                    "subscriptionObject": {
                        "vertexObjectExternalId": "44444444-4444-4444-4444-444444444444",
                        "vertexObjectType": "CloudPlatform/Subscription"
                    },
                    "targetObject": {
                        "vertexObjectExternalId": "://internal.test:27017/",
                        "vertexObjectType": "CloudPlatform/Endpoint"
                    },
                    "targetObjectData": {
                        "cloudPlatform": "Kubernetes",
                        "name": "internal.test:27017",
                        "subscriptionObject": {
                            "vertexObjectExternalId": "44444444-4444-4444-4444-444444444444",
                            "vertexObjectType": "CloudPlatform/Subscription"
                        }
                    },
                    "techIds": [
                        "2021"
                    ],
                    "type": 4,
                    "vulnerabilityExternalIds": [
                        "CVE-2025-14847"
                    ],
                    "weaknessExternalIds": [
                        "CWE-130"
                    ]
                },
                "commandLine": null,
                "runtimeProgram": {
                    "name": null
                },
                "parentRuntimeProgram": {
                    "name": null
                }
            }
        ]
    },
    "ruleMatch": {
        "rule": {
            "id": "00000000-0000-0000-0000-000000000000",
            "name": "Critical MongoBleed vulnerability exploit successfully validated by Wiz Attack Surface Scanner",
            "builtin": true,
            "securitySubCategories": [
                {
                    "id": "wsct-id-1111",
                    "title": "Exploit Public-Facing Application",
                    "category": {
                        "id": "wct-id-111",
                        "name": "Initial Access",
                        "framework": {
                            "id": "wf-id-11"
                        }
                    }
                },
                {
                    "id": "wsct-id-2222",
                    "title": "Exploit Public-Facing Application",
                    "category": {
                        "id": "wct-id-222",
                        "name": "Initial Access",
                        "framework": {
                            "id": "wf-id-22"
                        }
                    }
                }
            ]
        }
    }
}

Detection section

The following section provides information for those who wish to learn more about the detection capabilities enabled by collecting this intake. It includes details about the built-in rule catalog, event categories, and ECS fields extracted from raw events. This is essential for users aiming to create custom detection rules, perform hunting activities, or pivot in the events page.

The following Sekoia.io built-in rules match the intake Wiz Threat Detections [BETA]. This documentation is updated automatically and is based solely on the fields used by the intake which are checked against our rules. This means that some rules will be listed but might not be relevant with the intake.

SEKOIA.IO x Wiz Threat Detections [BETA] on ATT&CK Navigator

Cryptomining

Detection of domain names potentially related to cryptomining activities.

  • Effort: master
Dynamic DNS Contacted

Detect communication with dynamic dns domain. This kind of domain is often used by attackers. This rule can trigger false positive in non-controlled environment because dynamic dns is not always malicious.

  • Effort: master
Exfiltration Domain

Detects traffic toward a domain flagged as a possible exfiltration vector.

  • Effort: master
Remote Access Tool Domain

Detects traffic toward a domain flagged as a Remote Administration Tool (RAT).

  • Effort: master
Sekoia.io EICAR Detection

Detects observables in Sekoia.io CTI tagged as EICAR, which are fake samples meant to test detection.

  • Effort: master
TOR Usage Generic Rule

Detects TOR usage globally, whether the IP is a destination or source. TOR is short for The Onion Router, and it gets its name from how it works. TOR intercepts the network traffic from one or more apps on user’s computer, usually the user web browser, and shuffles it through a number of randomly-chosen computers before passing it on to its destination. This disguises user location, and makes it harder for servers to pick him/her out on repeat visits, or to tie together separate visits to different sites, this making tracking and surveillance more difficult. Before a network packet starts its journey, user’s computer chooses a random list of relays and repeatedly encrypts the data in multiple layers, like an onion. Each relay knows only enough to strip off the outermost layer of encryption, before passing what’s left on to the next relay in the list.

  • Effort: master

Event Categories

The following table lists the data source offered by this integration.

Data Source Description
Web logs None
Application logs None

In details, the following table denotes the type of events produced by this integration.

Name Values
Kind alert
Category intrusion_detection
Type info

Transformed Events Samples after Ingestion

This section demonstrates how the raw logs will be transformed by our parsers. It shows the extracted fields that will be available for use in the built-in detection rules and hunting activities in the events page. Understanding these transformations is essential for analysts to create effective detection mechanisms with custom detection rules and to leverage the full potential of the collected data.

{
    "message": "{\"type\": \"GENERATED_THREAT\", \"origins\": [\"CLOUD_EVENTS\"], \"actors\": [{\"id\": \"actor-123\", \"name\": \"suspicious-user\", \"externalId\": \"user-456\", \"providerUniqueId\": \"arn:aws:iam::123456789012:user/suspicious-user\", \"type\": \"USER\"}], \"resources\": [{\"id\": \"resource-789\", \"name\": \"production-database\", \"externalId\": \"demo\", \"providerUniqueId\": \"arn:aws:rds:us-east-1:123456789012:db:production-database\", \"type\": \"DATABASE\"}], \"cloudAccounts\": [{\"id\": \"anonymized\", \"name\": \"test\", \"externalId\": \"123456789012\", \"cloudProvider\": \"AWS\"}], \"cloudOrganizations\": [{\"id\": \"redacted\", \"name\": \"My Organization\", \"externalId\": \"o-example123456\", \"cloudProvider\": \"AWS\"}], \"createdAt\": \"2024-01-15T10:30:00Z\", \"updatedAt\": \"2024-01-15T10:30:00Z\", \"id\": \"detection-abc123\", \"severity\": \"HIGH\", \"description\": \"Suspicious database access detected from unusual location\", \"primaryResource\": {\"type\": \"DATABASE\", \"name\": \"production-database\", \"externalId\": \"demo\", \"region\": \"us-east-1\", \"id\": \"resource-789\"}, \"triggeringEvents\": {\"__typename\": \"CloudEventSearchResultConnection\", \"nodes\": [{\"id\": \"event-123\", \"name\": \"DatabaseAccess\", \"severity\": \"HIGH\", \"timestamp\": \"2024-01-15T10:25:00Z\"}]}, \"ruleMatch\": {\"rule\": {\"id\": \"rule-456\", \"name\": \"Suspicious Database Access\", \"builtin\": true, \"securitySubCategories\": [{\"id\": \"subcat-789\", \"title\": \"Data Access Anomaly\", \"category\": {\"id\": \"cat-123\", \"name\": \"Data Protection\", \"framework\": {\"id\": \"framework-456\"}}}]}}}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "dataset": "Threat Detections",
        "kind": "alert",
        "reason": "Suspicious database access detected from unusual location",
        "type": [
            "info"
        ]
    },
    "@timestamp": "2024-01-15T10:30:00Z",
    "cloud": {
        "account": {
            "id": "anonymized",
            "name": "test"
        },
        "project": {
            "id": "demo",
            "name": "production-database"
        },
        "provider": "AWS",
        "region": "us-east-1"
    },
    "log": {
        "level": "HIGH"
    },
    "observer": {
        "vendor": "Wiz"
    },
    "organization": {
        "id": "redacted",
        "name": "My Organization"
    },
    "rule": {
        "id": "rule-456",
        "name": "Suspicious Database Access"
    },
    "wiz": {
        "threat_detection": {
            "id": "detection-abc123",
            "origins": [
                "CLOUD_EVENTS"
            ],
            "sub_categories": [
                "Data Protection"
            ],
            "type": "GENERATED_THREAT"
        }
    }
}
{
    "message": "{\"type\": \"GENERATED_THREAT\", \"origins\": [\"WIZ_ATTACK_SURFACE_SCANNING\"], \"actors\": null, \"resources\": [{\"id\": \"00000000-0000-0000-0000-000000000000\", \"name\": \"5.6.7.8:27017\", \"externalId\": \"://5.6.7.8:27017/\", \"providerUniqueId\": null, \"type\": \"ENDPOINT\"}, {\"id\": \"11111111-1111-1111-1111-111111111111\", \"name\": \"CVE-2025-14847 - Information Disclosure allowed in MongoDB Server (MongoBleed)\", \"externalId\": \"://5.6.7.8:27017/##22222222-2222-2222-2222-222222222222\", \"providerUniqueId\": null, \"type\": \"ATTACK_SURFACE_FINDING\"}, {\"id\": \"33333333-3333-3333-3333-333333333333\", \"name\": \"MYVM_0\", \"externalId\": \"/subscriptions/44444444-4444-4444-4444-444444444444/resourcegroups/MYRG/providers/microsoft.compute/virtualmachinescalesets/MYVM/virtualmachines/0\", \"providerUniqueId\": null, \"type\": \"VIRTUAL_MACHINE\"}, {\"id\": \"55555555-5555-5555-5555-555555555555\", \"name\": \"sb-mongo\", \"externalId\": \"k8s/container/01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b/default/sb-mongo-aks-wiz-representative/sb-mongo\", \"providerUniqueId\": null, \"type\": \"CONTAINER\"}, {\"id\": \"66666666-6666-6666-6666-666666666666\", \"name\": \"MYVM\", \"externalId\": \"wiz-representative##/subscriptions/44444444-4444-4444-4444-444444444444/resourcegroups/mc_wiz-attack-simulation-y0v9zi-rg_wiz-attack-simulation-y0v9zi_eastus/providers/microsoft.compute/virtualmachinescalesets/aks-wizattack-39244202-vmss\", \"providerUniqueId\": null, \"type\": \"VIRTUAL_MACHINE\"}], \"cloudAccounts\": [{\"id\": \"77777777-7777-7777-7777-777777777777\", \"name\": \"demo\", \"externalId\": \"44444444-4444-4444-4444-444444444444\", \"cloudProvider\": \"Kubernetes\"}], \"cloudOrganizations\": null, \"createdAt\": \"2026-01-28T01:57:45.0385036Z\", \"updatedAt\": \"2026-01-28T08:05:02.3820071Z\", \"id\": \"88888888-8888-8888-8888-888888888888\", \"severity\": \"MEDIUM\", \"description\": \"Application endpoint **5.6.7.8:27017** exposes MongoDB and has been validated by the Attack Surface Scanner as vulnerable to CVE-2025-14847.\", \"primaryResource\": {\"type\": \"ENDPOINT\", \"name\": \"5.6.7.8:27017\", \"externalId\": \"://5.6.7.8:27017/\", \"region\": null, \"id\": \"00000000-0000-0000-0000-000000000000\"}, \"primaryActor\": {\"id\": \"\", \"name\": null, \"type\": \"UNKNOWN\", \"nativeType\": null, \"email\": null, \"userAgent\": null, \"MFA\": null, \"federated\": false, \"friendlyName\": null, \"accessKeyId\": null, \"externalId\": null, \"providerUniqueId\": null, \"hasHighPrivileges\": false, \"hasAdminPrivileges\": false, \"hasHighKubernetesPrivileges\": false, \"hasAdminKubernetesPrivileges\": false, \"inactiveInLast90Days\": false, \"actingAs\": null, \"cloudAccount\": null}, \"triggeringEvents\": {\"totalCount\": 1, \"nodes\": [{\"id\": \"99999999-9999-9999-9999-999999999999\", \"description\": \":cloud-resource[CVE\\\\-2025\\\\-14847 \\\\- Information Disclosure allowed in MongoDB Server \\\\(MongoBleed\\\\)]{resourceId=\\\"11111111-1111-1111-1111-111111111111\\\" resourceType=\\\"ATTACK_SURFACE_FINDING\\\" nativeType=\\\"\\\"} discovered on :cloud-resource[]{resourceId=\\\"\\\" resourceType=\\\"\\\" nativeType=\\\"\\\"} by the Wiz Attack Surface Scanner\", \"actorIP\": null, \"timestamp\": \"2026-01-28T01:42:20.8545752Z\", \"rawAuditLogRecord\": {\"common\": {\"externalId\": \"://5.6.7.8:27017/##22222222-2222-2222-2222-222222222222\"}, \"hostedTechs\": [{\"vertexObjectExternalId\": \"CloudPlatform/Container##k8s/container/01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b/default/sb-mongo-aks-wiz-representative/sb-mongo##2021\", \"vertexObjectType\": \"CloudPlatform/HostedTechnology\"}, {\"vertexObjectExternalId\": \"CloudPlatform/ContainerImage##wizsensordemos.azurecr.io##sb-mongo@sha256:68b329da9893e34099c7d8ad5cb9c940##2021\", \"vertexObjectType\": \"CloudPlatform/HostedTechnology\"}], \"name\": \"CVE-2025-14847 - Information Disclosure allowed in MongoDB Server (MongoBleed)\", \"origin\": 1, \"rule\": {\"externalId\": \"22222222-2222-2222-2222-222222222222\", \"id\": \"00000000-0000-0000-0000-000000000000\"}, \"ruleShortName\": \"MyRuleName\", \"securityFrameworkSubCategoryIds\": [\"SubCatID1\", \"SubCatID2\"], \"severity\": 4, \"subscriptionObject\": {\"vertexObjectExternalId\": \"44444444-4444-4444-4444-444444444444\", \"vertexObjectType\": \"CloudPlatform/Subscription\"}, \"targetObject\": {\"vertexObjectExternalId\": \"://5.6.7.8:27017/\", \"vertexObjectType\": \"CloudPlatform/Endpoint\"}, \"targetObjectData\": {\"cloudPlatform\": \"Kubernetes\", \"name\": \"5.6.7.8:27017\", \"subscriptionObject\": {\"vertexObjectExternalId\": \"44444444-4444-4444-4444-444444444444\", \"vertexObjectType\": \"CloudPlatform/Subscription\"}}, \"techIds\": [\"2021\"], \"type\": 4, \"vulnerabilityExternalIds\": [\"CVE-2025-14847\"], \"weaknessExternalIds\": [\"CWE-130\"]}, \"commandLine\": null, \"runtimeProgram\": {\"name\": null}, \"parentRuntimeProgram\": {\"name\": null}}]}, \"ruleMatch\": {\"rule\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"name\": \"Critical MongoBleed vulnerability exploit successfully validated by Wiz Attack Surface Scanner\", \"builtin\": true, \"securitySubCategories\": [{\"id\": \"wsct-id-1111\", \"title\": \"Exploit Public-Facing Application\", \"category\": {\"id\": \"wct-id-111\", \"name\": \"Initial Access\", \"framework\": {\"id\": \"wf-id-11\"}}}, {\"id\": \"wsct-id-2222\", \"title\": \"Exploit Public-Facing Application\", \"category\": {\"id\": \"wct-id-222\", \"name\": \"Initial Access\", \"framework\": {\"id\": \"wf-id-22\"}}}]}}}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "dataset": "Threat Detections",
        "kind": "alert",
        "reason": "Application endpoint **5.6.7.8:27017** exposes MongoDB and has been validated by the Attack Surface Scanner as vulnerable to CVE-2025-14847.",
        "type": [
            "info"
        ]
    },
    "@timestamp": "2026-01-28T01:57:45.038503Z",
    "cloud": {
        "account": {
            "id": "77777777-7777-7777-7777-777777777777",
            "name": "demo"
        },
        "provider": "Kubernetes"
    },
    "host": {
        "id": "://5.6.7.8:27017/",
        "ip": [
            "5.6.7.8"
        ]
    },
    "log": {
        "level": "MEDIUM"
    },
    "observer": {
        "vendor": "Wiz"
    },
    "related": {
        "ip": [
            "5.6.7.8"
        ]
    },
    "rule": {
        "id": "00000000-0000-0000-0000-000000000000",
        "name": "Critical MongoBleed vulnerability exploit successfully validated by Wiz Attack Surface Scanner"
    },
    "wiz": {
        "threat_detection": {
            "id": "88888888-8888-8888-8888-888888888888",
            "origins": [
                "WIZ_ATTACK_SURFACE_SCANNING"
            ],
            "sub_categories": [
                "Initial Access",
                "Initial Access"
            ],
            "type": "GENERATED_THREAT"
        }
    }
}
{
    "message": "{\"type\": \"GENERATED_THREAT\", \"origins\": [\"WIZ_ATTACK_SURFACE_SCANNING\"], \"actors\": null, \"resources\": [{\"id\": \"00000000-0000-0000-0000-000000000000\", \"name\": \"internal.test:27017\", \"externalId\": \"://internal.test:27017/\", \"providerUniqueId\": null, \"type\": \"ENDPOINT\"}, {\"id\": \"11111111-1111-1111-1111-111111111111\", \"name\": \"CVE-2025-14847 - Information Disclosure allowed in MongoDB Server (MongoBleed)\", \"externalId\": \"://internal.test:27017/##22222222-2222-2222-2222-222222222222\", \"providerUniqueId\": null, \"type\": \"ATTACK_SURFACE_FINDING\"}, {\"id\": \"33333333-3333-3333-3333-333333333333\", \"name\": \"MYVM_0\", \"externalId\": \"/subscriptions/44444444-4444-4444-4444-444444444444/resourcegroups/MYRG/providers/microsoft.compute/virtualmachinescalesets/MYVM/virtualmachines/0\", \"providerUniqueId\": null, \"type\": \"VIRTUAL_MACHINE\"}, {\"id\": \"55555555-5555-5555-5555-555555555555\", \"name\": \"sb-mongo\", \"externalId\": \"k8s/container/01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b/default/sb-mongo-aks-wiz-representative/sb-mongo\", \"providerUniqueId\": null, \"type\": \"CONTAINER\"}, {\"id\": \"66666666-6666-6666-6666-666666666666\", \"name\": \"MYVM\", \"externalId\": \"wiz-representative##/subscriptions/44444444-4444-4444-4444-444444444444/resourcegroups/mc_wiz-attack-simulation-y0v9zi-rg_wiz-attack-simulation-y0v9zi_eastus/providers/microsoft.compute/virtualmachinescalesets/aks-wizattack-39244202-vmss\", \"providerUniqueId\": null, \"type\": \"VIRTUAL_MACHINE\"}], \"cloudAccounts\": [{\"id\": \"77777777-7777-7777-7777-777777777777\", \"name\": \"demo\", \"externalId\": \"44444444-4444-4444-4444-444444444444\", \"cloudProvider\": \"Kubernetes\"}], \"cloudOrganizations\": null, \"createdAt\": \"2026-01-28T01:57:45.0385036Z\", \"updatedAt\": \"2026-01-28T08:05:02.3820071Z\", \"id\": \"88888888-8888-8888-8888-888888888888\", \"severity\": \"MEDIUM\", \"description\": \"Application endpoint **internal.test:27017** exposes MongoDB and has been validated by the Attack Surface Scanner as vulnerable to CVE-2025-14847.\", \"primaryResource\": {\"type\": \"ENDPOINT\", \"name\": \"internal.test:27017\", \"externalId\": \"://internal.test:27017/\", \"region\": null, \"id\": \"00000000-0000-0000-0000-000000000000\"}, \"primaryActor\": {\"id\": \"\", \"name\": null, \"type\": \"UNKNOWN\", \"nativeType\": null, \"email\": null, \"userAgent\": null, \"MFA\": null, \"federated\": false, \"friendlyName\": null, \"accessKeyId\": null, \"externalId\": null, \"providerUniqueId\": null, \"hasHighPrivileges\": false, \"hasAdminPrivileges\": false, \"hasHighKubernetesPrivileges\": false, \"hasAdminKubernetesPrivileges\": false, \"inactiveInLast90Days\": false, \"actingAs\": null, \"cloudAccount\": null}, \"triggeringEvents\": {\"totalCount\": 1, \"nodes\": [{\"id\": \"99999999-9999-9999-9999-999999999999\", \"description\": \":cloud-resource[CVE\\\\-2025\\\\-14847 \\\\- Information Disclosure allowed in MongoDB Server \\\\(MongoBleed\\\\)]{resourceId=\\\"11111111-1111-1111-1111-111111111111\\\" resourceType=\\\"ATTACK_SURFACE_FINDING\\\" nativeType=\\\"\\\"} discovered on :cloud-resource[]{resourceId=\\\"\\\" resourceType=\\\"\\\" nativeType=\\\"\\\"} by the Wiz Attack Surface Scanner\", \"actorIP\": null, \"timestamp\": \"2026-01-28T01:42:20.8545752Z\", \"rawAuditLogRecord\": {\"common\": {\"externalId\": \"://internal.test:27017/##22222222-2222-2222-2222-222222222222\"}, \"hostedTechs\": [{\"vertexObjectExternalId\": \"CloudPlatform/Container##k8s/container/01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b/default/sb-mongo-aks-wiz-representative/sb-mongo##2021\", \"vertexObjectType\": \"CloudPlatform/HostedTechnology\"}, {\"vertexObjectExternalId\": \"CloudPlatform/ContainerImage##wizsensordemos.azurecr.io##sb-mongo@sha256:68b329da9893e34099c7d8ad5cb9c940##2021\", \"vertexObjectType\": \"CloudPlatform/HostedTechnology\"}], \"name\": \"CVE-2025-14847 - Information Disclosure allowed in MongoDB Server (MongoBleed)\", \"origin\": 1, \"rule\": {\"externalId\": \"22222222-2222-2222-2222-222222222222\", \"id\": \"00000000-0000-0000-0000-000000000000\"}, \"ruleShortName\": \"MyRuleName\", \"securityFrameworkSubCategoryIds\": [\"SubCatID1\", \"SubCatID2\"], \"severity\": 4, \"subscriptionObject\": {\"vertexObjectExternalId\": \"44444444-4444-4444-4444-444444444444\", \"vertexObjectType\": \"CloudPlatform/Subscription\"}, \"targetObject\": {\"vertexObjectExternalId\": \"://internal.test:27017/\", \"vertexObjectType\": \"CloudPlatform/Endpoint\"}, \"targetObjectData\": {\"cloudPlatform\": \"Kubernetes\", \"name\": \"internal.test:27017\", \"subscriptionObject\": {\"vertexObjectExternalId\": \"44444444-4444-4444-4444-444444444444\", \"vertexObjectType\": \"CloudPlatform/Subscription\"}}, \"techIds\": [\"2021\"], \"type\": 4, \"vulnerabilityExternalIds\": [\"CVE-2025-14847\"], \"weaknessExternalIds\": [\"CWE-130\"]}, \"commandLine\": null, \"runtimeProgram\": {\"name\": null}, \"parentRuntimeProgram\": {\"name\": null}}]}, \"ruleMatch\": {\"rule\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"name\": \"Critical MongoBleed vulnerability exploit successfully validated by Wiz Attack Surface Scanner\", \"builtin\": true, \"securitySubCategories\": [{\"id\": \"wsct-id-1111\", \"title\": \"Exploit Public-Facing Application\", \"category\": {\"id\": \"wct-id-111\", \"name\": \"Initial Access\", \"framework\": {\"id\": \"wf-id-11\"}}}, {\"id\": \"wsct-id-2222\", \"title\": \"Exploit Public-Facing Application\", \"category\": {\"id\": \"wct-id-222\", \"name\": \"Initial Access\", \"framework\": {\"id\": \"wf-id-22\"}}}]}}}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "dataset": "Threat Detections",
        "kind": "alert",
        "reason": "Application endpoint **internal.test:27017** exposes MongoDB and has been validated by the Attack Surface Scanner as vulnerable to CVE-2025-14847.",
        "type": [
            "info"
        ]
    },
    "@timestamp": "2026-01-28T01:57:45.038503Z",
    "cloud": {
        "account": {
            "id": "77777777-7777-7777-7777-777777777777",
            "name": "demo"
        },
        "provider": "Kubernetes"
    },
    "host": {
        "id": "://internal.test:27017/",
        "name": "internal.test"
    },
    "log": {
        "level": "MEDIUM"
    },
    "observer": {
        "vendor": "Wiz"
    },
    "rule": {
        "id": "00000000-0000-0000-0000-000000000000",
        "name": "Critical MongoBleed vulnerability exploit successfully validated by Wiz Attack Surface Scanner"
    },
    "wiz": {
        "threat_detection": {
            "id": "88888888-8888-8888-8888-888888888888",
            "origins": [
                "WIZ_ATTACK_SURFACE_SCANNING"
            ],
            "sub_categories": [
                "Initial Access",
                "Initial Access"
            ],
            "type": "GENERATED_THREAT"
        }
    }
}

Extracted Fields

The following table lists the fields that are extracted, normalized under the ECS format, analyzed and indexed by the parser. It should be noted that infered fields are not listed.

Name Type Description
@timestamp date Date/time when the event originated.
cloud.account.id keyword The cloud account or organization id.
cloud.account.name keyword The cloud account name.
cloud.project.id keyword The cloud project id.
cloud.project.name keyword The cloud project name.
cloud.provider keyword Name of the cloud provider.
cloud.region keyword Region in which this host, resource, or service is located.
event.category keyword Event category. The second categorization field in the hierarchy.
event.dataset keyword Name of the dataset.
event.kind keyword The kind of the event. The highest categorization field in the hierarchy.
event.reason keyword Reason why this event happened, according to the source
event.type keyword Event type. The third categorization field in the hierarchy.
host.id keyword Unique host id.
host.ip ip Host ip addresses.
host.name keyword Name of the host.
log.level keyword Log level of the log event.
observer.vendor keyword Vendor name of the observer.
organization.id keyword Unique identifier for the organization.
organization.name keyword Organization name.
rule.id keyword Rule ID
rule.name keyword Rule name
wiz.threat_detection.id keyword
wiz.threat_detection.origins keyword
wiz.threat_detection.sub_categories keyword
wiz.threat_detection.type keyword

For more information on the Intake Format, please find the code of the Parser, Smart Descriptions, and Supported Events here.