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

Email Address

The Email Address object represents a single email address.

Properties

Required Common Properties
typeid
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Email Addr Specific
valuedisplay_namebelongs_to_ref
PropertyTypeDescription
typeoptional
stringThe value of this property MUST be `email-addr`.
valueoptional
stringSpecifies a single email address. This MUST not include the display name.
display_nameoptional
stringSpecifies a single email display name, i.e., the name that is displayed to the human user of a mail application.
belongs_to_refoptional
stringSpecifies the user account that the email address belongs to, as a reference to a User Account Object.

Examples

{
  "type": "email-addr",
  "spec_version": "2.1",
  "id": "email-addr--2d77a846-6264-5d51-b586-e43822ea1ea3",
  "value": "john@example.com",
  "display_name": "John Doe"
}

Domain Name

Previous Page

Email Message

Next Page

On this page

PropertiesExamples