Operator On The Wire
Join
← Back to Knowledge Base
BLUE TEAM / DFI / ARTEFACT / WINDOWS / NOTIFICATIONS

WPNDATABASE

This note documents detection patterns related to Windows Push Notifications / User-visible Application Telemetry within Windows environments.

  • Triage with sqlite3 or DB Browser for SQLite
  • the .wal files contain uncommitted transactions and should be merged prior investigation

Direct Indicators

SourceTable / FieldMeaningForensic ValueNotes
wpndatabase.dbNotification.PayloadFull toast content shown to userCriticalOften contains exact message text
wpndatabase.dbNotification.ArrivalTimeLocal notification arrival timestampCriticalFILETIME format
wpndatabase.dbNotification.ExpiryTimeNotification expiration timestampHighHelps timeline reconstruction
wpndatabase.dbNotificationHandlerSource application mappingCriticalIdentifies app generating toast
wpndatabase.dbHandlerAssetsApp icon / asset referencesMediumUseful for source attribution
wpndatabase.db-walRecent uncommitted notificationsCriticalOften freshest evidence
Notification CacheCached imagesMediumAvatar / sender / logo evidence

Indirect Indicators

IndicatorWhat To Look ForForensic ValueNotes
Slack toast with message bodyMessage rendered locallyCriticalConfirms endpoint delivery
Teams / Outlook alertUser communication eventHighCorrelates with mailbox/chat evidence
MFA promptLogin / auth interactionCriticalStrong auth timeline signal
Browser push alertWeb activityHighConfirms active session
Security warning toastDefender / AV alertCriticalSecurity control response
Repeated notification burstSession activity windowHighHelps user presence analysis