Amazon GuardDuty · Example Payload

Guardduty Login Attribute Example

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Guardduty Login Attribute Example is an example object payload from Amazon GuardDuty, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

UserApplicationFailedLoginAttemptsSuccessfulLoginAttempts

Example Payload

Raw ↑
{
  "User": "example-User",
  "Application": "example-Application",
  "FailedLoginAttempts": "example-FailedLoginA",
  "SuccessfulLoginAttempts": "example-SuccessfulLo"
}