Palo Alto Networks · JSON-LD Context
Palo Alto Strata Logging Forwarding Context
JSON-LD context defining the semantic vocabulary for Palo Alto Strata Logging Forwarding from Palo Alto Networks.
5 Classes
51 Properties
4 Namespaces
Namespaces
pan:
https://pan.dev/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
AuthLogPayload
ThreatLogPayload
TrafficLogPayload
UrlLogPayload
WildfireLogPayload
Properties
| Property | Type | Container |
|---|---|---|
| action | string | |
| app | string | |
| authMethod | string | |
| authProfile | string | |
| authResult | string | |
| authSource | string | |
| bytesReceived | integer | |
| bytesSent | integer | |
| contentType | string | |
| deviceName | string | |
| direction | string | |
| dport | integer | |
| dst | string | |
| dstUser | string | |
| dstZone | string | |
| fileHash | string | |
| fileSize | integer | |
| filename | string | |
| filetype | string | |
| httpMethod | string | |
| logForwardingProfile | string | |
| mfaResult | string | |
| mfaVendor | string | |
| natDport | integer | |
| natDst | string | |
| natSport | integer | |
| natSrc | string | |
| outputFormat | string | |
| packetsReceived | integer | |
| packetsSent | integer | |
| proto | string | |
| receiveTime | dateTime | |
| reportUrl | reference | |
| ruleName | string | |
| serial | string | |
| sessionDuration | integer | |
| sessionId | string | |
| severity | string | |
| sport | integer | |
| src | string | |
| srcUser | string | |
| srcZone | string | |
| subtype | string | |
| threatId | string | |
| threatName | string | |
| type | string | |
| url | string | |
| urlCategory | string | |
| urlOrFilename | string | |
| verdict | string | |
| vsys | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"pan": "https://pan.dev/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"AuthLogPayload": "pan:AuthLogPayload",
"ThreatLogPayload": "pan:ThreatLogPayload",
"TrafficLogPayload": "pan:TrafficLogPayload",
"UrlLogPayload": "pan:UrlLogPayload",
"WildfireLogPayload": "pan:WildfireLogPayload",
"action": {
"@id": "pan:action",
"@type": "xsd:string"
},
"app": {
"@id": "pan:app",
"@type": "xsd:string"
},
"authMethod": {
"@id": "pan:auth_method",
"@type": "xsd:string"
},
"authProfile": {
"@id": "pan:auth_profile",
"@type": "xsd:string"
},
"authResult": {
"@id": "pan:auth_result",
"@type": "xsd:string"
},
"authSource": {
"@id": "pan:auth_source",
"@type": "xsd:string"
},
"bytesReceived": {
"@id": "pan:bytes_received",
"@type": "xsd:integer"
},
"bytesSent": {
"@id": "pan:bytes_sent",
"@type": "xsd:integer"
},
"contentType": {
"@id": "pan:content_type",
"@type": "xsd:string"
},
"deviceName": {
"@id": "pan:device_name",
"@type": "xsd:string"
},
"direction": {
"@id": "pan:direction",
"@type": "xsd:string"
},
"dport": {
"@id": "pan:dport",
"@type": "xsd:integer"
},
"dst": {
"@id": "pan:dst",
"@type": "xsd:string"
},
"dstUser": {
"@id": "pan:dst_user",
"@type": "xsd:string"
},
"dstZone": {
"@id": "pan:dst_zone",
"@type": "xsd:string"
},
"fileHash": {
"@id": "pan:file_hash",
"@type": "xsd:string"
},
"fileSize": {
"@id": "pan:file_size",
"@type": "xsd:integer"
},
"filename": {
"@id": "pan:filename",
"@type": "xsd:string"
},
"filetype": {
"@id": "pan:filetype",
"@type": "xsd:string"
},
"httpMethod": {
"@id": "pan:http_method",
"@type": "xsd:string"
},
"logForwardingProfile": {
"@id": "pan:log_forwarding_profile",
"@type": "xsd:string"
},
"mfaResult": {
"@id": "pan:mfa_result",
"@type": "xsd:string"
},
"mfaVendor": {
"@id": "pan:mfa_vendor",
"@type": "xsd:string"
},
"natDport": {
"@id": "pan:nat_dport",
"@type": "xsd:integer"
},
"natDst": {
"@id": "pan:nat_dst",
"@type": "xsd:string"
},
"natSport": {
"@id": "pan:nat_sport",
"@type": "xsd:integer"
},
"natSrc": {
"@id": "pan:nat_src",
"@type": "xsd:string"
},
"outputFormat": {
"@id": "pan:output_format",
"@type": "xsd:string"
},
"packetsReceived": {
"@id": "pan:packets_received",
"@type": "xsd:integer"
},
"packetsSent": {
"@id": "pan:packets_sent",
"@type": "xsd:integer"
},
"proto": {
"@id": "pan:proto",
"@type": "xsd:string"
},
"receiveTime": {
"@id": "pan:receive_time",
"@type": "xsd:dateTime"
},
"reportUrl": {
"@id": "pan:report_url",
"@type": "@id"
},
"ruleName": {
"@id": "pan:rule_name",
"@type": "xsd:string"
},
"serial": {
"@id": "pan:serial",
"@type": "xsd:string"
},
"sessionDuration": {
"@id": "pan:session_duration",
"@type": "xsd:integer"
},
"sessionId": {
"@id": "pan:session_id",
"@type": "xsd:string"
},
"severity": {
"@id": "pan:severity",
"@type": "xsd:string"
},
"sport": {
"@id": "pan:sport",
"@type": "xsd:integer"
},
"src": {
"@id": "pan:src",
"@type": "xsd:string"
},
"srcUser": {
"@id": "pan:src_user",
"@type": "xsd:string"
},
"srcZone": {
"@id": "pan:src_zone",
"@type": "xsd:string"
},
"subtype": {
"@id": "pan:subtype",
"@type": "xsd:string"
},
"threatId": {
"@id": "pan:threat_id",
"@type": "xsd:string"
},
"threatName": {
"@id": "pan:threat_name",
"@type": "xsd:string"
},
"type": {
"@id": "pan:type",
"@type": "xsd:string"
},
"url": {
"@id": "schema:url",
"@type": "xsd:string"
},
"urlCategory": {
"@id": "pan:url_category",
"@type": "xsd:string"
},
"urlOrFilename": {
"@id": "pan:url_or_filename",
"@type": "xsd:string"
},
"verdict": {
"@id": "pan:verdict",
"@type": "xsd:string"
},
"vsys": {
"@id": "pan:vsys",
"@type": "xsd:string"
}
}
}