Domain Information

Domain Information is a searchable entity at the top of Query's UI.

domain_info

The registration information pertaining to a domain.

Deprecated since 1.1.0: Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

Contents

Attributes

Caption Name Type Is Array Default Description
Created Time created_time Timestamp The time when the domain was registered/created.
Domain domain String The domain name.
Expiration Time expiration_time Timestamp The domain expiration time.
Modified Time modified_time Timestamp The time when the domain was last modified.
Raw Data raw_data JSON The event data as received from the event source.
Record ID record_id String Unique identifier for the object
Domain Registrar registrar String The domain registrar.

References

Context

Domain Information

JSON

            
{
  "caption": "Domain Information",
  "name": "domain_info",
  "description": "The registration information pertaining to a domain.",
  "attributes": {
    "created_time": {
      "description": "The time when the domain was registered/created.",
      "requirement": "recommended",
      "caption": "Created Time",
      "type": "timestamp_t"
    },
    "domain": {
      "description": "The domain name.",
      "requirement": "required",
      "caption": "Domain",
      "type": "string_t"
    },
    "expiration_time": {
      "description": "The domain expiration time.",
      "requirement": "recommended",
      "caption": "Expiration Time",
      "type": "timestamp_t"
    },
    "modified_time": {
      "description": "The time when the domain was last modified.",
      "requirement": "recommended",
      "caption": "Modified Time",
      "type": "timestamp_t"
    },
    "registrar": {
      "requirement": "recommended",
      "caption": "Domain Registrar",
      "description": "The domain registrar.",
      "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"
    }
  },
  "@deprecated": {
    "since": "1.1.0",
    "message": "Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0"
  },
  "extension": "archive"
}