Subject Alternative Name

san

The Subject Alternative name (SAN) object describes a SAN secured by a digital certificate

Contents

Attributes

Caption Name Type Is Array Default Description
Name name String Name of SAN (e.g. The actual IP Address or domain.)
Raw Data raw_data JSON The event data as received from the event source.
Record ID record_id String Unique identifier for the object
Type type String Type descriptor of SAN (e.g. IP Address/domain/etc.)
Unmapped Data unmapped Unmapped The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source.

References

Context

Subject Alternative Name

JSON

            
{
  "caption": "Subject Alternative Name",
  "description": "The Subject Alternative name (SAN) object describes a SAN secured by a digital certificate",
  "extends": "object",
  "name": "san",
  "attributes": {
    "name": {
      "description": "Name of SAN (e.g. The actual IP Address or domain.)",
      "requirement": "required",
      "caption": "Name",
      "type": "string_t"
    },
    "type": {
      "description": "Type descriptor of SAN (e.g. IP Address/domain/etc.)",
      "requirement": "required",
      "caption": "Type",
      "type": "string_t"
    },
    "raw_data": {
      "group": "context",
      "caption": "Raw Data",
      "description": "The event data as received from the event source.",
      "type": "json_t"
    },
    "record_id": {
      "description": "Unique identifier for the object",
      "group": "primary",
      "requirement": "required",
      "caption": "Record ID",
      "type": "string_t"
    },
    "unmapped": {
      "caption": "Unmapped Data",
      "description": "The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source.",
      "type": "unmapped",
      "is_array": true
    }
  }
}