Proofpoint Isolation Modeling Rule

Modeling Rule

Proofpoint Isolation

Details

IDProofpointIsolation_ModelingRule
From Version8.3.0
Tagsproofpoint

Schema

proofpoint_isolation_raw

Field Type Array?
categories string
classification string
disposition string
fileMimeType string
fileName string
fileSize int
isiFrame string
parentPageURL string
region string
url string
userId string
userName string
zone string
{
    "proofpoint_isolation_raw": {
        "userId": {
            "type": "string",
            "is_array": false
        },
        "userName": {
            "type": "string",
            "is_array": false
        },
        "url": {
            "type": "string",
            "is_array": false
        },
        "region": {
            "type": "string",
            "is_array": false
        },
        "zone": {
            "type": "string",
            "is_array": false
        },
        "disposition": {
            "type": "string",
            "is_array": false
        },
        "classification": {
            "type": "string",
            "is_array": false
        },
        "fileName": {
            "type": "string",
            "is_array": false
        },
        "parentPageURL": {
            "type": "string",
            "is_array": false
        },
        "isiFrame": {
            "type": "string",
            "is_array": false
        },
        "fileSize": {
            "type": "int",
            "is_array": false
        },
        "fileMimeType": {
            "type": "string",
            "is_array": false
        },
        "categories": {
            "type": "string",
            "is_array": false
        }
    }
  }