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

Directory

The Directory object represents the properties common to a file system directory.

Properties

Required Common Properties
typeid
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Directory Specific
pathpath_encctimemtimeatimecontains_refs
PropertyTypeDescription
typeoptional
stringThe value of this property MUST be `directory`.
pathoptional
stringSpecifies the path, as originally observed, to the directory on the file system.
path_encoptional
stringSpecifies the observed encoding for the path.
ctimeoptional
stringSpecifies the date/time the directory was created.
mtimeoptional
stringSpecifies the date/time the directory was last written to/modified.
atimeoptional
stringSpecifies the date/time the directory was last accessed.
contains_refsoptional
list of stringSpecifies a list of references to other File and/or Directory Objects contained within the directory.

Examples

{
  "type": "directory",
  "spec_version": "2.1",
  "id": "directory--93c0a9b0-520d-545d-9094-1a08ddf46b05",
  "path": "C:\\Windows\\System32"
}

Autonomous System (AS)

Previous Page

Domain Name

Next Page

On this page

PropertiesExamples