You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 KiB

1IdNameData_SourceDescriptionData_ComponentData_Component_Description
2DS0014PodPod: Pod CreationA single unit of shared resources within a cluster, comprised of one or more containers(Citation: Kube Kubectl)(Citation: Kube Pod)Pod CreationInitial construction of a new pod (ex: kubectl apply|run)
3DS0014PodPod: Pod ModificationA single unit of shared resources within a cluster, comprised of one or more containers(Citation: Kube Kubectl)(Citation: Kube Pod)Pod ModificationChanges made to a pod, including its settings and/or control data (ex: kubectl set|patch|edit)
4DS0014PodPod: Pod MetadataA single unit of shared resources within a cluster, comprised of one or more containers(Citation: Kube Kubectl)(Citation: Kube Pod)Pod MetadataContextual data about a pod and activity around it such as name, ID, namespace, or status
5DS0014PodPod: Pod EnumerationA single unit of shared resources within a cluster, comprised of one or more containers(Citation: Kube Kubectl)(Citation: Kube Pod)Pod EnumerationAn extracted list of pods within a cluster (ex: kubectl get pods)
6DS0032ContainerContainer: Container CreationA standard unit of virtualized software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another(Citation: Docker Docs Container)Container CreationInitial construction of a new container (ex: docker create <container_name>)
7DS0032ContainerContainer: Container MetadataA standard unit of virtualized software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another(Citation: Docker Docs Container)Container MetadataContextual data about a container and activity around it such as name, ID, image, or status
8DS0032ContainerContainer: Container EnumerationA standard unit of virtualized software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another(Citation: Docker Docs Container)Container EnumerationAn extracted list of containers (ex: docker ps)
9DS0032ContainerContainer: Container StartA standard unit of virtualized software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another(Citation: Docker Docs Container)Container StartActivation or invocation of a container (ex: docker start or docker restart)
10DS0002User AccountUser Account: User Account MetadataA profile representing a user, device, service, or application used to authenticate and access resourcesUser Account MetadataContextual data about an account, which may include a username, user ID, environmental data, etc.
11DS0002User AccountUser Account: User Account CreationA profile representing a user, device, service, or application used to authenticate and access resourcesUser Account CreationInitial construction of a new account (ex: Windows EID 4720 or /etc/passwd logs)
12DS0002User AccountUser Account: User Account DeletionA profile representing a user, device, service, or application used to authenticate and access resourcesUser Account DeletionRemoval of an account (ex: Windows EID 4726 or /var/log access/authentication logs)
13DS0002User AccountUser Account: User Account ModificationA profile representing a user, device, service, or application used to authenticate and access resourcesUser Account ModificationChanges made to an account, such as permissions and/or membership in specific groups (ex: Windows EID 4738 or /var/log access/authentication logs)
14DS0002User AccountUser Account: User Account AuthenticationA profile representing a user, device, service, or application used to authenticate and access resourcesUser Account AuthenticationAn attempt by a user to gain access to a network or computing resource, often by providing credentials (ex: Windows EID 4625 or /var/log/auth.log)
15DS0024Windows RegistryWindows Registry: Windows Registry Key CreationA Windows OS hierarchical database that stores much of the information and settings for software programs, hardware devices, user preferences, and operating-system configurations(Citation: Microsoft Registry)Windows Registry Key CreationInitial construction of a new Registry Key (ex: Windows EID 4656 or Sysmon EID 12)
16DS0024Windows RegistryWindows Registry: Windows Registry Key DeletionA Windows OS hierarchical database that stores much of the information and settings for software programs, hardware devices, user preferences, and operating-system configurations(Citation: Microsoft Registry)Windows Registry Key DeletionRemoval of a Registry Key (ex: Windows EID 4658 or Sysmon EID 12)
17DS0024Windows RegistryWindows Registry: Windows Registry Key ModificationA Windows OS hierarchical database that stores much of the information and settings for software programs, hardware devices, user preferences, and operating-system configurations(Citation: Microsoft Registry)Windows Registry Key ModificationChanges made to a Registry Key and/or Key value (ex: Windows EID 4657 or Sysmon EID 13|14)
18DS0024Windows RegistryWindows Registry: Windows Registry Key AccessA Windows OS hierarchical database that stores much of the information and settings for software programs, hardware devices, user preferences, and operating-system configurations(Citation: Microsoft Registry)Windows Registry Key AccessOpening a Registry Key, typically to read the associated value (ex: Windows EID 4656)
19DS0012ScriptScript: Script ExecutionA file or stream containing a list of commands, allowing them to be launched in sequence(Citation: Microsoft PowerShell Logging)(Citation: FireEye PowerShell Logging)(Citation: Microsoft AMSI)Script ExecutionLaunching a list of commands through a script file (ex: Windows EID 4104)
20DS0007ImageImage: Image CreationA single file used to deploy a virtual machine/bootable disk into an on-premise or third-party cloud environment(Citation: Microsoft Image)(Citation: Amazon AMI)Image CreationInitial construction of a virtual machine image (ex: Azure Compute Service Images PUT)
21DS0007ImageImage: Image ModificationA single file used to deploy a virtual machine/bootable disk into an on-premise or third-party cloud environment(Citation: Microsoft Image)(Citation: Amazon AMI)Image ModificationChanges made to a virtual machine image, including setting and/or control data (ex: Azure Compute Service Images PATCH)
22DS0007ImageImage: Image DeletionA single file used to deploy a virtual machine/bootable disk into an on-premise or third-party cloud environment(Citation: Microsoft Image)(Citation: Amazon AMI)Image DeletionRemoval of a virtual machine image (ex: Azure Compute Service Images DELETE)
23DS0007ImageImage: Image MetadataA single file used to deploy a virtual machine/bootable disk into an on-premise or third-party cloud environment(Citation: Microsoft Image)(Citation: Amazon AMI)Image MetadataContextual data about a virtual machine image such as name, resource group, state, or type
24DS0006Web CredentialWeb Credential: Web Credential CreationCredential material, such as session cookies or tokens, used to authenticate to web applications and services(Citation: Medium Authentication Tokens)(Citation: Auth0 Access Tokens)Web Credential CreationInitial construction of new web credential material (ex: Windows EID 1200 or 4769)
25DS0006Web CredentialWeb Credential: Web Credential UsageCredential material, such as session cookies or tokens, used to authenticate to web applications and services(Citation: Medium Authentication Tokens)(Citation: Auth0 Access Tokens)Web Credential UsageAn attempt by a user to gain access to a network or computing resource by providing web credentials (ex: Windows EID 1202)
26DS0023Named PipeNamed Pipe: Named Pipe MetadataMechanisms that allow inter-process communication locally or over the network. A named pipe is usually found as a file and processes attach to it(Citation: Microsoft Named Pipes)Named Pipe MetadataContextual data about a named pipe on a system, including pipe name and creating process (ex: Sysmon EIDs 17-18)
27DS0037CertificateCertificate: Certificate RegistrationA digital document, which highlights information such as the owner's identity, used to instill trust in public keys used while encrypting network communicationsCertificate RegistrationQueried or logged information highlighting current and expired digital certificates (ex: Certificate transparency)
28DS0005WMIWMI: WMI CreationThe infrastructure for management data and operations that enables local and remote management of Windows personal computers and servers(Citation: Microsoft WMI System Classes)(Citation: Microsoft WMI Architecture)WMI CreationInitial construction of a WMI object, such as a filter, consumer, subscription, binding, or provider (ex: Sysmon EIDs 19-21)
29DS0010Cloud StorageCloud Storage: Cloud Storage CreationData object storage infrastructure hosted on-premise or by third-party providers, made available to users through network connections and/or APIs(Citation: Amazon S3)(Citation: Azure Blob Storage)(Citation: Google Cloud Storage)Cloud Storage CreationInitial construction of new cloud storage infrastructure (ex: AWS S3 CreateBucket)
30DS0010Cloud StorageCloud Storage: Cloud Storage ModificationData object storage infrastructure hosted on-premise or by third-party providers, made available to users through network connections and/or APIs(Citation: Amazon S3)(Citation: Azure Blob Storage)(Citation: Google Cloud Storage)Cloud Storage ModificationChanges made to cloud storage infrastructure, including its settings and/or data (ex: AWS S3 PutObject or PutObjectAcl)
31DS0010Cloud StorageCloud Storage: Cloud Storage DeletionData object storage infrastructure hosted on-premise or by third-party providers, made available to users through network connections and/or APIs(Citation: Amazon S3)(Citation: Azure Blob Storage)(Citation: Google Cloud Storage)Cloud Storage DeletionRemoval of cloud storage infrastructure (ex: AWS S3 DeleteBucket)
32DS0010Cloud StorageCloud Storage: Cloud Storage MetadataData object storage infrastructure hosted on-premise or by third-party providers, made available to users through network connections and/or APIs(Citation: Amazon S3)(Citation: Azure Blob Storage)(Citation: Google Cloud Storage)Cloud Storage MetadataContextual data about cloud storage infrastructure and activity around it such as name, size, or owner
33DS0010Cloud StorageCloud Storage: Cloud Storage EnumerationData object storage infrastructure hosted on-premise or by third-party providers, made available to users through network connections and/or APIs(Citation: Amazon S3)(Citation: Azure Blob Storage)(Citation: Google Cloud Storage)Cloud Storage EnumerationAn extracted list of cloud storage infrastructure (ex: AWS S3 ListBuckets or ListObjects)
34DS0010Cloud StorageCloud Storage: Cloud Storage AccessData object storage infrastructure hosted on-premise or by third-party providers, made available to users through network connections and/or APIs(Citation: Amazon S3)(Citation: Azure Blob Storage)(Citation: Google Cloud Storage)Cloud Storage AccessOpening of a cloud storage infrastructure, typically to collect/read its value (ex: AWS S3 GetObject)
35DS0035Internet ScanInternet Scan: Response MetadataInformation obtained (commonly via active network traffic probes or web crawling) regarding various types of resources and servers connected to the public InternetResponse MetadataContextual data about an Internet-facing resource gathered from a scan, such as running services or ports
36DS0035Internet ScanInternet Scan: Response ContentInformation obtained (commonly via active network traffic probes or web crawling) regarding various types of resources and servers connected to the public InternetResponse ContentLogged network traffic in response to a scan showing both protocol header and body values
37DS0021PersonaPersona: Social MediaA malicious online profile representing a user commonly used by adversaries to social engineer or otherwise target victimsSocial MediaEstablished, compromised, or otherwise acquired social media personas
38DS0036GroupGroup: Group MetadataA collection of multiple user accounts that share the same access rights to the computer and/or network resources and have common security rights(Citation: Amazon IAM Groups)Group MetadataContextual data about a group which describes group and activity around it, such as name, permissions, or user accounts within the group
39DS0036GroupGroup: Group EnumerationA collection of multiple user accounts that share the same access rights to the computer and/or network resources and have common security rights(Citation: Amazon IAM Groups)Group EnumerationAn extracted list of available groups and/or their associated settings (ex: AWS list-groups)
40DS0036GroupGroup: Group ModificationA collection of multiple user accounts that share the same access rights to the computer and/or network resources and have common security rights(Citation: Amazon IAM Groups)Group ModificationChanges made to a group, such as membership, name, or permissions (ex: Windows EID 4728 or 4732, AWS IAM UpdateGroup)
41DS0015Application LogApplication Log: Application Log ContentEvents collected by third-party services such as mail servers, web applications, or other appliances (not by the native OS or platform)(Citation: Confluence Logs)Application Log ContentLogging, messaging, and other artifacts provided by third-party services (ex: metrics, errors, and/or alerts from mail/web applications)
42DS0028Logon SessionLogon Session: Logon Session MetadataLogon occurring on a system or resource (local, domain, or cloud) to which a user/device is gaining access after successful authentication and authorizaton(Citation: Microsoft Audit Logon Events)Logon Session MetadataContextual data about a logon session, such as username, logon type, access tokens (security context, user SIDs, logon identifiers, and logon SID), and any activity associated within it
43DS0028Logon SessionLogon Session: Logon Session CreationLogon occurring on a system or resource (local, domain, or cloud) to which a user/device is gaining access after successful authentication and authorizaton(Citation: Microsoft Audit Logon Events)Logon Session CreationInitial construction of a new user logon session (ex: Windows EID 4624, /var/log/utmp, or /var/log/wmtp)
44DS0030InstanceInstance: Instance CreationA virtual server environment which runs workloads, hosted on-premise or by third-party cloud providers(Citation: Amazon VM)(Citation: Google VM)Instance CreationInitial construction of a new instance (ex: instance.insert within GCP Audit Logs)
45DS0030InstanceInstance: Instance ModificationA virtual server environment which runs workloads, hosted on-premise or by third-party cloud providers(Citation: Amazon VM)(Citation: Google VM)Instance ModificationChanges made to an instance, including its settings and/or control data (ex: instance.addResourcePolicies or instances.setMetadata within GCP Audit Logs)
46DS0030InstanceInstance: Instance DeletionA virtual server environment which runs workloads, hosted on-premise or by third-party cloud providers(Citation: Amazon VM)(Citation: Google VM)Instance DeletionRemoval of an instance (ex: instance.delete within GCP Audit Logs)
47DS0030InstanceInstance: Instance MetadataA virtual server environment which runs workloads, hosted on-premise or by third-party cloud providers(Citation: Amazon VM)(Citation: Google VM)Instance MetadataContextual data about an instance and activity around it such as name, type, or status
48DS0030InstanceInstance: Instance EnumerationA virtual server environment which runs workloads, hosted on-premise or by third-party cloud providers(Citation: Amazon VM)(Citation: Google VM)Instance EnumerationAn extracted list of instances within a cloud environment (ex: instance.list within GCP Audit Logs)
49DS0030InstanceInstance: Instance StartA virtual server environment which runs workloads, hosted on-premise or by third-party cloud providers(Citation: Amazon VM)(Citation: Google VM)Instance StartActivation or invocation of an instance (ex: instance.start within GCP Audit Logs)
50DS0030InstanceInstance: Instance StopA virtual server environment which runs workloads, hosted on-premise or by third-party cloud providers(Citation: Amazon VM)(Citation: Google VM)Instance StopDeactivation or stoppage of an instance (ex: instance.stop within GCP Audit Logs)
51DS0013Sensor HealthSensor Health: Host StatusInformation from host telemetry providing insights about system status, errors, or other notable functional activityHost StatusLogging, messaging, and other artifacts highlighting the health of host sensors (ex: metrics, errors, and/or exceptions from logging applications)
52DS0022FileFile: File MetadataA computer resource object, managed by the I/O system, for storing data (such as images, text, videos, computer programs, or any wide variety of other media)(Citation: Microsoft File Mgmt)File MetadataContextual data about a file, which may include information such as name, the content (ex: signature, headers, or data/media), user/ower, permissions, etc.
53DS0022FileFile: File CreationA computer resource object, managed by the I/O system, for storing data (such as images, text, videos, computer programs, or any wide variety of other media)(Citation: Microsoft File Mgmt)File CreationInitial construction of a new file (ex: Sysmon EID 11)
54DS0022FileFile: File DeletionA computer resource object, managed by the I/O system, for storing data (such as images, text, videos, computer programs, or any wide variety of other media)(Citation: Microsoft File Mgmt)File DeletionRemoval of a file (ex: Sysmon EID 23)
55DS0022FileFile: File AccessA computer resource object, managed by the I/O system, for storing data (such as images, text, videos, computer programs, or any wide variety of other media)(Citation: Microsoft File Mgmt)File AccessOpening a file, which makes the file contents available to the requestor (ex: Windows EID 4663)
56DS0022FileFile: File ModificationA computer resource object, managed by the I/O system, for storing data (such as images, text, videos, computer programs, or any wide variety of other media)(Citation: Microsoft File Mgmt)File ModificationChanges made to a file, or its access permissions and attributes, typically to alter the contents of the targeted file (ex: Windows EID 4670 or Sysmon EID 2)
57DS0016DriveDrive: Drive CreationA non-volatile data storage device (hard drive, floppy disk, USB flash drive) with at least one formatted partition, typically mounted to the file system and/or assigned a drive letter(Citation: Sysmon EID 9)Drive CreationInitial construction of a drive letter or mount point to a data storage device
58DS0016DriveDrive: Drive ModificationA non-volatile data storage device (hard drive, floppy disk, USB flash drive) with at least one formatted partition, typically mounted to the file system and/or assigned a drive letter(Citation: Sysmon EID 9)Drive ModificationChanges made to a drive letter or mount point of a data storage device
59DS0016DriveDrive: Drive AccessA non-volatile data storage device (hard drive, floppy disk, USB flash drive) with at least one formatted partition, typically mounted to the file system and/or assigned a drive letter(Citation: Sysmon EID 9)Drive AccessOpening of a data storage device with an assigned drive letter or mount point
60DS0020SnapshotSnapshot: Snapshot CreationA point-in-time copy of cloud volumes (files, settings, etc.) that can be created and/or deployed in cloud environments(Citation: Microsoft Snapshot)(Citation: Amazon Snapshots)Snapshot CreationInitial construction of a new snapshot (ex: AWS create-snapshot)
61DS0020SnapshotSnapshot: Snapshot ModificationA point-in-time copy of cloud volumes (files, settings, etc.) that can be created and/or deployed in cloud environments(Citation: Microsoft Snapshot)(Citation: Amazon Snapshots)Snapshot ModificationChanges made to a snapshop, such as metadata and control data (ex: AWS modify-snapshot-attribute)
62DS0020SnapshotSnapshot: Snapshot DeletionA point-in-time copy of cloud volumes (files, settings, etc.) that can be created and/or deployed in cloud environments(Citation: Microsoft Snapshot)(Citation: Amazon Snapshots)Snapshot DeletionRemoval of a snapshot (ex: AWS delete-snapshot)
63DS0020SnapshotSnapshot: Snapshot MetadataA point-in-time copy of cloud volumes (files, settings, etc.) that can be created and/or deployed in cloud environments(Citation: Microsoft Snapshot)(Citation: Amazon Snapshots)Snapshot MetadataContextual data about a snapshot, which may include information such as ID, type, and status
64DS0020SnapshotSnapshot: Snapshot EnumerationA point-in-time copy of cloud volumes (files, settings, etc.) that can be created and/or deployed in cloud environments(Citation: Microsoft Snapshot)(Citation: Amazon Snapshots)Snapshot EnumerationAn extracted list of snapshops within a cloud environment (ex: AWS describe-snapshots)
65DS0017CommandCommand: Command ExecutionA directive given to a computer program, acting as an interpreter of some kind, in order to perform a specific task(Citation: Confluence Linux Command Line)(Citation: Audit OSX)Command ExecutionInvoking a computer program directive to perform a specific task (ex: Windows EID 4688 of cmd.exe showing command-line parameters, ~/.bash_history, or ~/.zsh_history)
66DS0008KernelKernel: Kernel Module LoadA computer program, at the core of a computer OS, that resides in memory and facilitates interactions between hardware and software components(Citation: STIG Audit Kernel Modules)(Citation: Init Man Page)Kernel Module LoadAn object file that contains code to extend the running kernel of an OS, typically used to add support for new hardware (as device drivers) and/or filesystems, or for adding system calls
67DS0027DriverDriver: Driver MetadataA computer program that operates or controls a particular type of device that is attached to a computer. Provides a software interface to hardware devices, enabling operating systems and other computer programs to access hardware functions without needing to know precise details about the hardware being used(Citation: IOKit Fundamentals)(Citation: Windows Getting Started Drivers)Driver MetadataContextual data about a driver and activity around it such as driver issues reporting or integrity (page hash, code) checking
68DS0027DriverDriver: Driver LoadA computer program that operates or controls a particular type of device that is attached to a computer. Provides a software interface to hardware devices, enabling operating systems and other computer programs to access hardware functions without needing to know precise details about the hardware being used(Citation: IOKit Fundamentals)(Citation: Windows Getting Started Drivers)Driver LoadAttaching a driver to either user or kernel-mode of a system (ex: Sysmon EID 6)
69DS0034VolumeVolume: Volume CreationBlock object storage hosted on-premise or by third-party providers, typically made available to resources as virtualized hard drives(Citation: Amazon S3)(Citation: Azure Blob Storage)(Citation: Google Cloud Storage)Volume CreationInitial construction of a cloud volume (ex: AWS create-volume)
70DS0034VolumeVolume: Volume ModificationBlock object storage hosted on-premise or by third-party providers, typically made available to resources as virtualized hard drives(Citation: Amazon S3)(Citation: Azure Blob Storage)(Citation: Google Cloud Storage)Volume ModificationChanges made to a cloud volume, including its settings and control data (ex: AWS modify-volume)
71DS0034VolumeVolume: Volume DeletionBlock object storage hosted on-premise or by third-party providers, typically made available to resources as virtualized hard drives(Citation: Amazon S3)(Citation: Azure Blob Storage)(Citation: Google Cloud Storage)Volume DeletionRemoval of a a cloud volume (ex: AWS delete-volume)
72DS0034VolumeVolume: Volume MetadataBlock object storage hosted on-premise or by third-party providers, typically made available to resources as virtualized hard drives(Citation: Amazon S3)(Citation: Azure Blob Storage)(Citation: Google Cloud Storage)Volume MetadataContextual data about a cloud volume and activity around it, such as id, type, state, and size
73DS0034VolumeVolume: Volume EnumerationBlock object storage hosted on-premise or by third-party providers, typically made available to resources as virtualized hard drives(Citation: Amazon S3)(Citation: Azure Blob Storage)(Citation: Google Cloud Storage)Volume EnumerationAn extracted list of available volumes within a cloud environment (ex: AWS describe-volumes)
74DS0025Cloud ServiceCloud Service: Cloud Service MetadataInfrastructure, platforms, or software that are hosted on-premise or by third-party providers, made available to users through network connections and/or APIs(Citation: Amazon AWS)(Citation: Azure Products)Cloud Service MetadataContextual data about a cloud service and activity around it such as name, type, or purpose/function
75DS0025Cloud ServiceCloud Service: Cloud Service DisableInfrastructure, platforms, or software that are hosted on-premise or by third-party providers, made available to users through network connections and/or APIs(Citation: Amazon AWS)(Citation: Azure Products)Cloud Service DisableDeactivation or stoppage of a cloud service (ex: AWS Cloudtrail StopLogging)
76DS0025Cloud ServiceCloud Service: Cloud Service EnumerationInfrastructure, platforms, or software that are hosted on-premise or by third-party providers, made available to users through network connections and/or APIs(Citation: Amazon AWS)(Citation: Azure Products)Cloud Service EnumerationAn extracted list of cloud services (ex: AWS ECS ListServices)
77DS0025Cloud ServiceCloud Service: Cloud Service ModificationInfrastructure, platforms, or software that are hosted on-premise or by third-party providers, made available to users through network connections and/or APIs(Citation: Amazon AWS)(Citation: Azure Products)Cloud Service ModificationChanges made to a cloud service, including its settings and/or data (ex: AWS CloudTrail DeleteTrail or DeleteConfigRule)
78DS0004Malware RepositoryMalware Repository: Malware MetadataInformation obtained (via shared or submitted samples) regarding malicious software (droppers, backdoors, etc.) used by adversariesMalware MetadataContextual data about a malicious payload, such as compilation times, file hashes, as well as watermarks or other identifiable configuration information
79DS0004Malware RepositoryMalware Repository: Malware ContentInformation obtained (via shared or submitted samples) regarding malicious software (droppers, backdoors, etc.) used by adversariesMalware ContentCode, strings, and other signatures that compromise a malicious payload
80DS0033Network ShareNetwork Share: Network Share AccessA storage resource (typically a folder or drive) made available from one host to others using network protocols, such as Server Message Block (SMB) or Network File System (NFS)(Citation: Microsoft NFS Overview)Network Share AccessOpening a network share, which makes the contents available to the requestor (ex: Windows EID 5140 or 5145)
81DS0029Network TrafficNetwork Traffic: Network Traffic FlowData transmitted across a network (ex: Web, DNS, Mail, File, etc.), that is either summarized (ex: Netflow) and/or captured as raw data in an analyzable format (ex: PCAP)Network Traffic FlowSummarized network packet data, with metrics, such as protocol headers and volume (ex: Netflow or Zeek http.log)
82DS0029Network TrafficNetwork Traffic: Network Traffic ContentData transmitted across a network (ex: Web, DNS, Mail, File, etc.), that is either summarized (ex: Netflow) and/or captured as raw data in an analyzable format (ex: PCAP)Network Traffic ContentLogged network traffic data showing both protocol header and body values (ex: PCAP)
83DS0029Network TrafficNetwork Traffic: Network Connection CreationData transmitted across a network (ex: Web, DNS, Mail, File, etc.), that is either summarized (ex: Netflow) and/or captured as raw data in an analyzable format (ex: PCAP)Network Connection CreationInitial construction of a network connection, such as capturing socket information with a source/destination IP and port(s) (ex: Windows EID 5156, Sysmon EID 3, or Zeek conn.log)
84DS0031ClusterCluster: Cluster MetadataA set of containerized computing resources that are managed together but have separate nodes to execute various tasks and/or applications(Citation: Kube Cluster Admin)(Citation: Kube Cluster Info)Cluster MetadataContextual data about a cluster and activity around it such as name, namespace, age, or status
85DS0003Scheduled JobScheduled Job: Scheduled Job MetadataAutomated tasks that can be executed at a specific time or on a recurring schedule running in the background (ex: Cron daemon, task scheduler, BITS)(Citation: Microsoft Tasks)Scheduled Job MetadataContextual data about a scheduled job, which may include information such as name, timing, command(s), etc.
86DS0003Scheduled JobScheduled Job: Scheduled Job CreationAutomated tasks that can be executed at a specific time or on a recurring schedule running in the background (ex: Cron daemon, task scheduler, BITS)(Citation: Microsoft Tasks)Scheduled Job CreationInitial construction of a new scheduled job (ex: Windows EID 4698 or /var/log cron logs)
87DS0003Scheduled JobScheduled Job: Scheduled Job ModificationAutomated tasks that can be executed at a specific time or on a recurring schedule running in the background (ex: Cron daemon, task scheduler, BITS)(Citation: Microsoft Tasks)Scheduled Job ModificationChanges made to a scheduled job, such as modifications to the execution launch (ex: Windows EID 4702 or /var/log cron logs)
88DS0001FirmwareFirmware: Firmware ModificationComputer software that provides low-level control for the hardware and device(s) of a host, such as BIOS or UEFI/EFIFirmware ModificationChanges made to firmware, including its settings and/or data, such as MBR (Master Boot Record) and VBR (Volume Boot Record)
89DS0026Active DirectoryActive Directory: Active Directory Object CreationA database and set of services that allows administrators to manage permissions, access to network resources, and stored data objects (user, group, application, or devices)(Citation: Microsoft AD DS Getting Started)Active Directory Object CreationInitial construction of a new active directory object (ex: Windows EID 5137)
90DS0026Active DirectoryActive Directory: Active Directory Object DeletionA database and set of services that allows administrators to manage permissions, access to network resources, and stored data objects (user, group, application, or devices)(Citation: Microsoft AD DS Getting Started)Active Directory Object DeletionRemoval of an active directory object (ex: Windows EID 5141)
91DS0026Active DirectoryActive Directory: Active Directory Object ModificationA database and set of services that allows administrators to manage permissions, access to network resources, and stored data objects (user, group, application, or devices)(Citation: Microsoft AD DS Getting Started)Active Directory Object ModificationChanges made to an active directory object (ex: Windows EID 5163 or 5136)
92DS0026Active DirectoryActive Directory: Active Directory Credential RequestA database and set of services that allows administrators to manage permissions, access to network resources, and stored data objects (user, group, application, or devices)(Citation: Microsoft AD DS Getting Started)Active Directory Credential RequestA user requested active directory credentials, such as a ticket or token (ex: Windows EID 4769)
93DS0026Active DirectoryActive Directory: Active Directory Object AccessA database and set of services that allows administrators to manage permissions, access to network resources, and stored data objects (user, group, application, or devices)(Citation: Microsoft AD DS Getting Started)Active Directory Object AccessOpening of an active directory object, typically to collect/read its value (ex: Windows EID 4661)
94DS0019ServiceService: Service MetadataA computer process that is configured to execute continuously in the background and perform system tasks, in some cases before any user has logged in(Citation: Microsoft Services)(Citation: Linux Services Run Levels)Service MetadataContextual data about a service/daemon, which may include information such as name, service executable, start type, etc.
95DS0019ServiceService: Service CreationA computer process that is configured to execute continuously in the background and perform system tasks, in some cases before any user has logged in(Citation: Microsoft Services)(Citation: Linux Services Run Levels)Service CreationInitial construction of a new service/daemon (ex: Windows EID 4697 or /var/log daemon logs)
96DS0019ServiceService: Service ModificationA computer process that is configured to execute continuously in the background and perform system tasks, in some cases before any user has logged in(Citation: Microsoft Services)(Citation: Linux Services Run Levels)Service ModificationChanges made to a service/daemon, such as changes to name, description, and/or start type (ex: Windows EID 7040 or /var/log daemon logs)
97DS0038Domain NameDomain Name: Passive DNSInformation obtained (commonly through registration or activity logs) regarding one or more IP addresses registered with human readable names (ex: mitre.org)Passive DNSLogged domain name system (DNS) data highlighting timelines of domain to IP address resolutions (ex: passive DNS)
98DS0038Domain NameDomain Name: Active DNSInformation obtained (commonly through registration or activity logs) regarding one or more IP addresses registered with human readable names (ex: mitre.org)Active DNSQueried domain name system (DNS) registry data highlighting current domain to IP address resolutions (ex: dig/nslookup queries)
99DS0038Domain NameDomain Name: Domain RegistrationInformation obtained (commonly through registration or activity logs) regarding one or more IP addresses registered with human readable names (ex: mitre.org)Domain RegistrationInformation about domain name assignments and other domain metadata (ex: WHOIS)
100DS0009ProcessProcess: Process MetadataInstances of computer programs that are being executed by at least one thread. Processes have memory space for process executables, loaded modules (DLLs or shared libraries), and allocated memory regions containing everything from user input to application-specific data structures(Citation: Microsoft Processes and Threads)Process MetadataContextual data about a running process, which may include information such as environment variables, image name, user/owner, etc.
101DS0009ProcessProcess: Process CreationInstances of computer programs that are being executed by at least one thread. Processes have memory space for process executables, loaded modules (DLLs or shared libraries), and allocated memory regions containing everything from user input to application-specific data structures(Citation: Microsoft Processes and Threads)Process CreationBirth of a new running process (ex: Sysmon EID 1 or Windows EID 4688)
102DS0009ProcessProcess: Process TerminationInstances of computer programs that are being executed by at least one thread. Processes have memory space for process executables, loaded modules (DLLs or shared libraries), and allocated memory regions containing everything from user input to application-specific data structures(Citation: Microsoft Processes and Threads)Process TerminationExit of a running process (ex: Sysmon EID 5 or Windows EID 4689)
103DS0009ProcessProcess: Process ModificationInstances of computer programs that are being executed by at least one thread. Processes have memory space for process executables, loaded modules (DLLs or shared libraries), and allocated memory regions containing everything from user input to application-specific data structures(Citation: Microsoft Processes and Threads)Process ModificationChanges made to a process, or its contents, typically to write and/or execute code in the memory of the target process (ex: Sysmon EID 8)
104DS0009ProcessProcess: Process AccessInstances of computer programs that are being executed by at least one thread. Processes have memory space for process executables, loaded modules (DLLs or shared libraries), and allocated memory regions containing everything from user input to application-specific data structures(Citation: Microsoft Processes and Threads)Process AccessOpening of a process by another process, typically to read memory of the target process (ex: Sysmon EID 10)
105DS0009ProcessProcess: OS API ExecutionInstances of computer programs that are being executed by at least one thread. Processes have memory space for process executables, loaded modules (DLLs or shared libraries), and allocated memory regions containing everything from user input to application-specific data structures(Citation: Microsoft Processes and Threads)OS API ExecutionOperating system function/method calls executed by a process
106DS0018FirewallFirewall: Firewall MetadataA network security system, running locally on an endpoint or remotely as a service (ex: cloud environment), that monitors and controls incoming/outgoing network traffic based on predefined rules(Citation: AWS Sec Groups VPC)Firewall MetadataContextual data about a firewall and activity around it such as name, policy, or status
107DS0018FirewallFirewall: Firewall DisableA network security system, running locally on an endpoint or remotely as a service (ex: cloud environment), that monitors and controls incoming/outgoing network traffic based on predefined rules(Citation: AWS Sec Groups VPC)Firewall DisableDeactivation or stoppage of a cloud service (ex: Write/Delete entries within Azure Firewall Activity Logs)
108DS0018FirewallFirewall: Firewall Rule ModificationA network security system, running locally on an endpoint or remotely as a service (ex: cloud environment), that monitors and controls incoming/outgoing network traffic based on predefined rules(Citation: AWS Sec Groups VPC)Firewall Rule ModificationChanges made to a firewall rule, typically to allow/block specific network traffic (ex: Windows EID 4950 or Write/Delete entries within Azure Firewall Rule Collection Activity Logs)
109DS0018FirewallFirewall: Firewall EnumerationA network security system, running locally on an endpoint or remotely as a service (ex: cloud environment), that monitors and controls incoming/outgoing network traffic based on predefined rules(Citation: AWS Sec Groups VPC)Firewall EnumerationAn extracted list of available firewalls and/or their associated settings/rules (ex: Azure Network Firewall CLI Show commands)
110DS0011ModuleModule: Module LoadExecutable files consisting of one or more shared classes and interfaces, such as portable executable (PE) format binaries/dynamic link libraries (DLL), executable and linkable format (ELF) binaries/shared libraries, and Mach-O format binaries/shared libraries(Citation: Microsoft LoadLibrary)(Citation: Microsoft Module Class)Module LoadAttaching a module into the memory of a process/program, typically to access shared resources/features provided by the module (ex: Sysmon EID 7)