Varonis · Example Payload

Varonis Datalert Alerted Event Example

Cloud SecurityComplianceData AnalyticsData GovernanceData SecurityThreat Detection

Varonis Datalert Alerted Event Example is an example object payload from Varonis, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtimeoperationTypesourceAccountdestinationAccountresourceipAddressipReputationcountrystatedeviceName

Example Payload

Raw ↑
{
  "id": "500123",
  "time": "2025-03-15T14:30:00Z",
  "operationType": "File Access",
  "sourceAccount": "jsmith@example.com",
  "destinationAccount": "jsmith@example.com",
  "resource": "\\\\server\\share\\documents\\file.xlsx",
  "ipAddress": "10.1.2.3",
  "ipReputation": "example-value",
  "country": "US",
  "state": "example-value",
  "deviceName": "Production Server 01"
}