STIX Wiki
STIX Wiki

Overview

IntroductionGetting StartedWalkthrough

Reference

Domain Objects
Relationship Objects
Cyber-observable Objects
ArtifactAutonomous System (AS)DirectoryDomain NameEmail AddressEmail MessageFileIPv4 AddressIPv6 AddressMAC AddressMutexNetwork TrafficProcessSoftwareURLUser AccountWindows™ Registry Key ObjectX.509 Certificate
Meta Objects
Bundle Object
Cyber-observable Objects

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
PropertyTypeDescription
typeoptional
stringThe value of this property MUST be `domain-name`.
valueoptional
stringSpecifies the value of the domain name.
resolves_to_refsoptional
list of stringSpecifies 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"
}

Directory

Previous Page

Email Address

Next Page

On this page

PropertiesExamples