Prisma Browser Event Types
Focus
Focus
Prisma Browser

Prisma Browser Event Types

Table of Contents

Prisma Browser Event Types

A complete reference for every event type generated by Prisma Browser, including common fields, log levels, actions, and event categories.
Where Can I Use This?What Do I Need?
  • Strata Cloud Manager
  • Prisma Browser standalone
  • Prisma Access with Prisma Browser bundle license or Prisma Browser standalone license
  • Superuser or Prisma Browser role
Prisma Browser Event Types provides a complete reference for every event that Prisma Browser generates. Events capture user activity, security enforcement decisions, and system health information from across your Enterprise Browser deployment. Use this reference to understand the event data available in the Events screen and in exported reports.

How Events Are Structured

Every event generated by Prisma Browser follows a common structure. Each event contains a core set of common fields that are always present, plus context objects that vary by event type.

Common Fields

The following fields appear on every event, regardless of type or log level:
FieldUI LabelDescriptionExample
IDIDUnique event identifier (PULID format)01HX7QJKM3P4R5S6T7V8W9Y0Z
TimestampTimeWhen the event occurred (UTC)2026-07-06T08:15:30.000Z
TypeTypeThe specific event typeFile download
CategoryCategoryThe event category groupingDLP
ActionActionThe policy enforcement outcomeBlocked
UserUserThe user who generated the eventjane.doe@acme.com
DeviceDeviceThe endpoint hostnameACME-LAPTOP-042
Policy rulePolicy ruleThe rule that matched the event (if applicable)Block sensitive file uploads
ModeModeWhether the rule is in enforcement or monitor modeEnforcement
Browser typeBrowser typeEnterprise browser, Extension only, Mobile, or DesktopEnterprise browser
OSOSThe operating systemWindows 11

User Fields

Every event identifies the user who performed the action:
FieldUI LabelDescriptionExample
user.emailUserEmail address of the userjane.doe@acme.com
user.nameUser nameFull name of the userJane Doe
user.externalIdUser IDUnique user identifier from the IdPuser_abc123
user.shortUsernameShort usernameShortened usernamejane.doe
user.groups.namesUser groupUser group memberships (enriched)Engineering, US-West

Policy Fields

When an event matches a policy rule, these fields describe the enforcement decision:
FieldUI LabelDescriptionExample
policy.actionActionThe enforcement outcomeBlocked
policy.ruleDescriptionPolicy ruleDescription of the matched ruleBlock file uploads to unsanctioned apps
policy.ruleIdRule IDInternal rule identifier01HX7QJK...
policy.blockReasonBlock reasonWhy the activity was blockedSensitive content
policy.failureReasonFailure reasonWhy the operation failedCloud scanning timeout
policy.signOutReasonSign-out reasonWhy a session endedInactivity
policy.bypassAllowedBypass allowedWhether the user can proceed past the blockYes / No
policy.bypassReasonBypass reasonUser-provided reason for bypassingManager approved verbally
policy.isMonitorModeWhether the rule is in monitor mode (detect only, no enforcement)true / false
policy.evidence.typesEvidenceWhat evidence was collectedEvent recording, Screenshot
policy.definedActionDefined actionThe original action configured in the ruleBlock
policy.revisionPolicy revisionThe active policy configuration version number14

Context Objects

Depending on the event type, additional context is attached to the event record. For example:
  • A File download event includes file context (file name, type, SHA-256 hash, download URL)
  • A Website access event includes network context (URL, HTTP method, web classifications)
  • A Browser sign-in event includes posture context (block reason, device group evaluation)
  • A GenAI prompt event includes prompt context (prompt text, included files, embedded AI application)
Each child article below documents the specific context fields available for its event types.

Log Levels and Anonymization

The visibility of event data depends on the log level configured on the matching policy rule. Each rule specifies how much detail to record when an event is generated.
Log LevelUI LabelBehavior
NoneOffThe event is not generated at all — no record is created
AnonymizeAnonymizedThe event is generated but personal data fields are masked
FullOnAll event data is preserved with full detail (this is the default for new rules)
EnhancedEnhancedSame as On, plus evidence collection is enabled (screenshot or event recording)
Log Level Availability by Rule Type
Rule TypeConfigurable Log LevelsDefault
Access and Data Control rulesNone, Anonymize, Full, EnhancedFull
Browser Security rulesAnonymize only (not configurable)Anonymize
Browser Customization rulesAnonymize only (not configurable)Anonymize
Events generated by Browser Security or Browser Customization rules are always anonymized. Only events generated by Access and Data Control rules can be configured to use Full or Enhanced logging.

How Anonymization Works

When an event is logged at the Anonymize level, the following transformations are applied:
Field TypeAnonymized FormExample
URLs (all URL fields)Domain preserved, path replacedwww.acme.com/****
file:// URLsEntire path hiddenfile://****
Email addressesLocal part hidden, domain preserved****@acme.com
Strings (file name, file path, MIME type, page title, printer name)Replaced with fixed string** Anonymized **
The following fields are always present at full fidelity, regardless of log level:
  • Event ID, timestamp, and event type
  • Device context (hostname, OS, browser type, browser version, serial number)
  • Policy context (rule ID, action, mode)
  • File SHA-256 hash
  • File size (bytes)
  • Web classifications (URL categories)
  • Extension details (for extension events)

Session Recording and Query Parameters

Session recording is configured separately from log level. When enabled on a rule, it records the full browsing session within specified applications (including non-event actions like clicks, scrolling, and typing). Recording automatically stops after 5 minutes of inactivity. When session recording is enabled, the log level cannot be set to Off — it automatically uses at least Anonymized.
An additional per-rule option controls whether URL query parameters are logged. When Query Parameters is enabled, the full URL including query string is recorded. When disabled (default), query parameters are stripped. At the Anonymize level, query parameters are never included regardless of this setting.

Event Categories

Prisma Browser groups events into the following categories in the Events screen:
CategoryUI LabelDescriptionEvent Count
accessAccessWebsite visits, login attempts, sign-in/sign-out, remote connections, desktop app access, DevTools, WebRTC, JIT, maintenance14 types
dlpDLPFile transfers, clipboard actions, printing, screenshots, screen recording, GenAI prompts16 types
malwareProtectionMalwareMalicious files, websites, and extensions detected3 types
extensionsExtensionsBrowser extension lifecycle events5 types
tamperingTamperingUnauthorized modification of browser files, processes, network, engine, or RCE exploit attempt7 types
browserSecurityBrowser securityAttack surface reduction (protected browsing) controls1 type
pinCodePIN CodePIN code brute-force detection1 type
Some categories contain event types that are more naturally understood by topic. For example, DevTools, WebRTC, and JIT events appear under Access in the UI category filter, but are documented under BROWSER SECURITY EVENTS because they relate to browser security controls. Maintenance events also appear under Access, but are documented in MAINTENANCE EVENTS because they represent system health.
Audit events (admin console actions) are tracked separately and covered in AUDIT EVENTS.

Event Actions

Every event records a policy enforcement outcome as an Action. The action tells you what happened — whether the activity was allowed, blocked, or handled in some other way. Actions start from the rule's configured effect (Allow or Block) but are refined at event time based on context: the admin-configured rule specifies Allow, Block, or Prompt; runtime conditions such as encryption state, scan results, bypass flow, and admin approvals determine the specific action variant; and system events without policy enforcement use informational actions like Detected or Applied.
Standard Policy Outcomes
ActionMeaningTypical Event Types
AllowedThe activity was permitted by policyAll types — the default when a rule allows or no rule matches
BlockedThe activity was blocked by policywebsiteAccess, fileDownload, fileUpload, clipboardCopy, clipboardPaste, loginAttempt, extensionEnable, extensionUpdate, talonSignIn
Proceeded anywayThe user was presented a block prompt and chose to proceed (bypass)websiteAccess, fileDownload, fileUpload, clipboardPaste, sanitizingContent, loginAttempt
Data Protection Actions
ActionMeaningTypical Event Types
Allowed encryptedThe file was allowed after being encrypted by the browserfileDownload, fileUpload
Blocked encryptedThe file was blocked because it arrived encrypted (cannot be scanned)fileDownload
Saved to cloudThe file was redirected to cloud vault storage instead of local downloadfileDownload
Masked contentSensitive data on the page was replaced with masking charactersmaskingContent
Allowed (protected)The clipboard content was allowed but in a protected/controlled contextclipboardCopy
Administrative Flow Actions
ActionMeaningTypical Event Types
Permission requestedThe user requested admin approval to proceed past a blockloginAttempt, sanitizingContent, unmaskContent
Allowed with admin approvalAn admin approved the user's request to proceedfileDownload, fileUpload, loginAttempt, sanitizingContent, unmaskContent
Security Control Actions
ActionMeaningTypical Event Types
PreventedA security control prevented the activity (no prompt shown)maliciousExtension
ActivatedA security control was activated on the pagemaskingContent, formSubmission, asrControl
EnforcedA policy enforcement was applied automaticallyextensionDisable, extensionUninstall, browserSignOut
RedirectedThe user was redirected to Prisma Browser or another URLwebsiteAccess (flex-link or URL redirect rules)
Connection Actions
ActionMeaningTypical Event Types
ConnectedA remote connection was establishedremoteConnect
DisconnectedA remote connection was terminatedremoteConnect
FailedThe operation failed (connection error or cloud scan unavailable)remoteConnect, fileDownload
Informational Actions
ActionMeaningTypical Event Types
DetectedAn event was observed and logged — the system detected something but did not cause or enforce the actionbrowserClosure, browserStartupFailure, authenticationFailure, tamperingAttempt
AppliedA configuration or state change was appliedbrowserSignOut (inactivity/timeout)
Network error detectedA network error was encountered during page loadwebsiteAccess
When a rule is in Monitor mode, the event still records the action that would have been enforced (Blocked, Blocked sensitive, etc.), but the Mode field shows "Monitor" and the activity is not actually prevented. This allows admins to see what the rule would do before turning it into enforcement mode.

Event Severity

Each event is assigned a severity level during enrichment. In the Events screen, severity is presented as an Is incident indicator:
Is IncidentSeverity LevelMeaning
YesVery highCritical security events requiring immediate attention (tampering, RCE exploit, posture block)
NoNone / Low / Medium / HighNormal operational events or standard policy enforcement
The Events screen surfaces severity as a binary "Is incident" filter (Yes/No). Events with severity "Very high" are flagged as incidents. All other events are considered non-incident.

Enriched Fields

When events are viewed in the Prisma Browser Events screen or consumed externally, additional enriched fields are included:
FieldDescription
IP addressPublic IP address of the device at the time of the event
User groupsUser group memberships at the time of the event
Device groupsDevice group memberships at the time of the event
MITREMITRE ATT&CK technique IDs associated with the event
ComplianceSecurity compliance standards applicable to the event (PCI DSS, SOC 2, HIPAA)
Browser brandThe browser brand (Prisma Browser, Chrome, Edge, Firefox, etc.)
App classificationApplication classification level (Sanctioned, Tolerated, Unsanctioned, Unclassified)
App tagsApplication tag names assigned by the organization

Device Context

All events include device information to identify where the activity occurred:
FieldDescription
HostnameEndpoint device hostname
OSOperating system type and version (Windows, macOS, iOS, Android, ChromeOS, Linux)
Browser typeEnterprise browser, mobile browser, extension only, or desktop
Browser brandArc, Brave, Chrome, Edge, Firefox, Opera, Safari, Prisma Browser, etc.
Browser versionVersion of the browser at the time of the event
Extension versionPrisma Browser Extension version (for extension deployments)
Device typeDesktop, laptop, VM, smartphone, tablet, or Chromebook
Serial numberManufacturer serial number
ManufacturerDevice manufacturer (e.g., Apple Inc., Dell Inc., Lenovo)
ModelDevice model
Public IPPublic IP address
Local IPsLocal network IP addresses

Application Context

Events involving application access include additional application information:
FieldDescription
ApplicationApplication name as identified in the application catalog
Login userThe username used for login
Login methodThe authentication method used
Identity provider URLThe SSO identity provider URL
Service provider URLThe service provider URL
GenAIWhether the application is a GenAI application
Use casesApplication use cases
Reputation riskApplication reputation risk level (Low, Medium, High)
App classificationSanctioned, Tolerated, Unsanctioned, or Unclassified
App tagsOrganization-defined application tags
Passkey (WebAuthn)Authenticator type, credential ID, relying party, and error details for passkey ceremonies