AIG · Example Payload

Aig Cyber Risk Profile Example

InsuranceFinancial ServicesProperty CasualtyCyber InsuranceEnterpriseFortune 100

Aig Cyber Risk Profile Example is an example object payload from AIG, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

organization_nameannual_revenueemployee_countdata_records_countmfa_enabledendpoint_protectionbackup_frequencyincident_response_planprior_breaches

Example Payload

aig-cyber-risk-profile-example.json Raw ↑
{
  "organization_name": "TechCorp Inc",
  "annual_revenue": 10000000.0,
  "employee_count": 200,
  "data_records_count": 100000,
  "mfa_enabled": true,
  "endpoint_protection": true,
  "backup_frequency": "Daily",
  "incident_response_plan": true,
  "prior_breaches": 0
}