Domain Name
The Domain Name object represents the properties of a network domain name.
Properties
Required Common Properties
typeid
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Domain Name Specific
valueresolves_to_refs
Property | Type | Description |
---|---|---|
type optional | string | The value of this property MUST be `domain-name`. |
value optional | string | Specifies the value of the domain name. |
resolves_to_refs optional | list of string | Specifies a list of references to one or more IP addresses or domain names that the domain name resolves to. |
Examples
{
"type": "domain-name",
"spec_version": "2.1",
"id": "domain-name--3c10e93f-798e-5a26-a0c1-08156efab7f5",
"value": "example.com",
"resolves_to_refs": ["ipv4-addr--ff26c055-6336-5bc5-b98d-13d6226742dd"]
}
{
"type": "ipv4-addr",
"spec_version": "2.1",
"id": "ipv4-addr--ff26c055-6336-5bc5-b98d-13d6226742dd",
"value": "198.51.100.3"
}