From dbe55af631fb1e5878ad39f8f313b349aefcf25b Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Tue, 16 Apr 2024 14:49:11 -0700 Subject: [PATCH 1/6] Update ECS in auditbeat sessionmd processor The sessionmd processor requires the latest process field from ECS, so this updates the ECS fields to the latest version, which has the required fields. --- .../processors/sessionmd/_meta/fields.yml | 13674 ++++++++++++++++ .../auditbeat/processors/sessionmd/fields.go | 23 + 2 files changed, 13697 insertions(+) create mode 100644 x-pack/auditbeat/processors/sessionmd/_meta/fields.yml create mode 100644 x-pack/auditbeat/processors/sessionmd/fields.go diff --git a/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml b/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml new file mode 100644 index 00000000000..b88a755686d --- /dev/null +++ b/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml @@ -0,0 +1,13674 @@ +# WARNING! Do not edit this file directly, it was generated by the ECS project, +# based on ECS version 8.12.0-dev. +# Please visit https://github.com/elastic/ecs to suggest changes to ECS fields. + +- key: ecs + title: ECS + description: ECS Fields. + fields: + - name: '@timestamp' + level: core + required: true + type: date + description: 'Date/time when the event originated. + + This is the date/time extracted from the event, typically representing when + the event was generated by the source. + + If the event source has no original timestamp, this value is typically populated + by the first time the event was received by the pipeline. + + Required field for all events.' + example: '2016-05-23T08:05:34.853Z' + default_field: true + - name: labels + level: core + type: object + object_type: keyword + description: 'Custom key/value pairs. + + Can be used to add meta information to events. Should not contain nested objects. + All values are stored as keyword. + + Example: `docker` and `k8s` labels.' + example: '{"application": "foo-bar", "env": "production"}' + default_field: true + - name: message + level: core + type: match_only_text + description: 'For log events the message field contains the log message, optimized + for viewing in a log viewer. + + For structured logs without an original message field, other fields can be concatenated + to form a human-readable summary of the event. + + If multiple messages exist, they can be combined into one message.' + example: Hello World + default_field: true + - name: tags + level: core + type: keyword + ignore_above: 1024 + description: List of keywords used to tag each event. + example: '["production", "env2"]' + default_field: true + - name: agent + title: Agent + group: 2 + description: 'The agent fields contain the data about the software entity, if + any, that collects, detects, or observes events on a host, or takes measurements + on a host. + + Examples include Beats. Agents may also run on observers. ECS agent.* fields + shall be populated with details of the agent running on the host or observer + where the event happened or the measurement was taken.' + footnote: 'Examples: In the case of Beats for logs, the agent.name is filebeat. + For APM, it is the agent running in the app/service. The agent information does + not change if data is sent through queuing systems like Kafka, Redis, or processing + systems such as Logstash or APM Server.' + type: group + default_field: true + fields: + - name: build.original + level: core + type: keyword + ignore_above: 1024 + description: 'Extended build information for the agent. + + This field is intended to contain any build information that a data source + may provide, no specific formatting is required.' + example: metricbeat version 7.6.0 (amd64), libbeat 7.6.0 [6a23e8f8f30f5001ba344e4e54d8d9cb82cb107c + built 2020-02-05 23:10:10 +0000 UTC] + default_field: false + - name: ephemeral_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Ephemeral identifier of this agent (if one exists). + + This id normally changes across restarts, but `agent.id` does not.' + example: 8a4f500f + - name: id + level: core + type: keyword + ignore_above: 1024 + description: 'Unique identifier of this agent (if one exists). + + Example: For Beats this would be beat.id.' + example: 8a4f500d + - name: name + level: core + type: keyword + ignore_above: 1024 + description: 'Custom name of the agent. + + This is a name that can be given to an agent. This can be helpful if for example + two Filebeat instances are running on the same host but a human readable separation + is needed on which Filebeat instance data is coming from.' + example: foo + - name: type + level: core + type: keyword + ignore_above: 1024 + description: 'Type of the agent. + + The agent type always stays the same and should be given by the agent used. + In case of Filebeat the agent would always be Filebeat also if two Filebeat + instances are run on the same machine.' + example: filebeat + - name: version + level: core + type: keyword + ignore_above: 1024 + description: Version of the agent. + example: 6.0.0-rc2 + - name: client + title: Client + group: 2 + description: 'A client is defined as the initiator of a network connection for + events regarding sessions, connections, or bidirectional flow records. + + For TCP events, the client is the initiator of the TCP connection that sends + the SYN packet(s). For other protocols, the client is generally the initiator + or requestor in the network transaction. Some systems use the term "originator" + to refer the client in TCP connections. The client fields describe details about + the system acting as the client in the network event. Client fields are usually + populated in conjunction with server fields. Client fields are generally not + populated for packet-level events. + + Client / server representations can add semantic context to an exchange, which + is helpful to visualize the data in certain situations. If your context falls + in that category, you should still ensure that source and destination are filled + appropriately.' + type: group + default_field: true + fields: + - name: address + level: extended + type: keyword + ignore_above: 1024 + description: 'Some event client addresses are defined ambiguously. The event + will sometimes list an IP, a domain or a unix socket. You should always store + the raw address in the `.address` field. + + Then it should be duplicated to `.ip` or `.domain`, depending on which one + it is.' + - name: as.number + level: extended + type: long + description: Unique number allocated to the autonomous system. The autonomous + system number (ASN) uniquely identifies each network on the Internet. + example: 15169 + - name: as.organization.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Organization name. + example: Google LLC + - name: bytes + level: core + type: long + format: bytes + description: Bytes sent from the client to the server. + example: 184 + - name: domain + level: core + type: keyword + ignore_above: 1024 + description: 'The domain name of the client system. + + This value may be a host name, a fully qualified domain name, or another host + naming format. The value may derive from the original event or be added from + enrichment.' + example: foo.example.com + - name: geo.city_name + level: core + type: keyword + ignore_above: 1024 + description: City name. + example: Montreal + - name: geo.continent_code + level: core + type: keyword + ignore_above: 1024 + description: Two-letter code representing continent's name. + example: NA + default_field: false + - name: geo.continent_name + level: core + type: keyword + ignore_above: 1024 + description: Name of the continent. + example: North America + - name: geo.country_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Country ISO code. + example: CA + - name: geo.country_name + level: core + type: keyword + ignore_above: 1024 + description: Country name. + example: Canada + - name: geo.location + level: core + type: geo_point + description: Longitude and latitude. + example: '{ "lon": -73.614830, "lat": 45.505918 }' + - name: geo.name + level: extended + type: keyword + ignore_above: 1024 + description: 'User-defined description of a location, at the level of granularity + they care about. + + Could be the name of their data centers, the floor number, if this describes + a local physical entity, city names. + + Not typically used in automated geolocation.' + example: boston-dc + - name: geo.postal_code + level: core + type: keyword + ignore_above: 1024 + description: 'Postal code associated with the location. + + Values appropriate for this field may also be known as a postcode or ZIP code + and will vary widely from country to country.' + example: 94040 + default_field: false + - name: geo.region_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Region ISO code. + example: CA-QC + - name: geo.region_name + level: core + type: keyword + ignore_above: 1024 + description: Region name. + example: Quebec + - name: geo.timezone + level: core + type: keyword + ignore_above: 1024 + description: The time zone of the location, such as IANA time zone name. + example: America/Argentina/Buenos_Aires + default_field: false + - name: ip + level: core + type: ip + description: IP address of the client (IPv4 or IPv6). + - name: mac + level: core + type: keyword + ignore_above: 1024 + description: 'MAC address of the client. + + The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit + byte) is represented by two [uppercase] hexadecimal digits giving the value + of the octet as an unsigned integer. Successive octets are separated by a + hyphen.' + example: 00-00-5E-00-53-23 + pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ + - name: nat.ip + level: extended + type: ip + description: 'Translated IP of source based NAT sessions (e.g. internal client + to internet). + + Typically connections traversing load balancers, firewalls, or routers.' + - name: nat.port + level: extended + type: long + format: string + description: 'Translated port of source based NAT sessions (e.g. internal client + to internet). + + Typically connections traversing load balancers, firewalls, or routers.' + - name: packets + level: core + type: long + description: Packets sent from the client to the server. + example: 12 + - name: port + level: core + type: long + format: string + description: Port of the client. + - name: registered_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The highest registered client domain, stripped of the subdomain. + + For example, the registered domain for "foo.example.com" is "example.com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last two labels will not work well for TLDs such as "co.uk".' + example: example.com + - name: subdomain + level: extended + type: keyword + ignore_above: 1024 + description: 'The subdomain portion of a fully qualified domain name includes + all of the names except the host name under the registered_domain. In a partially + qualified domain, or if the the qualification level of the full name cannot + be determined, subdomain contains all of the names below the registered domain. + + For example the subdomain portion of "www.east.mydomain.co.uk" is "east". + If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", + the subdomain field should contain "sub2.sub1", with no trailing period.' + example: east + default_field: false + - name: top_level_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The effective top level domain (eTLD), also known as the domain + suffix, is the last part of the domain name. For example, the top level domain + for example.com is "com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last label will not work well for effective TLDs such as "co.uk".' + example: co.uk + - name: user.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the user is a member of. + + For example, an LDAP or Active Directory domain name.' + - name: user.email + level: extended + type: keyword + ignore_above: 1024 + description: User email address. + - name: user.full_name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: User's full name, if available. + example: Albert Einstein + - name: user.group.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the group is a member of. + + For example, an LDAP or Active Directory domain name.' + - name: user.group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + - name: user.group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + - name: user.hash + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique user hash to correlate information for a user in anonymized + form. + + Useful if `user.id` or `user.name` contain confidential information and cannot + be used.' + - name: user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + - name: user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Short name or login of the user. + example: a.einstein + - name: user.roles + level: extended + type: keyword + ignore_above: 1024 + description: Array of user roles at the time of the event. + example: '["kibana_admin", "reporting_user"]' + default_field: false + - name: cloud + title: Cloud + group: 2 + description: Fields related to the cloud or infrastructure the events are coming + from. + footnote: 'Examples: If Metricbeat is running on an EC2 host and fetches data + from its host, the cloud info contains the data about this machine. If Metricbeat + runs on a remote machine outside the cloud and fetches data from a service running + in the cloud, the field contains cloud data from the machine the service is + running on. + + The cloud fields may be self-nested under cloud.origin.* and cloud.target.* + to describe origin or target service''s cloud information in the context of + incoming or outgoing requests, respectively. However, the fieldsets cloud.origin.* + and cloud.target.* must not be confused with the root cloud fieldset that is + used to describe the cloud context of the actual service under observation. + The fieldset cloud.origin.* may only be used in the context of incoming requests + or events to provide the originating service''s cloud information. The fieldset + cloud.target.* may only be used in the context of outgoing requests or events + to describe the target service''s cloud information.' + type: group + default_field: true + fields: + - name: account.id + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud account or organization id used to identify different + entities in a multi-tenant environment. + + Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.' + example: 666777888999 + - name: account.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud account name or alias used to identify different entities + in a multi-tenant environment. + + Examples: AWS account name, Google Cloud ORG display name.' + example: elastic-dev + default_field: false + - name: availability_zone + level: extended + type: keyword + ignore_above: 1024 + description: Availability zone in which this host, resource, or service is located. + example: us-east-1c + - name: instance.id + level: extended + type: keyword + ignore_above: 1024 + description: Instance ID of the host machine. + example: i-1234567890abcdef0 + - name: instance.name + level: extended + type: keyword + ignore_above: 1024 + description: Instance name of the host machine. + - name: machine.type + level: extended + type: keyword + ignore_above: 1024 + description: Machine type of the host machine. + example: t2.medium + - name: origin.account.id + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud account or organization id used to identify different + entities in a multi-tenant environment. + + Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.' + example: 666777888999 + default_field: false + - name: origin.account.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud account name or alias used to identify different entities + in a multi-tenant environment. + + Examples: AWS account name, Google Cloud ORG display name.' + example: elastic-dev + default_field: false + - name: origin.availability_zone + level: extended + type: keyword + ignore_above: 1024 + description: Availability zone in which this host, resource, or service is located. + example: us-east-1c + default_field: false + - name: origin.instance.id + level: extended + type: keyword + ignore_above: 1024 + description: Instance ID of the host machine. + example: i-1234567890abcdef0 + default_field: false + - name: origin.instance.name + level: extended + type: keyword + ignore_above: 1024 + description: Instance name of the host machine. + default_field: false + - name: origin.machine.type + level: extended + type: keyword + ignore_above: 1024 + description: Machine type of the host machine. + example: t2.medium + default_field: false + - name: origin.project.id + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud project identifier. + + Examples: Google Cloud Project id, Azure Project id.' + example: my-project + default_field: false + - name: origin.project.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud project name. + + Examples: Google Cloud Project name, Azure Project name.' + example: my project + default_field: false + - name: origin.provider + level: extended + type: keyword + ignore_above: 1024 + description: Name of the cloud provider. Example values are aws, azure, gcp, + or digitalocean. + example: aws + default_field: false + - name: origin.region + level: extended + type: keyword + ignore_above: 1024 + description: Region in which this host, resource, or service is located. + example: us-east-1 + default_field: false + - name: origin.service.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud service name is intended to distinguish services running + on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs + App Engine, Azure VM vs App Server. + + Examples: app engine, app service, cloud run, fargate, lambda.' + example: lambda + default_field: false + - name: project.id + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud project identifier. + + Examples: Google Cloud Project id, Azure Project id.' + example: my-project + default_field: false + - name: project.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud project name. + + Examples: Google Cloud Project name, Azure Project name.' + example: my project + default_field: false + - name: provider + level: extended + type: keyword + ignore_above: 1024 + description: Name of the cloud provider. Example values are aws, azure, gcp, + or digitalocean. + example: aws + - name: region + level: extended + type: keyword + ignore_above: 1024 + description: Region in which this host, resource, or service is located. + example: us-east-1 + - name: service.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud service name is intended to distinguish services running + on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs + App Engine, Azure VM vs App Server. + + Examples: app engine, app service, cloud run, fargate, lambda.' + example: lambda + default_field: false + - name: target.account.id + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud account or organization id used to identify different + entities in a multi-tenant environment. + + Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.' + example: 666777888999 + default_field: false + - name: target.account.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud account name or alias used to identify different entities + in a multi-tenant environment. + + Examples: AWS account name, Google Cloud ORG display name.' + example: elastic-dev + default_field: false + - name: target.availability_zone + level: extended + type: keyword + ignore_above: 1024 + description: Availability zone in which this host, resource, or service is located. + example: us-east-1c + default_field: false + - name: target.instance.id + level: extended + type: keyword + ignore_above: 1024 + description: Instance ID of the host machine. + example: i-1234567890abcdef0 + default_field: false + - name: target.instance.name + level: extended + type: keyword + ignore_above: 1024 + description: Instance name of the host machine. + default_field: false + - name: target.machine.type + level: extended + type: keyword + ignore_above: 1024 + description: Machine type of the host machine. + example: t2.medium + default_field: false + - name: target.project.id + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud project identifier. + + Examples: Google Cloud Project id, Azure Project id.' + example: my-project + default_field: false + - name: target.project.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud project name. + + Examples: Google Cloud Project name, Azure Project name.' + example: my project + default_field: false + - name: target.provider + level: extended + type: keyword + ignore_above: 1024 + description: Name of the cloud provider. Example values are aws, azure, gcp, + or digitalocean. + example: aws + default_field: false + - name: target.region + level: extended + type: keyword + ignore_above: 1024 + description: Region in which this host, resource, or service is located. + example: us-east-1 + default_field: false + - name: target.service.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The cloud service name is intended to distinguish services running + on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs + App Engine, Azure VM vs App Server. + + Examples: app engine, app service, cloud run, fargate, lambda.' + example: lambda + default_field: false + - name: container + title: Container + group: 2 + description: 'Container fields are used for meta information about the specific + container that is the source of information. + + These fields help correlate data based containers from any runtime.' + type: group + default_field: true + fields: + - name: cpu.usage + level: extended + type: scaled_float + description: 'Percent CPU used which is normalized by the number of CPU cores + and it ranges from 0 to 1. Scaling factor: 1000.' + scaling_factor: 1000 + default_field: false + - name: disk.read.bytes + level: extended + type: long + description: The total number of bytes (gauge) read successfully (aggregated + from all disks) since the last metric collection. + default_field: false + - name: disk.write.bytes + level: extended + type: long + description: The total number of bytes (gauge) written successfully (aggregated + from all disks) since the last metric collection. + default_field: false + - name: id + level: core + type: keyword + ignore_above: 1024 + description: Unique container id. + - name: image.hash.all + level: extended + type: keyword + ignore_above: 1024 + description: 'An array of digests of the image the container was built on. Each + digest consists of the hash algorithm and value in this format: `algorithm:value`. + Algorithm names should align with the field names in the ECS hash field set.' + example: '[sha256:f8fefc80e3273dc756f288a63945820d6476ad64883892c771b5e2ece6bf1b26]' + default_field: false + - name: image.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the image the container was built on. + - name: image.tag + level: extended + type: keyword + ignore_above: 1024 + description: Container image tags. + - name: labels + level: extended + type: object + object_type: keyword + description: Image labels. + - name: memory.usage + level: extended + type: scaled_float + description: 'Memory usage percentage and it ranges from 0 to 1. Scaling factor: + 1000.' + scaling_factor: 1000 + default_field: false + - name: name + level: extended + type: keyword + ignore_above: 1024 + description: Container name. + - name: network.egress.bytes + level: extended + type: long + description: The number of bytes (gauge) sent out on all network interfaces + by the container since the last metric collection. + default_field: false + - name: network.ingress.bytes + level: extended + type: long + description: The number of bytes received (gauge) on all network interfaces + by the container since the last metric collection. + default_field: false + - name: runtime + level: extended + type: keyword + ignore_above: 1024 + description: Runtime managing this container. + example: docker + - name: security_context.privileged + level: extended + type: boolean + description: Indicates whether the container is running in privileged mode. + default_field: false + - name: data_stream + title: Data Stream + group: 2 + description: 'The data_stream fields take part in defining the new data stream + naming scheme. + + In the new data stream naming scheme the value of the data stream fields combine + to the name of the actual data stream in the following manner: `{data_stream.type}-{data_stream.dataset}-{data_stream.namespace}`. + This means the fields can only contain characters that are valid as part of + names of data streams. More details about this can be found in this https://www.elastic.co/blog/an-introduction-to-the-elastic-data-stream-naming-scheme[blog + post]. + + An Elasticsearch data stream consists of one or more backing indices, and a + data stream name forms part of the backing indices names. Due to this convention, + data streams must also follow index naming restrictions. For example, data stream + names cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, ` ` (space character), + `,`, or `#`. Please see the Elasticsearch reference for additional https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params[restrictions].' + type: group + default_field: true + fields: + - name: dataset + level: extended + type: constant_keyword + description: "The field can contain anything that makes sense to signify the\ + \ source of the data.\nExamples include `nginx.access`, `prometheus`, `endpoint`\ + \ etc. For data streams that otherwise fit, but that do not have dataset set\ + \ we use the value \"generic\" for the dataset value. `event.dataset` should\ + \ have the same value as `data_stream.dataset`.\nBeyond the Elasticsearch\ + \ data stream naming criteria noted above, the `dataset` value has additional\ + \ restrictions:\n * Must not contain `-`\n * No longer than 100 characters" + example: nginx.access + default_field: false + - name: namespace + level: extended + type: constant_keyword + description: "A user defined namespace. Namespaces are useful to allow grouping\ + \ of data.\nMany users already organize their indices this way, and the data\ + \ stream naming scheme now provides this best practice as a default. Many\ + \ users will populate this field with `default`. If no value is used, it falls\ + \ back to `default`.\nBeyond the Elasticsearch index naming criteria noted\ + \ above, `namespace` value has the additional restrictions:\n * Must not\ + \ contain `-`\n * No longer than 100 characters" + example: production + default_field: false + - name: type + level: extended + type: constant_keyword + description: 'An overarching type for the data stream. + + Currently allowed values are "logs" and "metrics". We expect to also add "traces" + and "synthetics" in the near future.' + example: logs + default_field: false + - name: destination + title: Destination + group: 2 + description: 'Destination fields capture details about the receiver of a network + exchange/packet. These fields are populated from a network event, packet, or + other event containing details of a network transaction. + + Destination fields are usually populated in conjunction with source fields. + The source and destination fields are considered the baseline and should always + be filled if an event contains source and destination details from a network + transaction. If the event also contains identification of the client and server + roles, then the client and server fields should also be populated.' + type: group + default_field: true + fields: + - name: address + level: extended + type: keyword + ignore_above: 1024 + description: 'Some event destination addresses are defined ambiguously. The + event will sometimes list an IP, a domain or a unix socket. You should always + store the raw address in the `.address` field. + + Then it should be duplicated to `.ip` or `.domain`, depending on which one + it is.' + - name: as.number + level: extended + type: long + description: Unique number allocated to the autonomous system. The autonomous + system number (ASN) uniquely identifies each network on the Internet. + example: 15169 + - name: as.organization.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Organization name. + example: Google LLC + - name: bytes + level: core + type: long + format: bytes + description: Bytes sent from the destination to the source. + example: 184 + - name: domain + level: core + type: keyword + ignore_above: 1024 + description: 'The domain name of the destination system. + + This value may be a host name, a fully qualified domain name, or another host + naming format. The value may derive from the original event or be added from + enrichment.' + example: foo.example.com + - name: geo.city_name + level: core + type: keyword + ignore_above: 1024 + description: City name. + example: Montreal + - name: geo.continent_code + level: core + type: keyword + ignore_above: 1024 + description: Two-letter code representing continent's name. + example: NA + default_field: false + - name: geo.continent_name + level: core + type: keyword + ignore_above: 1024 + description: Name of the continent. + example: North America + - name: geo.country_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Country ISO code. + example: CA + - name: geo.country_name + level: core + type: keyword + ignore_above: 1024 + description: Country name. + example: Canada + - name: geo.location + level: core + type: geo_point + description: Longitude and latitude. + example: '{ "lon": -73.614830, "lat": 45.505918 }' + - name: geo.name + level: extended + type: keyword + ignore_above: 1024 + description: 'User-defined description of a location, at the level of granularity + they care about. + + Could be the name of their data centers, the floor number, if this describes + a local physical entity, city names. + + Not typically used in automated geolocation.' + example: boston-dc + - name: geo.postal_code + level: core + type: keyword + ignore_above: 1024 + description: 'Postal code associated with the location. + + Values appropriate for this field may also be known as a postcode or ZIP code + and will vary widely from country to country.' + example: 94040 + default_field: false + - name: geo.region_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Region ISO code. + example: CA-QC + - name: geo.region_name + level: core + type: keyword + ignore_above: 1024 + description: Region name. + example: Quebec + - name: geo.timezone + level: core + type: keyword + ignore_above: 1024 + description: The time zone of the location, such as IANA time zone name. + example: America/Argentina/Buenos_Aires + default_field: false + - name: ip + level: core + type: ip + description: IP address of the destination (IPv4 or IPv6). + - name: mac + level: core + type: keyword + ignore_above: 1024 + description: 'MAC address of the destination. + + The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit + byte) is represented by two [uppercase] hexadecimal digits giving the value + of the octet as an unsigned integer. Successive octets are separated by a + hyphen.' + example: 00-00-5E-00-53-23 + pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ + - name: nat.ip + level: extended + type: ip + description: 'Translated ip of destination based NAT sessions (e.g. internet + to private DMZ) + + Typically used with load balancers, firewalls, or routers.' + - name: nat.port + level: extended + type: long + format: string + description: 'Port the source session is translated to by NAT Device. + + Typically used with load balancers, firewalls, or routers.' + - name: packets + level: core + type: long + description: Packets sent from the destination to the source. + example: 12 + - name: port + level: core + type: long + format: string + description: Port of the destination. + - name: registered_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The highest registered destination domain, stripped of the subdomain. + + For example, the registered domain for "foo.example.com" is "example.com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last two labels will not work well for TLDs such as "co.uk".' + example: example.com + - name: subdomain + level: extended + type: keyword + ignore_above: 1024 + description: 'The subdomain portion of a fully qualified domain name includes + all of the names except the host name under the registered_domain. In a partially + qualified domain, or if the the qualification level of the full name cannot + be determined, subdomain contains all of the names below the registered domain. + + For example the subdomain portion of "www.east.mydomain.co.uk" is "east". + If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", + the subdomain field should contain "sub2.sub1", with no trailing period.' + example: east + default_field: false + - name: top_level_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The effective top level domain (eTLD), also known as the domain + suffix, is the last part of the domain name. For example, the top level domain + for example.com is "com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last label will not work well for effective TLDs such as "co.uk".' + example: co.uk + - name: user.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the user is a member of. + + For example, an LDAP or Active Directory domain name.' + - name: user.email + level: extended + type: keyword + ignore_above: 1024 + description: User email address. + - name: user.full_name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: User's full name, if available. + example: Albert Einstein + - name: user.group.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the group is a member of. + + For example, an LDAP or Active Directory domain name.' + - name: user.group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + - name: user.group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + - name: user.hash + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique user hash to correlate information for a user in anonymized + form. + + Useful if `user.id` or `user.name` contain confidential information and cannot + be used.' + - name: user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + - name: user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Short name or login of the user. + example: a.einstein + - name: user.roles + level: extended + type: keyword + ignore_above: 1024 + description: Array of user roles at the time of the event. + example: '["kibana_admin", "reporting_user"]' + default_field: false + - name: device + title: Device + group: 2 + description: 'Fields that describe a device instance and its characteristics. Data + collected for applications and processes running on a (mobile) device can be + enriched with these fields to describe the identity, type and other characteristics + of the device. + + This field group definition is based on the Device namespace of the OpenTelemetry + Semantic Conventions (https://opentelemetry.io/docs/reference/specification/resource/semantic_conventions/device/).' + type: group + default_field: true + fields: + - name: id + level: extended + type: keyword + ignore_above: 1024 + description: "The unique identifier of a device. The identifier must not change\ + \ across application sessions but stay fixed for an instance of a (mobile)\ + \ device. \nOn iOS, this value must be equal to the vendor identifier (https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor).\ + \ On Android, this value must be equal to the Firebase Installation ID or\ + \ a globally unique UUID which is persisted across sessions in your application.\n\ + For GDPR and data protection law reasons this identifier should not carry\ + \ information that would allow to identify a user." + example: 00000000-54b3-e7c7-0000-000046bffd97 + default_field: false + - name: manufacturer + level: extended + type: keyword + ignore_above: 1024 + description: The vendor name of the device manufacturer. + example: Samsung + default_field: false + - name: model.identifier + level: extended + type: keyword + ignore_above: 1024 + description: The machine readable identifier of the device model. + example: SM-G920F + default_field: false + - name: model.name + level: extended + type: keyword + ignore_above: 1024 + description: The human readable marketing name of the device model. + example: Samsung Galaxy S6 + default_field: false + - name: dll + title: DLL + group: 2 + description: 'These fields contain information about code libraries dynamically + loaded into processes. + + + Many operating systems refer to "shared code libraries" with different names, + but this field set refers to all of the following: + + * Dynamic-link library (`.dll`) commonly used on Windows + + * Shared Object (`.so`) commonly used on Unix-like operating systems + + * Dynamic library (`.dylib`) commonly used on macOS' + type: group + default_field: true + fields: + - name: code_signature.digest_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: 'The hashing algorithm used to sign the process. + + This value can distinguish signatures when a file is signed multiple times + by the same signer but with a different digest algorithm.' + example: sha256 + default_field: false + - name: code_signature.exists + level: core + type: boolean + description: Boolean to capture if a signature is present. + example: 'true' + default_field: false + - name: code_signature.signing_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The identifier used to sign the process. + + This is used to identify the application manufactured by a software vendor. + The field is relevant to Apple *OS only.' + example: com.apple.xpc.proxy + default_field: false + - name: code_signature.status + level: extended + type: keyword + ignore_above: 1024 + description: 'Additional information about the certificate status. + + This is useful for logging cryptographic errors with the certificate validity + or trust status. Leave unpopulated if the validity or trust of the certificate + was unchecked.' + example: ERROR_UNTRUSTED_ROOT + default_field: false + - name: code_signature.subject_name + level: core + type: keyword + ignore_above: 1024 + description: Subject name of the code signer + example: Microsoft Corporation + default_field: false + - name: code_signature.team_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The team identifier used to sign the process. + + This is used to identify the team or vendor of a software product. The field + is relevant to Apple *OS only.' + example: EQHXZ8M8AV + default_field: false + - name: code_signature.timestamp + level: extended + type: date + description: Date and time when the code signature was generated and signed. + example: '2021-01-01T12:10:30Z' + default_field: false + - name: code_signature.trusted + level: extended + type: boolean + description: 'Stores the trust status of the certificate chain. + + Validating the trust of the certificate chain may be complicated, and this + field should only be populated by tools that actively check the status.' + example: 'true' + default_field: false + - name: code_signature.valid + level: extended + type: boolean + description: 'Boolean to capture if the digital signature is verified against + the binary content. + + Leave unpopulated if a certificate was unchecked.' + example: 'true' + default_field: false + - name: hash.md5 + level: extended + type: keyword + ignore_above: 1024 + description: MD5 hash. + default_field: false + - name: hash.sha1 + level: extended + type: keyword + ignore_above: 1024 + description: SHA1 hash. + default_field: false + - name: hash.sha256 + level: extended + type: keyword + ignore_above: 1024 + description: SHA256 hash. + default_field: false + - name: hash.sha384 + level: extended + type: keyword + ignore_above: 1024 + description: SHA384 hash. + default_field: false + - name: hash.sha512 + level: extended + type: keyword + ignore_above: 1024 + description: SHA512 hash. + default_field: false + - name: hash.ssdeep + level: extended + type: keyword + ignore_above: 1024 + description: SSDEEP hash. + default_field: false + - name: hash.tlsh + level: extended + type: keyword + ignore_above: 1024 + description: TLSH hash. + default_field: false + - name: name + level: core + type: keyword + ignore_above: 1024 + description: 'Name of the library. + + This generally maps to the name of the file on disk.' + example: kernel32.dll + default_field: false + - name: path + level: extended + type: keyword + ignore_above: 1024 + description: Full file path of the library. + example: C:\Windows\System32\kernel32.dll + default_field: false + - name: pe.architecture + level: extended + type: keyword + ignore_above: 1024 + description: CPU architecture target for the file. + example: x64 + default_field: false + - name: pe.company + level: extended + type: keyword + ignore_above: 1024 + description: Internal company name of the file, provided at compile-time. + example: Microsoft Corporation + default_field: false + - name: pe.description + level: extended + type: keyword + ignore_above: 1024 + description: Internal description of the file, provided at compile-time. + example: Paint + default_field: false + - name: pe.file_version + level: extended + type: keyword + ignore_above: 1024 + description: Internal version of the file, provided at compile-time. + example: 6.3.9600.17415 + default_field: false + - name: pe.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in a PE file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: pe.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: pe.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: pe.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: pe.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: pe.imphash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An imphash -- or import hash + -- can be used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' + example: 0c6803c4e922103c4dca5963aad36ddf + default_field: false + - name: pe.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is a synonym for imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: pe.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: pe.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: pe.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: pe.original_file_name + level: extended + type: keyword + ignore_above: 1024 + description: Internal name of the file, provided at compile-time. + example: MSPAINT.EXE + default_field: false + - name: pe.pehash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the PE header and data from one or more PE sections. + An pehash can be used to cluster files by transforming structural information + about a file into a hash value. + + Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' + example: 73ff189b63cd6be375a7ff25179a38d347651975 + default_field: false + - name: pe.product + level: extended + type: keyword + ignore_above: 1024 + description: Internal product name of the file, provided at compile-time. + example: "Microsoft\xAE Windows\xAE Operating System" + default_field: false + - name: pe.sections + level: extended + type: nested + description: 'An array containing an object for each section of the PE file. + + The keys that should be present in these objects are defined by sub-fields + underneath `pe.sections.*`.' + default_field: false + - name: pe.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: pe.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: PE Section List name. + default_field: false + - name: pe.sections.physical_size + level: extended + type: long + format: bytes + description: PE Section List physical size. + default_field: false + - name: pe.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: pe.sections.virtual_size + level: extended + type: long + format: string + description: PE Section List virtual size. This is always the same as `physical_size`. + default_field: false + - name: dns + title: DNS + group: 2 + description: 'Fields describing DNS queries and answers. + + DNS events should either represent a single DNS query prior to getting answers + (`dns.type:query`) or they should represent a full exchange and contain the + query details as well as all of the answers that were provided for this query + (`dns.type:answer`).' + type: group + default_field: true + fields: + - name: answers + level: extended + type: object + description: 'An array containing an object for each answer section returned + by the server. + + The main keys that should be present in these objects are defined by ECS. + Records that have more information may contain more keys than what ECS defines. + + Not all DNS data sources give all details about DNS answers. At minimum, answer + objects must contain the `data` key. If more information is available, map + as much of it to ECS as possible, and add any additional fields to the answer + objects as custom fields.' + - name: answers.class + level: extended + type: keyword + ignore_above: 1024 + description: The class of DNS data contained in this resource record. + example: IN + - name: answers.data + level: extended + type: keyword + ignore_above: 1024 + description: 'The data describing the resource. + + The meaning of this data depends on the type and class of the resource record.' + example: 10.10.10.10 + - name: answers.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The domain name to which this resource record pertains. + + If a chain of CNAME is being resolved, each answer''s `name` should be the + one that corresponds with the answer''s `data`. It should not simply be the + original `question.name` repeated.' + example: www.example.com + - name: answers.ttl + level: extended + type: long + description: The time interval in seconds that this resource record may be cached + before it should be discarded. Zero values mean that the data should not be + cached. + example: 180 + - name: answers.type + level: extended + type: keyword + ignore_above: 1024 + description: The type of data contained in this resource record. + example: CNAME + - name: header_flags + level: extended + type: keyword + ignore_above: 1024 + description: Array of 2 letter DNS header flags. + example: '["RD", "RA"]' + - name: id + level: extended + type: keyword + ignore_above: 1024 + description: The DNS packet identifier assigned by the program that generated + the query. The identifier is copied to the response. + example: 62111 + - name: op_code + level: extended + type: keyword + ignore_above: 1024 + description: The DNS operation code that specifies the kind of query in the + message. This value is set by the originator of a query and copied into the + response. + example: QUERY + - name: question.class + level: extended + type: keyword + ignore_above: 1024 + description: The class of records being queried. + example: IN + - name: question.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The name being queried. + + If the name field contains non-printable characters (below 32 or above 126), + those characters should be represented as escaped base 10 integers (\DDD). + Back slashes and quotes should be escaped. Tabs, carriage returns, and line + feeds should be converted to \t, \r, and \n respectively.' + example: www.example.com + - name: question.registered_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The highest registered domain, stripped of the subdomain. + + For example, the registered domain for "foo.example.com" is "example.com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last two labels will not work well for TLDs such as "co.uk".' + example: example.com + - name: question.subdomain + level: extended + type: keyword + ignore_above: 1024 + description: 'The subdomain is all of the labels under the registered_domain. + + If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", + the subdomain field should contain "sub2.sub1", with no trailing period.' + example: www + - name: question.top_level_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The effective top level domain (eTLD), also known as the domain + suffix, is the last part of the domain name. For example, the top level domain + for example.com is "com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last label will not work well for effective TLDs such as "co.uk".' + example: co.uk + - name: question.type + level: extended + type: keyword + ignore_above: 1024 + description: The type of record being queried. + example: AAAA + - name: resolved_ip + level: extended + type: ip + description: 'Array containing all IPs seen in `answers.data`. + + The `answers` array can be difficult to use, because of the variety of data + formats it can contain. Extracting all IP addresses seen in there to `dns.resolved_ip` + makes it possible to index them as IP addresses, and makes them easier to + visualize and query for.' + example: '["10.10.10.10", "10.10.10.11"]' + - name: response_code + level: extended + type: keyword + ignore_above: 1024 + description: The DNS response code. + example: NOERROR + - name: type + level: extended + type: keyword + ignore_above: 1024 + description: 'The type of DNS event captured, query or answer. + + If your source of DNS events only gives you DNS queries, you should only create + dns events of type `dns.type:query`. + + If your source of DNS events gives you answers as well, you should create + one event per query (optionally as soon as the query is seen). And a second + event containing all query details as well as an array of answers.' + example: answer + - name: ecs + title: ECS + group: 2 + description: Meta-information specific to ECS. + type: group + default_field: true + fields: + - name: version + level: core + required: true + type: keyword + ignore_above: 1024 + description: 'ECS version this event conforms to. `ecs.version` is a required + field and must exist in all events. + + When querying across multiple indices -- which may conform to slightly different + ECS versions -- this field lets integrations adjust to the schema version + of the events.' + example: 1.0.0 + - name: email + title: Email + group: 2 + description: 'Event details relating to an email transaction. + + This field set focuses on the email message header, body, and attachments. Network + protocols that send and receive email messages such as SMTP are outside the + scope of the `email.*` fields.' + type: group + default_field: true + fields: + - name: attachments + level: extended + type: nested + description: A list of objects describing the attachment files sent along with + an email message. + default_field: false + - name: attachments.file.extension + level: extended + type: keyword + ignore_above: 1024 + description: Attachment file extension, excluding the leading dot. + example: txt + default_field: false + - name: attachments.file.hash.md5 + level: extended + type: keyword + ignore_above: 1024 + description: MD5 hash. + default_field: false + - name: attachments.file.hash.sha1 + level: extended + type: keyword + ignore_above: 1024 + description: SHA1 hash. + default_field: false + - name: attachments.file.hash.sha256 + level: extended + type: keyword + ignore_above: 1024 + description: SHA256 hash. + default_field: false + - name: attachments.file.hash.sha384 + level: extended + type: keyword + ignore_above: 1024 + description: SHA384 hash. + default_field: false + - name: attachments.file.hash.sha512 + level: extended + type: keyword + ignore_above: 1024 + description: SHA512 hash. + default_field: false + - name: attachments.file.hash.ssdeep + level: extended + type: keyword + ignore_above: 1024 + description: SSDEEP hash. + default_field: false + - name: attachments.file.hash.tlsh + level: extended + type: keyword + ignore_above: 1024 + description: TLSH hash. + default_field: false + - name: attachments.file.mime_type + level: extended + type: keyword + ignore_above: 1024 + description: 'The MIME media type of the attachment. + + This value will typically be extracted from the `Content-Type` MIME header + field.' + example: text/plain + default_field: false + - name: attachments.file.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the attachment file including the file extension. + example: attachment.txt + default_field: false + - name: attachments.file.size + level: extended + type: long + description: Attachment file size in bytes. + example: 64329 + default_field: false + - name: bcc.address + level: extended + type: keyword + ignore_above: 1024 + description: The email address of BCC recipient + example: bcc.user1@example.com + default_field: false + - name: cc.address + level: extended + type: keyword + ignore_above: 1024 + description: The email address of CC recipient + example: cc.user1@example.com + default_field: false + - name: content_type + level: extended + type: keyword + ignore_above: 1024 + description: 'Information about how the message is to be displayed. + + Typically a MIME type.' + example: text/plain + default_field: false + - name: delivery_timestamp + level: extended + type: date + description: The date and time when the email message was received by the service + or client. + example: '2020-11-10T22:12:34.8196921Z' + default_field: false + - name: direction + level: extended + type: keyword + ignore_above: 1024 + description: The direction of the message based on the sending and receiving + domains. + example: inbound + default_field: false + - name: from.address + level: extended + type: keyword + ignore_above: 1024 + description: The email address of the sender, typically from the RFC 5322 `From:` + header field. + example: sender@example.com + default_field: false + - name: local_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier given to the email by the source that created + the event. + + Identifier is not persistent across hops.' + example: c26dbea0-80d5-463b-b93c-4e8b708219ce + default_field: false + - name: message_id + level: extended + type: wildcard + description: Identifier from the RFC 5322 `Message-ID:` email header that refers + to a particular email message. + example: 81ce15$8r2j59@mail01.example.com + default_field: false + - name: origination_timestamp + level: extended + type: date + description: The date and time the email message was composed. Many email clients + will fill in this value automatically when the message is sent by a user. + example: '2020-11-10T22:12:34.8196921Z' + default_field: false + - name: reply_to.address + level: extended + type: keyword + ignore_above: 1024 + description: The address that replies should be delivered to based on the value + in the RFC 5322 `Reply-To:` header. + example: reply.here@example.com + default_field: false + - name: sender.address + level: extended + type: keyword + ignore_above: 1024 + description: Per RFC 5322, specifies the address responsible for the actual + transmission of the message. + default_field: false + - name: subject + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: A brief summary of the topic of the message. + example: Please see this important message. + default_field: false + - name: to.address + level: extended + type: keyword + ignore_above: 1024 + description: The email address of recipient + example: user1@example.com + default_field: false + - name: x_mailer + level: extended + type: keyword + ignore_above: 1024 + description: The name of the application that was used to draft and send the + original email message. + example: Spambot v2.5 + default_field: false + - name: error + title: Error + group: 2 + description: 'These fields can represent errors of any kind. + + Use them for errors that happen while fetching events or in cases where the + event itself contains an error.' + type: group + default_field: true + fields: + - name: code + level: core + type: keyword + ignore_above: 1024 + description: Error code describing the error. + - name: id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier for the error. + - name: message + level: core + type: match_only_text + description: Error message. + - name: stack_trace + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + default_field: false + description: The stack trace of this error in plain text. + - name: type + level: extended + type: keyword + ignore_above: 1024 + description: The type of the error, for example the class name of the exception. + example: java.lang.NullPointerException + - name: event + title: Event + group: 2 + description: 'The event fields are used for context information about the log + or metric event itself. + + A log is defined as an event containing details of something that happened. + Log events must include the time at which the thing happened. Examples of log + events include a process starting on a host, a network packet being sent from + a source to a destination, or a network connection between a client and a server + being initiated or closed. A metric is defined as an event containing one or + more numerical measurements and the time at which the measurement was taken. + Examples of metric events include memory pressure measured on a host and device + temperature. See the `event.kind` definition in this section for additional + details about metric and state events.' + type: group + default_field: true + fields: + - name: action + level: core + type: keyword + ignore_above: 1024 + description: 'The action captured by the event. + + This describes the information in the event. It is more specific than `event.category`. + Examples are `group-add`, `process-started`, `file-created`. The value is + normally defined by the implementer.' + example: user-password-change + - name: agent_id_status + level: extended + type: keyword + ignore_above: 1024 + description: 'Agents are normally responsible for populating the `agent.id` + field value. If the system receiving events is capable of validating the value + based on authentication information for the client then this field can be + used to reflect the outcome of that validation. + + For example if the agent''s connection is authenticated with mTLS and the + client cert contains the ID of the agent to which the cert was issued then + the `agent.id` value in events can be checked against the certificate. If + the values match then `event.agent_id_status: verified` is added to the event, + otherwise one of the other allowed values should be used. + + If no validation is performed then the field should be omitted. + + The allowed values are: + + `verified` - The `agent.id` field value matches expected value obtained from + auth metadata. + + `mismatch` - The `agent.id` field value does not match the expected value + obtained from auth metadata. + + `missing` - There was no `agent.id` field in the event to validate. + + `auth_metadata_missing` - There was no auth metadata or it was missing information + about the agent ID.' + example: verified + default_field: false + - name: category + level: core + type: keyword + ignore_above: 1024 + description: 'This is one of four ECS Categorization Fields, and indicates the + second level in the ECS category hierarchy. + + `event.category` represents the "big buckets" of ECS categories. For example, + filtering on `event.category:process` yields all events relating to process + activity. This field is closely related to `event.type`, which is used as + a subcategory. + + This field is an array. This will allow proper categorization of some events + that fall in multiple categories.' + example: authentication + - name: code + level: extended + type: keyword + ignore_above: 1024 + description: 'Identification code for this event, if one exists. + + Some event sources use event codes to identify messages unambiguously, regardless + of message language or wording adjustments over time. An example of this is + the Windows Event ID.' + example: 4648 + - name: created + level: core + type: date + description: '`event.created` contains the date/time when the event was first + read by an agent, or by your pipeline. + + This field is distinct from `@timestamp` in that `@timestamp` typically contain + the time extracted from the original event. + + In most situations, these two timestamps will be slightly different. The difference + can be used to calculate the delay between your source generating an event, + and the time when your agent first processed it. This can be used to monitor + your agent''s or pipeline''s ability to keep up with your event source. + + In case the two timestamps are identical, `@timestamp` should be used.' + example: '2016-05-23T08:05:34.857Z' + - name: dataset + level: core + type: keyword + ignore_above: 1024 + description: 'Name of the dataset. + + If an event source publishes more than one type of log or events (e.g. access + log, error log), the dataset is used to specify which one the event comes + from. + + It''s recommended but not required to start the dataset name with the module + name, followed by a dot, then the dataset name.' + example: apache.access + - name: duration + level: core + type: long + format: duration + input_format: nanoseconds + output_format: asMilliseconds + output_precision: 1 + description: 'Duration of the event in nanoseconds. + + If `event.start` and `event.end` are known this value should be the difference + between the end and start time.' + - name: end + level: extended + type: date + description: '`event.end` contains the date when the event ended or when the + activity was last observed.' + - name: hash + level: extended + type: keyword + ignore_above: 1024 + description: Hash (perhaps logstash fingerprint) of raw field to be able to + demonstrate log integrity. + example: 123456789012345678901234567890ABCD + - name: id + level: core + type: keyword + ignore_above: 1024 + description: Unique ID to describe the event. + example: 8a4f500d + - name: ingested + level: core + type: date + description: 'Timestamp when an event arrived in the central data store. + + This is different from `@timestamp`, which is when the event originally occurred. It''s + also different from `event.created`, which is meant to capture the first time + an agent saw the event. + + In normal conditions, assuming no tampering, the timestamps should chronologically + look like this: `@timestamp` < `event.created` < `event.ingested`.' + example: '2016-05-23T08:05:35.101Z' + default_field: false + - name: kind + level: core + type: keyword + ignore_above: 1024 + description: 'This is one of four ECS Categorization Fields, and indicates the + highest level in the ECS category hierarchy. + + `event.kind` gives high-level information about what type of information the + event contains, without being specific to the contents of the event. For example, + values of this field distinguish alert events from metric events. + + The value of this field can be used to inform how these kinds of events should + be handled. They may warrant different retention, different access control, + it may also help understand whether the data is coming in at a regular interval + or not.' + example: alert + - name: module + level: core + type: keyword + ignore_above: 1024 + description: 'Name of the module this data is coming from. + + If your monitoring agent supports the concept of modules or plugins to process + events of a given source (e.g. Apache logs), `event.module` should contain + the name of this module.' + example: apache + - name: original + level: core + type: keyword + description: 'Raw text message of entire event. Used to demonstrate log integrity + or where the full log message (before splitting it up in multiple parts) may + be required, e.g. for reindex. + + This field is not indexed and doc_values are disabled. It cannot be searched, + but it can be retrieved from `_source`. If users wish to override this and + index this field, please see `Field data types` in the `Elasticsearch Reference`.' + example: Sep 19 08:26:10 host CEF:0|Security| threatmanager|1.0|100| + worm successfully stopped|10|src=10.0.0.1 dst=2.1.2.2spt=1232 + index: false + doc_values: false + - name: outcome + level: core + type: keyword + ignore_above: 1024 + description: 'This is one of four ECS Categorization Fields, and indicates the + lowest level in the ECS category hierarchy. + + `event.outcome` simply denotes whether the event represents a success or a + failure from the perspective of the entity that produced the event. + + Note that when a single transaction is described in multiple events, each + event may populate different values of `event.outcome`, according to their + perspective. + + Also note that in the case of a compound event (a single event that contains + multiple logical events), this field should be populated with the value that + best captures the overall success or failure from the perspective of the event + producer. + + Further note that not all events will have an associated outcome. For example, + this field is generally not populated for metric events, events with `event.type:info`, + or any events for which an outcome does not make logical sense.' + example: success + - name: provider + level: extended + type: keyword + ignore_above: 1024 + description: 'Source of the event. + + Event transports such as Syslog or the Windows Event Log typically mention + the source of an event. It can be the name of the software that generated + the event (e.g. Sysmon, httpd), or of a subsystem of the operating system + (kernel, Microsoft-Windows-Security-Auditing).' + example: kernel + - name: reason + level: extended + type: keyword + ignore_above: 1024 + description: 'Reason why this event happened, according to the source. + + This describes the why of a particular action or outcome captured in the event. + Where `event.action` captures the action from the event, `event.reason` describes + why that action was taken. For example, a web proxy with an `event.action` + which denied the request may also populate `event.reason` with the reason + why (e.g. `blocked site`).' + example: Terminated an unexpected process + default_field: false + - name: reference + level: extended + type: keyword + ignore_above: 1024 + description: 'Reference URL linking to additional information about this event. + + This URL links to a static definition of this event. Alert events, indicated + by `event.kind:alert`, are a common use case for this field.' + example: https://system.example.com/event/#0001234 + default_field: false + - name: risk_score + level: core + type: float + description: Risk score or priority of the event (e.g. security solutions). + Use your system's original value here. + - name: risk_score_norm + level: extended + type: float + description: 'Normalized risk score or priority of the event, on a scale of + 0 to 100. + + This is mainly useful if you use more than one system that assigns risk scores, + and you want to see a normalized value across all systems.' + - name: sequence + level: extended + type: long + format: string + description: 'Sequence number of the event. + + The sequence number is a value published by some event sources, to make the + exact ordering of events unambiguous, regardless of the timestamp precision.' + - name: severity + level: core + type: long + format: string + description: 'The numeric severity of the event according to your event source. + + What the different severity values mean can be different between sources and + use cases. It''s up to the implementer to make sure severities are consistent + across events from the same source. + + The Syslog severity belongs in `log.syslog.severity.code`. `event.severity` + is meant to represent the severity according to the event source (e.g. firewall, + IDS). If the event source does not publish its own severity, you may optionally + copy the `log.syslog.severity.code` to `event.severity`.' + example: 7 + - name: start + level: extended + type: date + description: '`event.start` contains the date when the event started or when + the activity was first observed.' + - name: timezone + level: extended + type: keyword + ignore_above: 1024 + description: 'This field should be populated when the event''s timestamp does + not include timezone information already (e.g. default Syslog timestamps). + It''s optional otherwise. + + Acceptable timezone formats are: a canonical ID (e.g. "Europe/Amsterdam"), + abbreviated (e.g. "EST") or an HH:mm differential (e.g. "-05:00").' + - name: type + level: core + type: keyword + ignore_above: 1024 + description: 'This is one of four ECS Categorization Fields, and indicates the + third level in the ECS category hierarchy. + + `event.type` represents a categorization "sub-bucket" that, when used along + with the `event.category` field values, enables filtering events down to a + level appropriate for single visualization. + + This field is an array. This will allow proper categorization of some events + that fall in multiple event types.' + - name: url + level: extended + type: keyword + ignore_above: 1024 + description: 'URL linking to an external system to continue investigation of + this event. + + This URL links to another system where in-depth investigation of the specific + occurrence of this event can take place. Alert events, indicated by `event.kind:alert`, + are a common use case for this field.' + example: https://mysystem.example.com/alert/5271dedb-f5b0-4218-87f0-4ac4870a38fe + default_field: false + - name: faas + title: FaaS + group: 2 + description: The user fields describe information about the function as a service + (FaaS) that is relevant to the event. + type: group + default_field: true + fields: + - name: coldstart + level: extended + type: boolean + description: Boolean value indicating a cold start of a function. + default_field: false + - name: execution + level: extended + type: keyword + ignore_above: 1024 + description: The execution ID of the current function execution. + example: af9d5aa4-a685-4c5f-a22b-444f80b3cc28 + default_field: false + - name: id + level: extended + type: keyword + ignore_above: 1024 + description: 'The unique identifier of a serverless function. + + For AWS Lambda it''s the function ARN (Amazon Resource Name) without a version + or alias suffix.' + example: arn:aws:lambda:us-west-2:123456789012:function:my-function + default_field: false + - name: name + level: extended + type: keyword + ignore_above: 1024 + description: The name of a serverless function. + example: my-function + default_field: false + - name: trigger.request_id + level: extended + type: keyword + ignore_above: 1024 + description: The ID of the trigger request , message, event, etc. + example: 123456789 + default_field: false + - name: trigger.type + level: extended + type: keyword + ignore_above: 1024 + description: The trigger for the function execution. + example: http + default_field: false + - name: version + level: extended + type: keyword + ignore_above: 1024 + description: The version of a serverless function. + example: '123' + default_field: false + - name: file + title: File + group: 2 + description: 'A file is defined as a set of information that has been created + on, or has existed on a filesystem. + + File objects can be associated with host events, network events, and/or file + events (e.g., those produced by File Integrity Monitoring [FIM] products or + services). File fields provide details about the affected file associated with + the event or metric.' + type: group + default_field: true + fields: + - name: accessed + level: extended + type: date + description: 'Last time the file was accessed. + + Note that not all filesystems keep track of access time.' + - name: attributes + level: extended + type: keyword + ignore_above: 1024 + description: 'Array of file attributes. + + Attributes names will vary by platform. Here''s a non-exhaustive list of values + that are expected in this field: archive, compressed, directory, encrypted, + execute, hidden, read, readonly, system, write.' + example: '["readonly", "system"]' + default_field: false + - name: code_signature.digest_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: 'The hashing algorithm used to sign the process. + + This value can distinguish signatures when a file is signed multiple times + by the same signer but with a different digest algorithm.' + example: sha256 + default_field: false + - name: code_signature.exists + level: core + type: boolean + description: Boolean to capture if a signature is present. + example: 'true' + default_field: false + - name: code_signature.signing_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The identifier used to sign the process. + + This is used to identify the application manufactured by a software vendor. + The field is relevant to Apple *OS only.' + example: com.apple.xpc.proxy + default_field: false + - name: code_signature.status + level: extended + type: keyword + ignore_above: 1024 + description: 'Additional information about the certificate status. + + This is useful for logging cryptographic errors with the certificate validity + or trust status. Leave unpopulated if the validity or trust of the certificate + was unchecked.' + example: ERROR_UNTRUSTED_ROOT + default_field: false + - name: code_signature.subject_name + level: core + type: keyword + ignore_above: 1024 + description: Subject name of the code signer + example: Microsoft Corporation + default_field: false + - name: code_signature.team_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The team identifier used to sign the process. + + This is used to identify the team or vendor of a software product. The field + is relevant to Apple *OS only.' + example: EQHXZ8M8AV + default_field: false + - name: code_signature.timestamp + level: extended + type: date + description: Date and time when the code signature was generated and signed. + example: '2021-01-01T12:10:30Z' + default_field: false + - name: code_signature.trusted + level: extended + type: boolean + description: 'Stores the trust status of the certificate chain. + + Validating the trust of the certificate chain may be complicated, and this + field should only be populated by tools that actively check the status.' + example: 'true' + default_field: false + - name: code_signature.valid + level: extended + type: boolean + description: 'Boolean to capture if the digital signature is verified against + the binary content. + + Leave unpopulated if a certificate was unchecked.' + example: 'true' + default_field: false + - name: created + level: extended + type: date + description: 'File creation time. + + Note that not all filesystems store the creation time.' + - name: ctime + level: extended + type: date + description: 'Last time the file attributes or metadata changed. + + Note that changes to the file content will update `mtime`. This implies `ctime` + will be adjusted at the same time, since `mtime` is an attribute of the file.' + - name: device + level: extended + type: keyword + ignore_above: 1024 + description: Device that is the source of the file. + example: sda + - name: directory + level: extended + type: keyword + ignore_above: 1024 + description: Directory where the file is located. It should include the drive + letter, when appropriate. + example: /home/alice + - name: drive_letter + level: extended + type: keyword + ignore_above: 1 + description: 'Drive letter where the file is located. This field is only relevant + on Windows. + + The value should be uppercase, and not include the colon.' + example: C + default_field: false + - name: elf.architecture + level: extended + type: keyword + ignore_above: 1024 + description: Machine architecture of the ELF file. + example: x86-64 + default_field: false + - name: elf.byte_order + level: extended + type: keyword + ignore_above: 1024 + description: Byte sequence of ELF file. + example: Little Endian + default_field: false + - name: elf.cpu_type + level: extended + type: keyword + ignore_above: 1024 + description: CPU type of the ELF file. + example: Intel + default_field: false + - name: elf.creation_date + level: extended + type: date + description: Extracted when possible from the file's metadata. Indicates when + it was built or compiled. It can also be faked by malware creators. + default_field: false + - name: elf.exports + level: extended + type: flattened + description: List of exported element names and types. + default_field: false + - name: elf.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in an ELF file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: elf.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: elf.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: elf.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: elf.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: elf.header.abi_version + level: extended + type: keyword + ignore_above: 1024 + description: Version of the ELF Application Binary Interface (ABI). + default_field: false + - name: elf.header.class + level: extended + type: keyword + ignore_above: 1024 + description: Header class of the ELF file. + default_field: false + - name: elf.header.data + level: extended + type: keyword + ignore_above: 1024 + description: Data table of the ELF header. + default_field: false + - name: elf.header.entrypoint + level: extended + type: long + format: string + description: Header entrypoint of the ELF file. + default_field: false + - name: elf.header.object_version + level: extended + type: keyword + ignore_above: 1024 + description: '"0x1" for original ELF files.' + default_field: false + - name: elf.header.os_abi + level: extended + type: keyword + ignore_above: 1024 + description: Application Binary Interface (ABI) of the Linux OS. + default_field: false + - name: elf.header.type + level: extended + type: keyword + ignore_above: 1024 + description: Header type of the ELF file. + default_field: false + - name: elf.header.version + level: extended + type: keyword + ignore_above: 1024 + description: Version of the ELF header. + default_field: false + - name: elf.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in an ELF file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is an ELF implementation of the Windows PE imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: elf.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: elf.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: elf.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: elf.sections + level: extended + type: nested + description: 'An array containing an object for each section of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.sections.*`.' + default_field: false + - name: elf.sections.chi2 + level: extended + type: long + format: number + description: Chi-square probability distribution of the section. + default_field: false + - name: elf.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: elf.sections.flags + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List flags. + default_field: false + - name: elf.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List name. + default_field: false + - name: elf.sections.physical_offset + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List offset. + default_field: false + - name: elf.sections.physical_size + level: extended + type: long + format: bytes + description: ELF Section List physical size. + default_field: false + - name: elf.sections.type + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List type. + default_field: false + - name: elf.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: elf.sections.virtual_address + level: extended + type: long + format: string + description: ELF Section List virtual address. + default_field: false + - name: elf.sections.virtual_size + level: extended + type: long + format: string + description: ELF Section List virtual size. + default_field: false + - name: elf.segments + level: extended + type: nested + description: 'An array containing an object for each segment of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.segments.*`.' + default_field: false + - name: elf.segments.sections + level: extended + type: keyword + ignore_above: 1024 + description: ELF object segment sections. + default_field: false + - name: elf.segments.type + level: extended + type: keyword + ignore_above: 1024 + description: ELF object segment type. + default_field: false + - name: elf.shared_libraries + level: extended + type: keyword + ignore_above: 1024 + description: List of shared libraries used by this ELF object. + default_field: false + - name: elf.telfhash + level: extended + type: keyword + ignore_above: 1024 + description: telfhash symbol hash for ELF file. + default_field: false + - name: extension + level: extended + type: keyword + ignore_above: 1024 + description: 'File extension, excluding the leading dot. + + Note that when the file name has multiple extensions (example.tar.gz), only + the last one should be captured ("gz", not "tar.gz").' + example: png + - name: fork_name + level: extended + type: keyword + ignore_above: 1024 + description: 'A fork is additional data associated with a filesystem object. + + On Linux, a resource fork is used to store additional data with a filesystem + object. A file always has at least one fork for the data portion, and additional + forks may exist. + + On NTFS, this is analogous to an Alternate Data Stream (ADS), and the default + data stream for a file is just called $DATA. Zone.Identifier is commonly used + by Windows to track contents downloaded from the Internet. An ADS is typically + of the form: `C:\path\to\filename.extension:some_fork_name`, and `some_fork_name` + is the value that should populate `fork_name`. `filename.extension` should + populate `file.name`, and `extension` should populate `file.extension`. The + full path, `file.path`, will include the fork name.' + example: Zone.Identifer + default_field: false + - name: gid + level: extended + type: keyword + ignore_above: 1024 + description: Primary group ID (GID) of the file. + example: '1001' + - name: group + level: extended + type: keyword + ignore_above: 1024 + description: Primary group name of the file. + example: alice + - name: hash.md5 + level: extended + type: keyword + ignore_above: 1024 + description: MD5 hash. + - name: hash.sha1 + level: extended + type: keyword + ignore_above: 1024 + description: SHA1 hash. + - name: hash.sha256 + level: extended + type: keyword + ignore_above: 1024 + description: SHA256 hash. + - name: hash.sha384 + level: extended + type: keyword + ignore_above: 1024 + description: SHA384 hash. + default_field: false + - name: hash.sha512 + level: extended + type: keyword + ignore_above: 1024 + description: SHA512 hash. + - name: hash.ssdeep + level: extended + type: keyword + ignore_above: 1024 + description: SSDEEP hash. + default_field: false + - name: hash.tlsh + level: extended + type: keyword + ignore_above: 1024 + description: TLSH hash. + default_field: false + - name: inode + level: extended + type: keyword + ignore_above: 1024 + description: Inode representing the file in the filesystem. + example: '256383' + - name: macho.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in a Mach-O file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: macho.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: macho.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: macho.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: macho.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: macho.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a Mach-O file. An import hash can be + used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + This is a synonym for symhash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: macho.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: macho.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: macho.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: macho.sections + level: extended + type: nested + description: 'An array containing an object for each section of the Mach-O file. + + The keys that should be present in these objects are defined by sub-fields + underneath `macho.sections.*`.' + default_field: false + - name: macho.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: macho.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: Mach-O Section List name. + default_field: false + - name: macho.sections.physical_size + level: extended + type: long + format: bytes + description: Mach-O Section List physical size. + default_field: false + - name: macho.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: macho.sections.virtual_size + level: extended + type: long + format: string + description: Mach-O Section List virtual size. This is always the same as `physical_size`. + default_field: false + - name: macho.symhash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a Mach-O file. An import hash can be + used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + This is a Mach-O implementation of the Windows PE imphash' + example: d3ccf195b62a9279c3c19af1080497ec + default_field: false + - name: mime_type + level: extended + type: keyword + ignore_above: 1024 + description: MIME type should identify the format of the file or stream of bytes + using https://www.iana.org/assignments/media-types/media-types.xhtml[IANA + official types], where possible. When more than one type is applicable, the + most specific type should be used. + default_field: false + - name: mode + level: extended + type: keyword + ignore_above: 1024 + description: Mode of the file in octal representation. + example: '0640' + - name: mtime + level: extended + type: date + description: Last time the file content was modified. + - name: name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the file including the extension, without the directory. + example: example.png + - name: owner + level: extended + type: keyword + ignore_above: 1024 + description: File owner's username. + example: alice + - name: path + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Full path to the file, including the file name. It should include + the drive letter, when appropriate. + example: /home/alice/example.png + - name: pe.architecture + level: extended + type: keyword + ignore_above: 1024 + description: CPU architecture target for the file. + example: x64 + default_field: false + - name: pe.company + level: extended + type: keyword + ignore_above: 1024 + description: Internal company name of the file, provided at compile-time. + example: Microsoft Corporation + default_field: false + - name: pe.description + level: extended + type: keyword + ignore_above: 1024 + description: Internal description of the file, provided at compile-time. + example: Paint + default_field: false + - name: pe.file_version + level: extended + type: keyword + ignore_above: 1024 + description: Internal version of the file, provided at compile-time. + example: 6.3.9600.17415 + default_field: false + - name: pe.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in a PE file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: pe.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: pe.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: pe.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: pe.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: pe.imphash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An imphash -- or import hash + -- can be used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' + example: 0c6803c4e922103c4dca5963aad36ddf + default_field: false + - name: pe.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is a synonym for imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: pe.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: pe.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: pe.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: pe.original_file_name + level: extended + type: keyword + ignore_above: 1024 + description: Internal name of the file, provided at compile-time. + example: MSPAINT.EXE + default_field: false + - name: pe.pehash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the PE header and data from one or more PE sections. + An pehash can be used to cluster files by transforming structural information + about a file into a hash value. + + Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' + example: 73ff189b63cd6be375a7ff25179a38d347651975 + default_field: false + - name: pe.product + level: extended + type: keyword + ignore_above: 1024 + description: Internal product name of the file, provided at compile-time. + example: "Microsoft\xAE Windows\xAE Operating System" + default_field: false + - name: pe.sections + level: extended + type: nested + description: 'An array containing an object for each section of the PE file. + + The keys that should be present in these objects are defined by sub-fields + underneath `pe.sections.*`.' + default_field: false + - name: pe.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: pe.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: PE Section List name. + default_field: false + - name: pe.sections.physical_size + level: extended + type: long + format: bytes + description: PE Section List physical size. + default_field: false + - name: pe.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: pe.sections.virtual_size + level: extended + type: long + format: string + description: PE Section List virtual size. This is always the same as `physical_size`. + default_field: false + - name: size + level: extended + type: long + description: 'File size in bytes. + + Only relevant when `file.type` is "file".' + example: 16384 + - name: target_path + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Target path for symlinks. + - name: type + level: extended + type: keyword + ignore_above: 1024 + description: File type (file, dir, or symlink). + example: file + - name: uid + level: extended + type: keyword + ignore_above: 1024 + description: The user ID (UID) or security identifier (SID) of the file owner. + example: '1001' + - name: x509.alternative_names + level: extended + type: keyword + ignore_above: 1024 + description: List of subject alternative names (SAN). Name types vary by certificate + authority and certificate type but commonly contain IP addresses, DNS names + (and wildcards), and email addresses. + example: '*.elastic.co' + default_field: false + - name: x509.issuer.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common name (CN) of issuing certificate authority. + example: Example SHA2 High Assurance Server CA + default_field: false + - name: x509.issuer.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) codes + example: US + default_field: false + - name: x509.issuer.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of issuing certificate authority. + example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance + Server CA + default_field: false + - name: x509.issuer.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: Mountain View + default_field: false + - name: x509.issuer.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of issuing certificate authority. + example: Example Inc + default_field: false + - name: x509.issuer.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of issuing certificate authority. + example: www.example.com + default_field: false + - name: x509.issuer.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: x509.not_after + level: extended + type: date + description: Time at which the certificate is no longer considered valid. + example: '2020-07-16T03:15:39Z' + default_field: false + - name: x509.not_before + level: extended + type: date + description: Time at which the certificate is first considered valid. + example: '2019-08-16T01:40:25Z' + default_field: false + - name: x509.public_key_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Algorithm used to generate the public key. + example: RSA + default_field: false + - name: x509.public_key_curve + level: extended + type: keyword + ignore_above: 1024 + description: The curve used by the elliptic curve public key algorithm. This + is algorithm specific. + example: nistp521 + default_field: false + - name: x509.public_key_exponent + level: extended + type: long + description: Exponent used to derive the public key. This is algorithm specific. + example: 65537 + index: false + doc_values: false + default_field: false + - name: x509.public_key_size + level: extended + type: long + description: The size of the public key space in bits. + example: 2048 + default_field: false + - name: x509.serial_number + level: extended + type: keyword + ignore_above: 1024 + description: Unique serial number issued by the certificate authority. For consistency, + if this value is alphanumeric, it should be formatted without colons and uppercase + characters. + example: 55FBB9C7DEBF09809D12CCAA + default_field: false + - name: x509.signature_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Identifier for certificate signature algorithm. We recommend using + names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. + example: SHA256-RSA + default_field: false + - name: x509.subject.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common names (CN) of subject. + example: shared.global.example.net + default_field: false + - name: x509.subject.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) code + example: US + default_field: false + - name: x509.subject.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of the certificate subject entity. + example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net + default_field: false + - name: x509.subject.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: San Francisco + default_field: false + - name: x509.subject.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of subject. + example: Example, Inc. + default_field: false + - name: x509.subject.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of subject. + default_field: false + - name: x509.subject.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: x509.version_number + level: extended + type: keyword + ignore_above: 1024 + description: Version of x509 format. + example: 3 + default_field: false + - name: group + title: Group + group: 2 + description: The group fields are meant to represent groups that are relevant + to the event. + type: group + default_field: true + fields: + - name: domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the group is a member of. + + For example, an LDAP or Active Directory domain name.' + - name: id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + - name: name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + - name: host + title: Host + group: 2 + description: 'A host is defined as a general computing instance. + + ECS host.* fields should be populated with details about the host on which the + event happened, or from which the measurement was taken. Host types include + hardware, virtual machines, Docker containers, and Kubernetes nodes.' + type: group + default_field: true + fields: + - name: architecture + level: core + type: keyword + ignore_above: 1024 + description: Operating system architecture. + example: x86_64 + - name: boot.id + level: extended + type: keyword + ignore_above: 1024 + description: Linux boot uuid taken from /proc/sys/kernel/random/boot_id. Note + the boot_id value from /proc may or may not be the same in containers as on + the host. Some container runtimes will bind mount a new boot_id value onto + the proc file in each container. + example: 88a1f0ed-5ae5-41ee-af6b-41921c311872 + default_field: false + - name: cpu.usage + level: extended + type: scaled_float + description: 'Percent CPU used which is normalized by the number of CPU cores + and it ranges from 0 to 1. + + Scaling factor: 1000. + + For example: For a two core host, this value should be the average of the + two cores, between 0 and 1.' + scaling_factor: 1000 + default_field: false + - name: disk.read.bytes + level: extended + type: long + description: The total number of bytes (gauge) read successfully (aggregated + from all disks) since the last metric collection. + default_field: false + - name: disk.write.bytes + level: extended + type: long + description: The total number of bytes (gauge) written successfully (aggregated + from all disks) since the last metric collection. + default_field: false + - name: domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the domain of which the host is a member. + + For example, on Windows this could be the host''s Active Directory domain + or NetBIOS domain name. For Linux this could be the domain of the host''s + LDAP provider.' + example: CONTOSO + default_field: false + - name: geo.city_name + level: core + type: keyword + ignore_above: 1024 + description: City name. + example: Montreal + - name: geo.continent_code + level: core + type: keyword + ignore_above: 1024 + description: Two-letter code representing continent's name. + example: NA + default_field: false + - name: geo.continent_name + level: core + type: keyword + ignore_above: 1024 + description: Name of the continent. + example: North America + - name: geo.country_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Country ISO code. + example: CA + - name: geo.country_name + level: core + type: keyword + ignore_above: 1024 + description: Country name. + example: Canada + - name: geo.location + level: core + type: geo_point + description: Longitude and latitude. + example: '{ "lon": -73.614830, "lat": 45.505918 }' + - name: geo.name + level: extended + type: keyword + ignore_above: 1024 + description: 'User-defined description of a location, at the level of granularity + they care about. + + Could be the name of their data centers, the floor number, if this describes + a local physical entity, city names. + + Not typically used in automated geolocation.' + example: boston-dc + - name: geo.postal_code + level: core + type: keyword + ignore_above: 1024 + description: 'Postal code associated with the location. + + Values appropriate for this field may also be known as a postcode or ZIP code + and will vary widely from country to country.' + example: 94040 + default_field: false + - name: geo.region_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Region ISO code. + example: CA-QC + - name: geo.region_name + level: core + type: keyword + ignore_above: 1024 + description: Region name. + example: Quebec + - name: geo.timezone + level: core + type: keyword + ignore_above: 1024 + description: The time zone of the location, such as IANA time zone name. + example: America/Argentina/Buenos_Aires + default_field: false + - name: hostname + level: core + type: keyword + ignore_above: 1024 + description: 'Hostname of the host. + + It normally contains what the `hostname` command returns on the host machine.' + - name: id + level: core + type: keyword + ignore_above: 1024 + description: 'Unique host id. + + As hostname is not always unique, use values that are meaningful in your environment. + + Example: The current usage of `beat.name`.' + - name: ip + level: core + type: ip + description: Host ip addresses. + - name: mac + level: core + type: keyword + ignore_above: 1024 + description: 'Host MAC addresses. + + The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit + byte) is represented by two [uppercase] hexadecimal digits giving the value + of the octet as an unsigned integer. Successive octets are separated by a + hyphen.' + example: '["00-00-5E-00-53-23", "00-00-5E-00-53-24"]' + pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ + - name: name + level: core + type: keyword + ignore_above: 1024 + description: 'Name of the host. + + It can contain what hostname returns on Unix systems, the fully qualified + domain name (FQDN), or a name specified by the user. The recommended value + is the lowercase FQDN of the host.' + - name: network.egress.bytes + level: extended + type: long + description: The number of bytes (gauge) sent out on all network interfaces + by the host since the last metric collection. + default_field: false + - name: network.egress.packets + level: extended + type: long + description: The number of packets (gauge) sent out on all network interfaces + by the host since the last metric collection. + default_field: false + - name: network.ingress.bytes + level: extended + type: long + description: The number of bytes received (gauge) on all network interfaces + by the host since the last metric collection. + default_field: false + - name: network.ingress.packets + level: extended + type: long + description: The number of packets (gauge) received on all network interfaces + by the host since the last metric collection. + default_field: false + - name: os.family + level: extended + type: keyword + ignore_above: 1024 + description: OS family (such as redhat, debian, freebsd, windows). + example: debian + - name: os.full + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Operating system name, including the version or code name. + example: Mac OS Mojave + - name: os.kernel + level: extended + type: keyword + ignore_above: 1024 + description: Operating system kernel version as a raw string. + example: 4.4.0-112-generic + - name: os.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Operating system name, without the version. + example: Mac OS X + - name: os.platform + level: extended + type: keyword + ignore_above: 1024 + description: Operating system platform (such centos, ubuntu, windows). + example: darwin + - name: os.type + level: extended + type: keyword + ignore_above: 1024 + description: 'Use the `os.type` field to categorize the operating system into + one of the broad commercial families. + + If the OS you''re dealing with is not listed as an expected value, the field + should not be populated. Please let us know by opening an issue with ECS, + to propose its addition.' + example: macos + default_field: false + - name: os.version + level: extended + type: keyword + ignore_above: 1024 + description: Operating system version as a raw string. + example: 10.14.1 + - name: pid_ns_ino + level: extended + type: keyword + ignore_above: 1024 + description: This is the inode number of the namespace in the namespace file + system (nsfs). Unsigned int inum in include/linux/ns_common.h. + example: 256383 + default_field: false + - name: risk.calculated_level + level: extended + type: keyword + ignore_above: 1024 + description: A risk classification level calculated by an internal system as + part of entity analytics and entity risk scoring. + example: High + default_field: false + - name: risk.calculated_score + level: extended + type: float + description: A risk classification score calculated by an internal system as + part of entity analytics and entity risk scoring. + example: 880.73 + default_field: false + - name: risk.calculated_score_norm + level: extended + type: float + description: A risk classification score calculated by an internal system as + part of entity analytics and entity risk scoring, and normalized to a range + of 0 to 100. + example: 88.73 + default_field: false + - name: risk.static_level + level: extended + type: keyword + ignore_above: 1024 + description: A risk classification level obtained from outside the system, such + as from some external Threat Intelligence Platform. + example: High + default_field: false + - name: risk.static_score + level: extended + type: float + description: A risk classification score obtained from outside the system, such + as from some external Threat Intelligence Platform. + example: 830.0 + default_field: false + - name: risk.static_score_norm + level: extended + type: float + description: A risk classification score obtained from outside the system, such + as from some external Threat Intelligence Platform, and normalized to a range + of 0 to 100. + example: 83.0 + default_field: false + - name: type + level: core + type: keyword + ignore_above: 1024 + description: 'Type of host. + + For Cloud providers this can be the machine type like `t2.medium`. If vm, + this could be the container, for example, or other information meaningful + in your environment.' + - name: uptime + level: extended + type: long + description: Seconds the host has been up. + example: 1325 + - name: http + title: HTTP + group: 2 + description: Fields related to HTTP activity. Use the `url` field set to store + the url of the request. + type: group + default_field: true + fields: + - name: request.body.bytes + level: extended + type: long + format: bytes + description: Size in bytes of the request body. + example: 887 + - name: request.body.content + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + default_field: false + description: The full HTTP request body. + example: Hello world + - name: request.bytes + level: extended + type: long + format: bytes + description: Total size in bytes of the request (body and headers). + example: 1437 + - name: request.id + level: extended + type: keyword + ignore_above: 1024 + description: 'A unique identifier for each HTTP request to correlate logs between + clients and servers in transactions. + + The id may be contained in a non-standard HTTP header, such as `X-Request-ID` + or `X-Correlation-ID`.' + example: 123e4567-e89b-12d3-a456-426614174000 + default_field: false + - name: request.method + level: extended + type: keyword + ignore_above: 1024 + description: 'HTTP request method. + + The value should retain its casing from the original event. For example, `GET`, + `get`, and `GeT` are all considered valid values for this field.' + example: POST + - name: request.mime_type + level: extended + type: keyword + ignore_above: 1024 + description: 'Mime type of the body of the request. + + This value must only be populated based on the content of the request body, + not on the `Content-Type` header. Comparing the mime type of a request with + the request''s Content-Type header can be helpful in detecting threats or + misconfigured clients.' + example: image/gif + default_field: false + - name: request.referrer + level: extended + type: keyword + ignore_above: 1024 + description: Referrer for this HTTP request. + example: https://blog.example.com/ + - name: response.body.bytes + level: extended + type: long + format: bytes + description: Size in bytes of the response body. + example: 887 + - name: response.body.content + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + default_field: false + description: The full HTTP response body. + example: Hello world + - name: response.bytes + level: extended + type: long + format: bytes + description: Total size in bytes of the response (body and headers). + example: 1437 + - name: response.mime_type + level: extended + type: keyword + ignore_above: 1024 + description: 'Mime type of the body of the response. + + This value must only be populated based on the content of the response body, + not on the `Content-Type` header. Comparing the mime type of a response with + the response''s Content-Type header can be helpful in detecting misconfigured + servers.' + example: image/gif + default_field: false + - name: response.status_code + level: extended + type: long + format: string + description: HTTP response status code. + example: 404 + - name: version + level: extended + type: keyword + ignore_above: 1024 + description: HTTP version. + example: 1.1 + - name: log + title: Log + group: 2 + description: 'Details about the event''s logging mechanism or logging transport. + + The log.* fields are typically populated with details about the logging mechanism + used to create and/or transport the event. For example, syslog details belong + under `log.syslog.*`. + + The details specific to your event source are typically not logged under `log.*`, + but rather in `event.*` or in other ECS fields.' + type: group + default_field: true + fields: + - name: file.path + level: extended + type: keyword + ignore_above: 1024 + description: 'Full path to the log file this event came from, including the + file name. It should include the drive letter, when appropriate. + + If the event wasn''t read from a log file, do not populate this field.' + example: /var/log/fun-times.log + default_field: false + - name: level + level: core + type: keyword + ignore_above: 1024 + description: 'Original log level of the log event. + + If the source of the event provides a log level or textual severity, this + is the one that goes in `log.level`. If your source doesn''t specify one, + you may put your event transport''s severity here (e.g. Syslog severity). + + Some examples are `warn`, `err`, `i`, `informational`.' + example: error + - name: logger + level: core + type: keyword + ignore_above: 1024 + description: The name of the logger inside an application. This is usually the + name of the class which initialized the logger, or can be a custom name. + example: org.elasticsearch.bootstrap.Bootstrap + - name: origin.file.line + level: extended + type: long + description: The line number of the file containing the source code which originated + the log event. + example: 42 + - name: origin.file.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The name of the file containing the source code which originated + the log event. + + Note that this field is not meant to capture the log file. The correct field + to capture the log file is `log.file.path`.' + example: Bootstrap.java + - name: origin.function + level: extended + type: keyword + ignore_above: 1024 + description: The name of the function or method which originated the log event. + example: init + - name: syslog + level: extended + type: object + description: The Syslog metadata of the event, if the event was transmitted + via Syslog. Please see RFCs 5424 or 3164. + - name: syslog.appname + level: extended + type: keyword + ignore_above: 1024 + description: The device or application that originated the Syslog message, if + available. + example: sshd + default_field: false + - name: syslog.facility.code + level: extended + type: long + format: string + description: 'The Syslog numeric facility of the log event, if available. + + According to RFCs 5424 and 3164, this value should be an integer between 0 + and 23.' + example: 23 + - name: syslog.facility.name + level: extended + type: keyword + ignore_above: 1024 + description: The Syslog text-based facility of the log event, if available. + example: local7 + - name: syslog.hostname + level: extended + type: keyword + ignore_above: 1024 + description: The hostname, FQDN, or IP of the machine that originally sent the + Syslog message. This is sourced from the hostname field of the syslog header. + Depending on the environment, this value may be different from the host that + handled the event, especially if the host handling the events is acting as + a collector. + example: example-host + default_field: false + - name: syslog.msgid + level: extended + type: keyword + ignore_above: 1024 + description: An identifier for the type of Syslog message, if available. Only + applicable for RFC 5424 messages. + example: ID47 + default_field: false + - name: syslog.priority + level: extended + type: long + format: string + description: 'Syslog numeric priority of the event, if available. + + According to RFCs 5424 and 3164, the priority is 8 * facility + severity. + This number is therefore expected to contain a value between 0 and 191.' + example: 135 + - name: syslog.procid + level: extended + type: keyword + ignore_above: 1024 + description: The process name or ID that originated the Syslog message, if available. + example: 12345 + default_field: false + - name: syslog.severity.code + level: extended + type: long + description: 'The Syslog numeric severity of the log event, if available. + + If the event source publishing via Syslog provides a different numeric severity + value (e.g. firewall, IDS), your source''s numeric severity should go to `event.severity`. + If the event source does not specify a distinct severity, you can optionally + copy the Syslog severity to `event.severity`.' + example: 3 + - name: syslog.severity.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The Syslog numeric severity of the log event, if available. + + If the event source publishing via Syslog provides a different severity value + (e.g. firewall, IDS), your source''s text severity should go to `log.level`. + If the event source does not specify a distinct severity, you can optionally + copy the Syslog severity to `log.level`.' + example: Error + - name: syslog.structured_data + level: extended + type: flattened + description: Structured data expressed in RFC 5424 messages, if available. These + are key-value pairs formed from the structured data portion of the syslog + message, as defined in RFC 5424 Section 6.3. + default_field: false + - name: syslog.version + level: extended + type: keyword + ignore_above: 1024 + description: The version of the Syslog protocol specification. Only applicable + for RFC 5424 messages. + example: 1 + default_field: false + - name: network + title: Network + group: 2 + description: 'The network is defined as the communication path over which a host + or network event happens. + + The network.* fields should be populated with details about the network activity + associated with an event.' + type: group + default_field: true + fields: + - name: application + level: extended + type: keyword + ignore_above: 1024 + description: 'When a specific application or service is identified from network + connection details (source/dest IPs, ports, certificates, or wire format), + this field captures the application''s or service''s name. + + For example, the original event identifies the network connection being from + a specific web service in a `https` network connection, like `facebook` or + `twitter`. + + The field value must be normalized to lowercase for querying.' + example: aim + - name: bytes + level: core + type: long + format: bytes + description: 'Total bytes transferred in both directions. + + If `source.bytes` and `destination.bytes` are known, `network.bytes` is their + sum.' + example: 368 + - name: community_id + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of source and destination IPs and ports, as well as the + protocol used in a communication. This is a tool-agnostic standard to identify + flows. + + Learn more at https://github.com/corelight/community-id-spec.' + example: 1:hO+sN4H+MG5MY/8hIrXPqc4ZQz0= + - name: direction + level: core + type: keyword + ignore_above: 1024 + description: 'Direction of the network traffic. + + When mapping events from a host-based monitoring context, populate this field + from the host''s point of view, using the values "ingress" or "egress". + + When mapping events from a network or perimeter-based monitoring context, + populate this field from the point of view of the network perimeter, using + the values "inbound", "outbound", "internal" or "external". + + Note that "internal" is not crossing perimeter boundaries, and is meant to + describe communication between two hosts within the perimeter. Note also that + "external" is meant to describe traffic between two hosts that are external + to the perimeter. This could for example be useful for ISPs or VPN service + providers.' + example: inbound + - name: forwarded_ip + level: core + type: ip + description: Host IP address when the source IP address is the proxy. + example: 192.1.1.2 + - name: iana_number + level: extended + type: keyword + ignore_above: 1024 + description: IANA Protocol Number (https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml). + Standardized list of protocols. This aligns well with NetFlow and sFlow related + logs which use the IANA Protocol Number. + example: 6 + - name: inner + level: extended + type: object + description: Network.inner fields are added in addition to network.vlan fields + to describe the innermost VLAN when q-in-q VLAN tagging is present. Allowed + fields include vlan.id and vlan.name. Inner vlan fields are typically used + when sending traffic with multiple 802.1q encapsulations to a network sensor + (e.g. Zeek, Wireshark.) + default_field: false + - name: inner.vlan.id + level: extended + type: keyword + ignore_above: 1024 + description: VLAN ID as reported by the observer. + example: 10 + default_field: false + - name: inner.vlan.name + level: extended + type: keyword + ignore_above: 1024 + description: Optional VLAN name as reported by the observer. + example: outside + default_field: false + - name: name + level: extended + type: keyword + ignore_above: 1024 + description: Name given by operators to sections of their network. + example: Guest Wifi + - name: packets + level: core + type: long + description: 'Total packets transferred in both directions. + + If `source.packets` and `destination.packets` are known, `network.packets` + is their sum.' + example: 24 + - name: protocol + level: core + type: keyword + ignore_above: 1024 + description: 'In the OSI Model this would be the Application Layer protocol. + For example, `http`, `dns`, or `ssh`. + + The field value must be normalized to lowercase for querying.' + example: http + - name: transport + level: core + type: keyword + ignore_above: 1024 + description: 'Same as network.iana_number, but instead using the Keyword name + of the transport layer (udp, tcp, ipv6-icmp, etc.) + + The field value must be normalized to lowercase for querying.' + example: tcp + - name: type + level: core + type: keyword + ignore_above: 1024 + description: 'In the OSI Model this would be the Network Layer. ipv4, ipv6, + ipsec, pim, etc + + The field value must be normalized to lowercase for querying.' + example: ipv4 + - name: vlan.id + level: extended + type: keyword + ignore_above: 1024 + description: VLAN ID as reported by the observer. + example: 10 + default_field: false + - name: vlan.name + level: extended + type: keyword + ignore_above: 1024 + description: Optional VLAN name as reported by the observer. + example: outside + default_field: false + - name: observer + title: Observer + group: 2 + description: 'An observer is defined as a special network, security, or application + device used to detect, observe, or create network, security, or application-related + events and metrics. + + This could be a custom hardware appliance or a server that has been configured + to run special network, security, or application software. Examples include + firewalls, web proxies, intrusion detection/prevention systems, network monitoring + sensors, web application firewalls, data loss prevention systems, and APM servers. + The observer.* fields shall be populated with details of the system, if any, + that detects, observes and/or creates a network, security, or application event + or metric. Message queues and ETL components used in processing events or metrics + are not considered observers in ECS.' + type: group + default_field: true + fields: + - name: egress + level: extended + type: object + description: Observer.egress holds information like interface number and name, + vlan, and zone information to classify egress traffic. Single armed monitoring + such as a network sensor on a span port should only use observer.ingress to + categorize traffic. + default_field: false + - name: egress.interface.alias + level: extended + type: keyword + ignore_above: 1024 + description: Interface alias as reported by the system, typically used in firewall + implementations for e.g. inside, outside, or dmz logical interface naming. + example: outside + default_field: false + - name: egress.interface.id + level: extended + type: keyword + ignore_above: 1024 + description: Interface ID as reported by an observer (typically SNMP interface + ID). + example: 10 + default_field: false + - name: egress.interface.name + level: extended + type: keyword + ignore_above: 1024 + description: Interface name as reported by the system. + example: eth0 + default_field: false + - name: egress.vlan.id + level: extended + type: keyword + ignore_above: 1024 + description: VLAN ID as reported by the observer. + example: 10 + default_field: false + - name: egress.vlan.name + level: extended + type: keyword + ignore_above: 1024 + description: Optional VLAN name as reported by the observer. + example: outside + default_field: false + - name: egress.zone + level: extended + type: keyword + ignore_above: 1024 + description: Network zone of outbound traffic as reported by the observer to + categorize the destination area of egress traffic, e.g. Internal, External, + DMZ, HR, Legal, etc. + example: Public_Internet + default_field: false + - name: geo.city_name + level: core + type: keyword + ignore_above: 1024 + description: City name. + example: Montreal + - name: geo.continent_code + level: core + type: keyword + ignore_above: 1024 + description: Two-letter code representing continent's name. + example: NA + default_field: false + - name: geo.continent_name + level: core + type: keyword + ignore_above: 1024 + description: Name of the continent. + example: North America + - name: geo.country_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Country ISO code. + example: CA + - name: geo.country_name + level: core + type: keyword + ignore_above: 1024 + description: Country name. + example: Canada + - name: geo.location + level: core + type: geo_point + description: Longitude and latitude. + example: '{ "lon": -73.614830, "lat": 45.505918 }' + - name: geo.name + level: extended + type: keyword + ignore_above: 1024 + description: 'User-defined description of a location, at the level of granularity + they care about. + + Could be the name of their data centers, the floor number, if this describes + a local physical entity, city names. + + Not typically used in automated geolocation.' + example: boston-dc + - name: geo.postal_code + level: core + type: keyword + ignore_above: 1024 + description: 'Postal code associated with the location. + + Values appropriate for this field may also be known as a postcode or ZIP code + and will vary widely from country to country.' + example: 94040 + default_field: false + - name: geo.region_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Region ISO code. + example: CA-QC + - name: geo.region_name + level: core + type: keyword + ignore_above: 1024 + description: Region name. + example: Quebec + - name: geo.timezone + level: core + type: keyword + ignore_above: 1024 + description: The time zone of the location, such as IANA time zone name. + example: America/Argentina/Buenos_Aires + default_field: false + - name: hostname + level: core + type: keyword + ignore_above: 1024 + description: Hostname of the observer. + - name: ingress + level: extended + type: object + description: Observer.ingress holds information like interface number and name, + vlan, and zone information to classify ingress traffic. Single armed monitoring + such as a network sensor on a span port should only use observer.ingress to + categorize traffic. + default_field: false + - name: ingress.interface.alias + level: extended + type: keyword + ignore_above: 1024 + description: Interface alias as reported by the system, typically used in firewall + implementations for e.g. inside, outside, or dmz logical interface naming. + example: outside + default_field: false + - name: ingress.interface.id + level: extended + type: keyword + ignore_above: 1024 + description: Interface ID as reported by an observer (typically SNMP interface + ID). + example: 10 + default_field: false + - name: ingress.interface.name + level: extended + type: keyword + ignore_above: 1024 + description: Interface name as reported by the system. + example: eth0 + default_field: false + - name: ingress.vlan.id + level: extended + type: keyword + ignore_above: 1024 + description: VLAN ID as reported by the observer. + example: 10 + default_field: false + - name: ingress.vlan.name + level: extended + type: keyword + ignore_above: 1024 + description: Optional VLAN name as reported by the observer. + example: outside + default_field: false + - name: ingress.zone + level: extended + type: keyword + ignore_above: 1024 + description: Network zone of incoming traffic as reported by the observer to + categorize the source area of ingress traffic. e.g. internal, External, DMZ, + HR, Legal, etc. + example: DMZ + default_field: false + - name: ip + level: core + type: ip + description: IP addresses of the observer. + - name: mac + level: core + type: keyword + ignore_above: 1024 + description: 'MAC addresses of the observer. + + The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit + byte) is represented by two [uppercase] hexadecimal digits giving the value + of the octet as an unsigned integer. Successive octets are separated by a + hyphen.' + example: '["00-00-5E-00-53-23", "00-00-5E-00-53-24"]' + pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ + - name: name + level: extended + type: keyword + ignore_above: 1024 + description: 'Custom name of the observer. + + This is a name that can be given to an observer. This can be helpful for example + if multiple firewalls of the same model are used in an organization. + + If no custom name is needed, the field can be left empty.' + example: 1_proxySG + - name: os.family + level: extended + type: keyword + ignore_above: 1024 + description: OS family (such as redhat, debian, freebsd, windows). + example: debian + - name: os.full + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Operating system name, including the version or code name. + example: Mac OS Mojave + - name: os.kernel + level: extended + type: keyword + ignore_above: 1024 + description: Operating system kernel version as a raw string. + example: 4.4.0-112-generic + - name: os.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Operating system name, without the version. + example: Mac OS X + - name: os.platform + level: extended + type: keyword + ignore_above: 1024 + description: Operating system platform (such centos, ubuntu, windows). + example: darwin + - name: os.type + level: extended + type: keyword + ignore_above: 1024 + description: 'Use the `os.type` field to categorize the operating system into + one of the broad commercial families. + + If the OS you''re dealing with is not listed as an expected value, the field + should not be populated. Please let us know by opening an issue with ECS, + to propose its addition.' + example: macos + default_field: false + - name: os.version + level: extended + type: keyword + ignore_above: 1024 + description: Operating system version as a raw string. + example: 10.14.1 + - name: product + level: extended + type: keyword + ignore_above: 1024 + description: The product name of the observer. + example: s200 + - name: serial_number + level: extended + type: keyword + ignore_above: 1024 + description: Observer serial number. + - name: type + level: core + type: keyword + ignore_above: 1024 + description: 'The type of the observer the data is coming from. + + There is no predefined list of observer types. Some examples are `forwarder`, + `firewall`, `ids`, `ips`, `proxy`, `poller`, `sensor`, `APM server`.' + example: firewall + - name: vendor + level: core + type: keyword + ignore_above: 1024 + description: Vendor name of the observer. + example: Symantec + - name: version + level: core + type: keyword + ignore_above: 1024 + description: Observer version. + - name: orchestrator + title: Orchestrator + group: 2 + description: Fields that describe the resources which container orchestrators + manage or act upon. + type: group + default_field: true + fields: + - name: api_version + level: extended + type: keyword + ignore_above: 1024 + description: API version being used to carry out the action + example: v1beta1 + default_field: false + - name: cluster.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique ID of the cluster. + default_field: false + - name: cluster.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the cluster. + default_field: false + - name: cluster.url + level: extended + type: keyword + ignore_above: 1024 + description: URL of the API used to manage the cluster. + default_field: false + - name: cluster.version + level: extended + type: keyword + ignore_above: 1024 + description: The version of the cluster. + default_field: false + - name: namespace + level: extended + type: keyword + ignore_above: 1024 + description: Namespace in which the action is taking place. + example: kube-system + default_field: false + - name: organization + level: extended + type: keyword + ignore_above: 1024 + description: Organization affected by the event (for multi-tenant orchestrator + setups). + example: elastic + default_field: false + - name: resource.annotation + level: extended + type: keyword + ignore_above: 1024 + description: The list of annotations added to the resource. + example: '[''key1:value1'', ''key2:value2'', ''key3:value3'']' + default_field: false + - name: resource.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique ID of the resource being acted upon. + default_field: false + - name: resource.ip + level: extended + type: ip + description: 'IP address assigned to the resource associated with the event + being observed. In the case of a Kubernetes Pod, this array would contain + only one element: the IP of the Pod (as opposed to the Node on which the Pod + is running).' + default_field: false + - name: resource.label + level: extended + type: keyword + ignore_above: 1024 + description: The list of labels added to the resource. + example: '[''key1:value1'', ''key2:value2'', ''key3:value3'']' + default_field: false + - name: resource.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the resource being acted upon. + example: test-pod-cdcws + default_field: false + - name: resource.parent.type + level: extended + type: keyword + ignore_above: 1024 + description: Type or kind of the parent resource associated with the event being + observed. In Kubernetes, this will be the name of a built-in workload resource + (e.g., Deployment, StatefulSet, DaemonSet). + example: DaemonSet + default_field: false + - name: resource.type + level: extended + type: keyword + ignore_above: 1024 + description: Type of resource being acted upon. + example: service + default_field: false + - name: type + level: extended + type: keyword + ignore_above: 1024 + description: Orchestrator cluster type (e.g. kubernetes, nomad or cloudfoundry). + example: kubernetes + default_field: false + - name: organization + title: Organization + group: 2 + description: 'The organization fields enrich data with information about the company + or entity the data is associated with. + + These fields help you arrange or filter data stored in an index by one or multiple + organizations.' + type: group + default_field: true + fields: + - name: id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the organization. + - name: name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Organization name. + - name: package + title: Package + group: 2 + description: These fields contain information about an installed software package. + It contains general information about a package, such as name, version or size. + It also contains installation details, such as time or location. + type: group + default_field: true + fields: + - name: architecture + level: extended + type: keyword + ignore_above: 1024 + description: Package architecture. + example: x86_64 + - name: build_version + level: extended + type: keyword + ignore_above: 1024 + description: 'Additional information about the build version of the installed + package. + + For example use the commit SHA of a non-released package.' + example: 36f4f7e89dd61b0988b12ee000b98966867710cd + default_field: false + - name: checksum + level: extended + type: keyword + ignore_above: 1024 + description: Checksum of the installed package for verification. + example: 68b329da9893e34099c7d8ad5cb9c940 + - name: description + level: extended + type: keyword + ignore_above: 1024 + description: Description of the package. + example: Open source programming language to build simple/reliable/efficient + software. + - name: install_scope + level: extended + type: keyword + ignore_above: 1024 + description: Indicating how the package was installed, e.g. user-local, global. + example: global + - name: installed + level: extended + type: date + description: Time when package was installed. + - name: license + level: extended + type: keyword + ignore_above: 1024 + description: 'License under which the package was released. + + Use a short name, e.g. the license identifier from SPDX License List where + possible (https://spdx.org/licenses/).' + example: Apache License 2.0 + - name: name + level: extended + type: keyword + ignore_above: 1024 + description: Package name + example: go + - name: path + level: extended + type: keyword + ignore_above: 1024 + description: Path where the package is installed. + example: /usr/local/Cellar/go/1.12.9/ + - name: reference + level: extended + type: keyword + ignore_above: 1024 + description: Home page or reference URL of the software in this package, if + available. + example: https://golang.org + default_field: false + - name: size + level: extended + type: long + format: string + description: Package size in bytes. + example: 62231 + - name: type + level: extended + type: keyword + ignore_above: 1024 + description: 'Type of package. + + This should contain the package file type, rather than the package manager + name. Examples: rpm, dpkg, brew, npm, gem, nupkg, jar.' + example: rpm + default_field: false + - name: version + level: extended + type: keyword + ignore_above: 1024 + description: Package version + example: 1.12.9 + - name: process + title: Process + group: 2 + description: 'These fields contain information about a process. + + These fields can help you correlate metrics information with a process id/name + from a log message. The `process.pid` often stays in the metric itself and + is copied to the global field for correlation.' + type: group + default_field: true + fields: + - name: args + level: extended + type: keyword + ignore_above: 1024 + description: 'Array of process arguments, starting with the absolute path to + the executable. + + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' + - name: args_count + level: extended + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 + default_field: false + - name: code_signature.digest_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: 'The hashing algorithm used to sign the process. + + This value can distinguish signatures when a file is signed multiple times + by the same signer but with a different digest algorithm.' + example: sha256 + default_field: false + - name: code_signature.exists + level: core + type: boolean + description: Boolean to capture if a signature is present. + example: 'true' + default_field: false + - name: code_signature.signing_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The identifier used to sign the process. + + This is used to identify the application manufactured by a software vendor. + The field is relevant to Apple *OS only.' + example: com.apple.xpc.proxy + default_field: false + - name: code_signature.status + level: extended + type: keyword + ignore_above: 1024 + description: 'Additional information about the certificate status. + + This is useful for logging cryptographic errors with the certificate validity + or trust status. Leave unpopulated if the validity or trust of the certificate + was unchecked.' + example: ERROR_UNTRUSTED_ROOT + default_field: false + - name: code_signature.subject_name + level: core + type: keyword + ignore_above: 1024 + description: Subject name of the code signer + example: Microsoft Corporation + default_field: false + - name: code_signature.team_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The team identifier used to sign the process. + + This is used to identify the team or vendor of a software product. The field + is relevant to Apple *OS only.' + example: EQHXZ8M8AV + default_field: false + - name: code_signature.timestamp + level: extended + type: date + description: Date and time when the code signature was generated and signed. + example: '2021-01-01T12:10:30Z' + default_field: false + - name: code_signature.trusted + level: extended + type: boolean + description: 'Stores the trust status of the certificate chain. + + Validating the trust of the certificate chain may be complicated, and this + field should only be populated by tools that actively check the status.' + example: 'true' + default_field: false + - name: code_signature.valid + level: extended + type: boolean + description: 'Boolean to capture if the digital signature is verified against + the binary content. + + Leave unpopulated if a certificate was unchecked.' + example: 'true' + default_field: false + - name: command_line + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: 'Full command line that started the process, including the absolute + path to the executable, and all arguments. + + Some arguments may be filtered to protect sensitive information.' + example: /usr/bin/ssh -l user 10.0.0.16 + default_field: false + - name: elf.architecture + level: extended + type: keyword + ignore_above: 1024 + description: Machine architecture of the ELF file. + example: x86-64 + default_field: false + - name: elf.byte_order + level: extended + type: keyword + ignore_above: 1024 + description: Byte sequence of ELF file. + example: Little Endian + default_field: false + - name: elf.cpu_type + level: extended + type: keyword + ignore_above: 1024 + description: CPU type of the ELF file. + example: Intel + default_field: false + - name: elf.creation_date + level: extended + type: date + description: Extracted when possible from the file's metadata. Indicates when + it was built or compiled. It can also be faked by malware creators. + default_field: false + - name: elf.exports + level: extended + type: flattened + description: List of exported element names and types. + default_field: false + - name: elf.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in an ELF file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: elf.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: elf.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: elf.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: elf.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: elf.header.abi_version + level: extended + type: keyword + ignore_above: 1024 + description: Version of the ELF Application Binary Interface (ABI). + default_field: false + - name: elf.header.class + level: extended + type: keyword + ignore_above: 1024 + description: Header class of the ELF file. + default_field: false + - name: elf.header.data + level: extended + type: keyword + ignore_above: 1024 + description: Data table of the ELF header. + default_field: false + - name: elf.header.entrypoint + level: extended + type: long + format: string + description: Header entrypoint of the ELF file. + default_field: false + - name: elf.header.object_version + level: extended + type: keyword + ignore_above: 1024 + description: '"0x1" for original ELF files.' + default_field: false + - name: elf.header.os_abi + level: extended + type: keyword + ignore_above: 1024 + description: Application Binary Interface (ABI) of the Linux OS. + default_field: false + - name: elf.header.type + level: extended + type: keyword + ignore_above: 1024 + description: Header type of the ELF file. + default_field: false + - name: elf.header.version + level: extended + type: keyword + ignore_above: 1024 + description: Version of the ELF header. + default_field: false + - name: elf.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in an ELF file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is an ELF implementation of the Windows PE imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: elf.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: elf.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: elf.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: elf.sections + level: extended + type: nested + description: 'An array containing an object for each section of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.sections.*`.' + default_field: false + - name: elf.sections.chi2 + level: extended + type: long + format: number + description: Chi-square probability distribution of the section. + default_field: false + - name: elf.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: elf.sections.flags + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List flags. + default_field: false + - name: elf.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List name. + default_field: false + - name: elf.sections.physical_offset + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List offset. + default_field: false + - name: elf.sections.physical_size + level: extended + type: long + format: bytes + description: ELF Section List physical size. + default_field: false + - name: elf.sections.type + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List type. + default_field: false + - name: elf.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: elf.sections.virtual_address + level: extended + type: long + format: string + description: ELF Section List virtual address. + default_field: false + - name: elf.sections.virtual_size + level: extended + type: long + format: string + description: ELF Section List virtual size. + default_field: false + - name: elf.segments + level: extended + type: nested + description: 'An array containing an object for each segment of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.segments.*`.' + default_field: false + - name: elf.segments.sections + level: extended + type: keyword + ignore_above: 1024 + description: ELF object segment sections. + default_field: false + - name: elf.segments.type + level: extended + type: keyword + ignore_above: 1024 + description: ELF object segment type. + default_field: false + - name: elf.shared_libraries + level: extended + type: keyword + ignore_above: 1024 + description: List of shared libraries used by this ELF object. + default_field: false + - name: elf.telfhash + level: extended + type: keyword + ignore_above: 1024 + description: telfhash symbol hash for ELF file. + default_field: false + - name: end + level: extended + type: date + description: The time the process ended. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: entity_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: entry_leader.args + level: extended + type: keyword + ignore_above: 1024 + description: 'Array of process arguments, starting with the absolute path to + the executable. + + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' + default_field: false + - name: entry_leader.args_count + level: extended + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 + default_field: false + - name: entry_leader.attested_groups.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: entry_leader.attested_user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: entry_leader.attested_user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: entry_leader.command_line + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: 'Full command line that started the process, including the absolute + path to the executable, and all arguments. + + Some arguments may be filtered to protect sensitive information.' + example: /usr/bin/ssh -l user 10.0.0.16 + default_field: false + - name: entry_leader.entity_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: entry_leader.entry_meta.source.ip + level: core + type: ip + description: IP address of the source (IPv4 or IPv6). + default_field: false + - name: entry_leader.entry_meta.type + level: extended + type: keyword + ignore_above: 1024 + description: 'The entry type for the entry session leader. Values include: init(e.g + systemd), sshd, ssm, kubelet, teleport, terminal, console + + Note: This field is only set on process.session_leader.' + default_field: false + - name: entry_leader.executable + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Absolute path to the process executable. + example: /usr/bin/ssh + default_field: false + - name: entry_leader.group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: entry_leader.group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: entry_leader.interactive + level: extended + type: boolean + description: 'Whether the process is connected to an interactive shell. + + Process interactivity is inferred from the processes file descriptors. If + the character device for the controlling tty is the same as stdin and stderr + for the process, the process is considered interactive. + + Note: A non-interactive process can belong to an interactive session and is + simply one that does not have open file descriptors reading the controlling + TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A + backgrounded process is still considered interactive if stdin and stderr are + connected to the controlling TTY.' + example: true + default_field: false + - name: entry_leader.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: 'Process name. + + Sometimes called program name or similar.' + example: ssh + default_field: false + - name: entry_leader.parent.entity_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: entry_leader.parent.pid + level: core + type: long + format: string + description: Process id. + example: 4242 + default_field: false + - name: entry_leader.parent.session_leader.entity_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: entry_leader.parent.session_leader.pid + level: core + type: long + format: string + description: Process id. + example: 4242 + default_field: false + - name: entry_leader.parent.session_leader.start + level: extended + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: entry_leader.parent.session_leader.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: entry_leader.parent.start + level: extended + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: entry_leader.parent.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: entry_leader.pid + level: core + type: long + format: string + description: Process id. + example: 4242 + default_field: false + - name: entry_leader.real_group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: entry_leader.real_group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: entry_leader.real_user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: entry_leader.real_user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: entry_leader.same_as_process + level: extended + type: boolean + description: 'This boolean is used to identify if a leader process is the same + as the top level process. + + For example, if `process.group_leader.same_as_process = true`, it means the + process event in question is the leader of its process group. Details under + `process.*` like `pid` would be the same under `process.group_leader.*` The + same applies for both `process.session_leader` and `process.entry_leader`. + + This field exists to the benefit of EQL and other rule engines since it''s + not possible to compare equality between two fields in a single document. + e.g `process.entity_id` = `process.group_leader.entity_id` (top level process + is the process group leader) OR `process.entity_id` = `process.entry_leader.entity_id` + (top level process is the entry session leader) + + Instead these rules could be written like: `process.group_leader.same_as_process: + true` OR `process.entry_leader.same_as_process: true` + + Note: This field is only set on `process.entry_leader`, `process.session_leader` + and `process.group_leader`.' + example: true + default_field: false + - name: entry_leader.saved_group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: entry_leader.saved_group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: entry_leader.saved_user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: entry_leader.saved_user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: entry_leader.start + level: extended + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: entry_leader.supplemental_groups.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: entry_leader.supplemental_groups.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: entry_leader.tty + level: extended + type: object + description: Information about the controlling TTY device. If set, the process + belongs to an interactive session. + default_field: false + - name: entry_leader.tty.char_device.major + level: extended + type: long + description: The major number identifies the driver associated with the device. + The character device's major and minor numbers can be algorithmically combined + to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". + For more details, please refer to the Linux kernel documentation. + example: 4 + default_field: false + - name: entry_leader.tty.char_device.minor + level: extended + type: long + description: "The minor number is used only by the driver specified by the major\ + \ number; other parts of the kernel don\u2019t use it, and merely pass it\ + \ along to the driver. It is common for a driver to control several devices;\ + \ the minor number provides a way for the driver to differentiate among them." + example: 1 + default_field: false + - name: entry_leader.user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: entry_leader.user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: entry_leader.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: entry_leader.working_directory + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: The working directory of the process. + example: /home/alice + default_field: false + - name: env_vars + level: extended + type: keyword + ignore_above: 1024 + description: 'Array of environment variable bindings. Captured from a snapshot + of the environment at the time of execution. + + May be filtered to protect sensitive information.' + example: '["PATH=/usr/local/bin:/usr/bin", "USER=ubuntu"]' + default_field: false + - name: executable + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Absolute path to the process executable. + example: /usr/bin/ssh + - name: exit_code + level: extended + type: long + description: 'The exit code of the process, if this is a termination event. + + The field should be absent if there is no exit code for the event (e.g. process + start).' + example: 137 + default_field: false + - name: group_leader.args + level: extended + type: keyword + ignore_above: 1024 + description: 'Array of process arguments, starting with the absolute path to + the executable. + + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' + default_field: false + - name: group_leader.args_count + level: extended + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 + default_field: false + - name: group_leader.command_line + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: 'Full command line that started the process, including the absolute + path to the executable, and all arguments. + + Some arguments may be filtered to protect sensitive information.' + example: /usr/bin/ssh -l user 10.0.0.16 + default_field: false + - name: group_leader.entity_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: group_leader.executable + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Absolute path to the process executable. + example: /usr/bin/ssh + default_field: false + - name: group_leader.group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: group_leader.group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: group_leader.interactive + level: extended + type: boolean + description: 'Whether the process is connected to an interactive shell. + + Process interactivity is inferred from the processes file descriptors. If + the character device for the controlling tty is the same as stdin and stderr + for the process, the process is considered interactive. + + Note: A non-interactive process can belong to an interactive session and is + simply one that does not have open file descriptors reading the controlling + TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A + backgrounded process is still considered interactive if stdin and stderr are + connected to the controlling TTY.' + example: true + default_field: false + - name: group_leader.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: 'Process name. + + Sometimes called program name or similar.' + example: ssh + default_field: false + - name: group_leader.pid + level: core + type: long + format: string + description: Process id. + example: 4242 + default_field: false + - name: group_leader.real_group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: group_leader.real_group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: group_leader.real_user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: group_leader.real_user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: group_leader.same_as_process + level: extended + type: boolean + description: 'This boolean is used to identify if a leader process is the same + as the top level process. + + For example, if `process.group_leader.same_as_process = true`, it means the + process event in question is the leader of its process group. Details under + `process.*` like `pid` would be the same under `process.group_leader.*` The + same applies for both `process.session_leader` and `process.entry_leader`. + + This field exists to the benefit of EQL and other rule engines since it''s + not possible to compare equality between two fields in a single document. + e.g `process.entity_id` = `process.group_leader.entity_id` (top level process + is the process group leader) OR `process.entity_id` = `process.entry_leader.entity_id` + (top level process is the entry session leader) + + Instead these rules could be written like: `process.group_leader.same_as_process: + true` OR `process.entry_leader.same_as_process: true` + + Note: This field is only set on `process.entry_leader`, `process.session_leader` + and `process.group_leader`.' + example: true + default_field: false + - name: group_leader.saved_group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: group_leader.saved_group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: group_leader.saved_user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: group_leader.saved_user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: group_leader.start + level: extended + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: group_leader.supplemental_groups.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: group_leader.supplemental_groups.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: group_leader.tty + level: extended + type: object + description: Information about the controlling TTY device. If set, the process + belongs to an interactive session. + default_field: false + - name: group_leader.tty.char_device.major + level: extended + type: long + description: The major number identifies the driver associated with the device. + The character device's major and minor numbers can be algorithmically combined + to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". + For more details, please refer to the Linux kernel documentation. + example: 4 + default_field: false + - name: group_leader.tty.char_device.minor + level: extended + type: long + description: "The minor number is used only by the driver specified by the major\ + \ number; other parts of the kernel don\u2019t use it, and merely pass it\ + \ along to the driver. It is common for a driver to control several devices;\ + \ the minor number provides a way for the driver to differentiate among them." + example: 1 + default_field: false + - name: group_leader.user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: group_leader.user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: group_leader.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: group_leader.working_directory + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: The working directory of the process. + example: /home/alice + default_field: false + - name: hash.md5 + level: extended + type: keyword + ignore_above: 1024 + description: MD5 hash. + - name: hash.sha1 + level: extended + type: keyword + ignore_above: 1024 + description: SHA1 hash. + - name: hash.sha256 + level: extended + type: keyword + ignore_above: 1024 + description: SHA256 hash. + - name: hash.sha384 + level: extended + type: keyword + ignore_above: 1024 + description: SHA384 hash. + default_field: false + - name: hash.sha512 + level: extended + type: keyword + ignore_above: 1024 + description: SHA512 hash. + - name: hash.ssdeep + level: extended + type: keyword + ignore_above: 1024 + description: SSDEEP hash. + default_field: false + - name: hash.tlsh + level: extended + type: keyword + ignore_above: 1024 + description: TLSH hash. + default_field: false + - name: interactive + level: extended + type: boolean + description: 'Whether the process is connected to an interactive shell. + + Process interactivity is inferred from the processes file descriptors. If + the character device for the controlling tty is the same as stdin and stderr + for the process, the process is considered interactive. + + Note: A non-interactive process can belong to an interactive session and is + simply one that does not have open file descriptors reading the controlling + TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A + backgrounded process is still considered interactive if stdin and stderr are + connected to the controlling TTY.' + example: true + default_field: false + - name: io + level: extended + type: object + description: 'A chunk of input or output (IO) from a single process. + + This field only appears on the top level process object, which is the process + that wrote the output or read the input.' + default_field: false + - name: io.bytes_skipped + level: extended + type: object + description: An array of byte offsets and lengths denoting where IO data has + been skipped. + default_field: false + - name: io.bytes_skipped.length + level: extended + type: long + description: The length of bytes skipped. + default_field: false + - name: io.bytes_skipped.offset + level: extended + type: long + description: The byte offset into this event's io.text (or io.bytes in the future) + where length bytes were skipped. + default_field: false + - name: io.max_bytes_per_process_exceeded + level: extended + type: boolean + description: If true, the process producing the output has exceeded the max_kilobytes_per_process + configuration setting. + default_field: false + - name: io.text + level: extended + type: wildcard + description: 'A chunk of output or input sanitized to UTF-8. + + Best efforts are made to ensure complete lines are captured in these events. + Assumptions should NOT be made that multiple lines will appear in the same + event. TTY output may contain terminal control codes such as for cursor movement, + so some string queries may not match due to terminal codes inserted between + characters of a word.' + default_field: false + - name: io.total_bytes_captured + level: extended + type: long + description: The total number of bytes captured in this event. + default_field: false + - name: io.total_bytes_skipped + level: extended + type: long + description: The total number of bytes that were not captured due to implementation + restrictions such as buffer size limits. Implementors should strive to ensure + this value is always zero + default_field: false + - name: io.type + level: extended + type: keyword + ignore_above: 1024 + description: 'The type of object on which the IO action (read or write) was + taken. + + Currently only ''tty'' is supported. Other types may be added in the future + for ''file'' and ''socket'' support.' + default_field: false + - name: macho.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in a Mach-O file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: macho.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: macho.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: macho.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: macho.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: macho.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a Mach-O file. An import hash can be + used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + This is a synonym for symhash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: macho.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: macho.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: macho.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: macho.sections + level: extended + type: nested + description: 'An array containing an object for each section of the Mach-O file. + + The keys that should be present in these objects are defined by sub-fields + underneath `macho.sections.*`.' + default_field: false + - name: macho.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: macho.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: Mach-O Section List name. + default_field: false + - name: macho.sections.physical_size + level: extended + type: long + format: bytes + description: Mach-O Section List physical size. + default_field: false + - name: macho.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: macho.sections.virtual_size + level: extended + type: long + format: string + description: Mach-O Section List virtual size. This is always the same as `physical_size`. + default_field: false + - name: macho.symhash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a Mach-O file. An import hash can be + used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + This is a Mach-O implementation of the Windows PE imphash' + example: d3ccf195b62a9279c3c19af1080497ec + default_field: false + - name: name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: 'Process name. + + Sometimes called program name or similar.' + example: ssh + - name: parent.args + level: extended + type: keyword + ignore_above: 1024 + description: 'Array of process arguments, starting with the absolute path to + the executable. + + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' + default_field: false + - name: parent.args_count + level: extended + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 + default_field: false + - name: parent.code_signature.digest_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: 'The hashing algorithm used to sign the process. + + This value can distinguish signatures when a file is signed multiple times + by the same signer but with a different digest algorithm.' + example: sha256 + default_field: false + - name: parent.code_signature.exists + level: core + type: boolean + description: Boolean to capture if a signature is present. + example: 'true' + default_field: false + - name: parent.code_signature.signing_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The identifier used to sign the process. + + This is used to identify the application manufactured by a software vendor. + The field is relevant to Apple *OS only.' + example: com.apple.xpc.proxy + default_field: false + - name: parent.code_signature.status + level: extended + type: keyword + ignore_above: 1024 + description: 'Additional information about the certificate status. + + This is useful for logging cryptographic errors with the certificate validity + or trust status. Leave unpopulated if the validity or trust of the certificate + was unchecked.' + example: ERROR_UNTRUSTED_ROOT + default_field: false + - name: parent.code_signature.subject_name + level: core + type: keyword + ignore_above: 1024 + description: Subject name of the code signer + example: Microsoft Corporation + default_field: false + - name: parent.code_signature.team_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The team identifier used to sign the process. + + This is used to identify the team or vendor of a software product. The field + is relevant to Apple *OS only.' + example: EQHXZ8M8AV + default_field: false + - name: parent.code_signature.timestamp + level: extended + type: date + description: Date and time when the code signature was generated and signed. + example: '2021-01-01T12:10:30Z' + default_field: false + - name: parent.code_signature.trusted + level: extended + type: boolean + description: 'Stores the trust status of the certificate chain. + + Validating the trust of the certificate chain may be complicated, and this + field should only be populated by tools that actively check the status.' + example: 'true' + default_field: false + - name: parent.code_signature.valid + level: extended + type: boolean + description: 'Boolean to capture if the digital signature is verified against + the binary content. + + Leave unpopulated if a certificate was unchecked.' + example: 'true' + default_field: false + - name: parent.command_line + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: 'Full command line that started the process, including the absolute + path to the executable, and all arguments. + + Some arguments may be filtered to protect sensitive information.' + example: /usr/bin/ssh -l user 10.0.0.16 + default_field: false + - name: parent.elf.architecture + level: extended + type: keyword + ignore_above: 1024 + description: Machine architecture of the ELF file. + example: x86-64 + default_field: false + - name: parent.elf.byte_order + level: extended + type: keyword + ignore_above: 1024 + description: Byte sequence of ELF file. + example: Little Endian + default_field: false + - name: parent.elf.cpu_type + level: extended + type: keyword + ignore_above: 1024 + description: CPU type of the ELF file. + example: Intel + default_field: false + - name: parent.elf.creation_date + level: extended + type: date + description: Extracted when possible from the file's metadata. Indicates when + it was built or compiled. It can also be faked by malware creators. + default_field: false + - name: parent.elf.exports + level: extended + type: flattened + description: List of exported element names and types. + default_field: false + - name: parent.elf.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in an ELF file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: parent.elf.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: parent.elf.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: parent.elf.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: parent.elf.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: parent.elf.header.abi_version + level: extended + type: keyword + ignore_above: 1024 + description: Version of the ELF Application Binary Interface (ABI). + default_field: false + - name: parent.elf.header.class + level: extended + type: keyword + ignore_above: 1024 + description: Header class of the ELF file. + default_field: false + - name: parent.elf.header.data + level: extended + type: keyword + ignore_above: 1024 + description: Data table of the ELF header. + default_field: false + - name: parent.elf.header.entrypoint + level: extended + type: long + format: string + description: Header entrypoint of the ELF file. + default_field: false + - name: parent.elf.header.object_version + level: extended + type: keyword + ignore_above: 1024 + description: '"0x1" for original ELF files.' + default_field: false + - name: parent.elf.header.os_abi + level: extended + type: keyword + ignore_above: 1024 + description: Application Binary Interface (ABI) of the Linux OS. + default_field: false + - name: parent.elf.header.type + level: extended + type: keyword + ignore_above: 1024 + description: Header type of the ELF file. + default_field: false + - name: parent.elf.header.version + level: extended + type: keyword + ignore_above: 1024 + description: Version of the ELF header. + default_field: false + - name: parent.elf.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in an ELF file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is an ELF implementation of the Windows PE imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: parent.elf.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: parent.elf.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: parent.elf.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: parent.elf.sections + level: extended + type: nested + description: 'An array containing an object for each section of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.sections.*`.' + default_field: false + - name: parent.elf.sections.chi2 + level: extended + type: long + format: number + description: Chi-square probability distribution of the section. + default_field: false + - name: parent.elf.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: parent.elf.sections.flags + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List flags. + default_field: false + - name: parent.elf.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List name. + default_field: false + - name: parent.elf.sections.physical_offset + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List offset. + default_field: false + - name: parent.elf.sections.physical_size + level: extended + type: long + format: bytes + description: ELF Section List physical size. + default_field: false + - name: parent.elf.sections.type + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List type. + default_field: false + - name: parent.elf.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: parent.elf.sections.virtual_address + level: extended + type: long + format: string + description: ELF Section List virtual address. + default_field: false + - name: parent.elf.sections.virtual_size + level: extended + type: long + format: string + description: ELF Section List virtual size. + default_field: false + - name: parent.elf.segments + level: extended + type: nested + description: 'An array containing an object for each segment of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.segments.*`.' + default_field: false + - name: parent.elf.segments.sections + level: extended + type: keyword + ignore_above: 1024 + description: ELF object segment sections. + default_field: false + - name: parent.elf.segments.type + level: extended + type: keyword + ignore_above: 1024 + description: ELF object segment type. + default_field: false + - name: parent.elf.shared_libraries + level: extended + type: keyword + ignore_above: 1024 + description: List of shared libraries used by this ELF object. + default_field: false + - name: parent.elf.telfhash + level: extended + type: keyword + ignore_above: 1024 + description: telfhash symbol hash for ELF file. + default_field: false + - name: parent.end + level: extended + type: date + description: The time the process ended. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: parent.entity_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: parent.executable + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Absolute path to the process executable. + example: /usr/bin/ssh + default_field: false + - name: parent.exit_code + level: extended + type: long + description: 'The exit code of the process, if this is a termination event. + + The field should be absent if there is no exit code for the event (e.g. process + start).' + example: 137 + default_field: false + - name: parent.group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: parent.group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: parent.group_leader.entity_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: parent.group_leader.pid + level: core + type: long + format: string + description: Process id. + example: 4242 + default_field: false + - name: parent.group_leader.start + level: extended + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: parent.group_leader.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: parent.hash.md5 + level: extended + type: keyword + ignore_above: 1024 + description: MD5 hash. + default_field: false + - name: parent.hash.sha1 + level: extended + type: keyword + ignore_above: 1024 + description: SHA1 hash. + default_field: false + - name: parent.hash.sha256 + level: extended + type: keyword + ignore_above: 1024 + description: SHA256 hash. + default_field: false + - name: parent.hash.sha384 + level: extended + type: keyword + ignore_above: 1024 + description: SHA384 hash. + default_field: false + - name: parent.hash.sha512 + level: extended + type: keyword + ignore_above: 1024 + description: SHA512 hash. + default_field: false + - name: parent.hash.ssdeep + level: extended + type: keyword + ignore_above: 1024 + description: SSDEEP hash. + default_field: false + - name: parent.hash.tlsh + level: extended + type: keyword + ignore_above: 1024 + description: TLSH hash. + default_field: false + - name: parent.interactive + level: extended + type: boolean + description: 'Whether the process is connected to an interactive shell. + + Process interactivity is inferred from the processes file descriptors. If + the character device for the controlling tty is the same as stdin and stderr + for the process, the process is considered interactive. + + Note: A non-interactive process can belong to an interactive session and is + simply one that does not have open file descriptors reading the controlling + TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A + backgrounded process is still considered interactive if stdin and stderr are + connected to the controlling TTY.' + example: true + default_field: false + - name: parent.macho.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in a Mach-O file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: parent.macho.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: parent.macho.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: parent.macho.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: parent.macho.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: parent.macho.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a Mach-O file. An import hash can be + used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + This is a synonym for symhash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: parent.macho.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: parent.macho.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: parent.macho.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: parent.macho.sections + level: extended + type: nested + description: 'An array containing an object for each section of the Mach-O file. + + The keys that should be present in these objects are defined by sub-fields + underneath `macho.sections.*`.' + default_field: false + - name: parent.macho.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: parent.macho.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: Mach-O Section List name. + default_field: false + - name: parent.macho.sections.physical_size + level: extended + type: long + format: bytes + description: Mach-O Section List physical size. + default_field: false + - name: parent.macho.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: parent.macho.sections.virtual_size + level: extended + type: long + format: string + description: Mach-O Section List virtual size. This is always the same as `physical_size`. + default_field: false + - name: parent.macho.symhash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a Mach-O file. An import hash can be + used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + This is a Mach-O implementation of the Windows PE imphash' + example: d3ccf195b62a9279c3c19af1080497ec + default_field: false + - name: parent.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: 'Process name. + + Sometimes called program name or similar.' + example: ssh + default_field: false + - name: parent.pe.architecture + level: extended + type: keyword + ignore_above: 1024 + description: CPU architecture target for the file. + example: x64 + default_field: false + - name: parent.pe.company + level: extended + type: keyword + ignore_above: 1024 + description: Internal company name of the file, provided at compile-time. + example: Microsoft Corporation + default_field: false + - name: parent.pe.description + level: extended + type: keyword + ignore_above: 1024 + description: Internal description of the file, provided at compile-time. + example: Paint + default_field: false + - name: parent.pe.file_version + level: extended + type: keyword + ignore_above: 1024 + description: Internal version of the file, provided at compile-time. + example: 6.3.9600.17415 + default_field: false + - name: parent.pe.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in a PE file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: parent.pe.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: parent.pe.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: parent.pe.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: parent.pe.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: parent.pe.imphash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An imphash -- or import hash + -- can be used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' + example: 0c6803c4e922103c4dca5963aad36ddf + default_field: false + - name: parent.pe.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is a synonym for imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: parent.pe.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: parent.pe.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: parent.pe.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: parent.pe.original_file_name + level: extended + type: keyword + ignore_above: 1024 + description: Internal name of the file, provided at compile-time. + example: MSPAINT.EXE + default_field: false + - name: parent.pe.pehash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the PE header and data from one or more PE sections. + An pehash can be used to cluster files by transforming structural information + about a file into a hash value. + + Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' + example: 73ff189b63cd6be375a7ff25179a38d347651975 + default_field: false + - name: parent.pe.product + level: extended + type: keyword + ignore_above: 1024 + description: Internal product name of the file, provided at compile-time. + example: "Microsoft\xAE Windows\xAE Operating System" + default_field: false + - name: parent.pe.sections + level: extended + type: nested + description: 'An array containing an object for each section of the PE file. + + The keys that should be present in these objects are defined by sub-fields + underneath `pe.sections.*`.' + default_field: false + - name: parent.pe.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: parent.pe.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: PE Section List name. + default_field: false + - name: parent.pe.sections.physical_size + level: extended + type: long + format: bytes + description: PE Section List physical size. + default_field: false + - name: parent.pe.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: parent.pe.sections.virtual_size + level: extended + type: long + format: string + description: PE Section List virtual size. This is always the same as `physical_size`. + default_field: false + - name: parent.pgid + level: extended + type: long + format: string + description: 'Deprecated for removal in next major version release. This field + is superseded by `process.group_leader.pid`. + + Identifier of the group of processes the process belongs to.' + default_field: false + - name: parent.pid + level: core + type: long + format: string + description: Process id. + example: 4242 + default_field: false + - name: parent.real_group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: parent.real_group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: parent.real_user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: parent.real_user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: parent.saved_group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: parent.saved_group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: parent.saved_user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: parent.saved_user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: parent.start + level: extended + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: parent.supplemental_groups.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: parent.supplemental_groups.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: parent.thread.capabilities.effective + level: extended + type: keyword + ignore_above: 1024 + description: This is the set of capabilities used by the kernel to perform permission + checks for the thread. + example: '["CAP_BPF", "CAP_SYS_ADMIN"]' + pattern: ^(CAP_[A-Z_]+|\d+)$ + default_field: false + - name: parent.thread.capabilities.permitted + level: extended + type: keyword + ignore_above: 1024 + description: This is a limiting superset for the effective capabilities that + the thread may assume. + example: '["CAP_BPF", "CAP_SYS_ADMIN"]' + pattern: ^(CAP_[A-Z_]+|\d+)$ + default_field: false + - name: parent.thread.id + level: extended + type: long + format: string + description: Thread ID. + example: 4242 + default_field: false + - name: parent.thread.name + level: extended + type: keyword + ignore_above: 1024 + description: Thread name. + example: thread-0 + default_field: false + - name: parent.title + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: 'Process title. + + The proctitle, some times the same as process name. Can also be different: + for example a browser setting its title to the web page currently opened.' + default_field: false + - name: parent.tty + level: extended + type: object + description: Information about the controlling TTY device. If set, the process + belongs to an interactive session. + default_field: false + - name: parent.tty.char_device.major + level: extended + type: long + description: The major number identifies the driver associated with the device. + The character device's major and minor numbers can be algorithmically combined + to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". + For more details, please refer to the Linux kernel documentation. + example: 4 + default_field: false + - name: parent.tty.char_device.minor + level: extended + type: long + description: "The minor number is used only by the driver specified by the major\ + \ number; other parts of the kernel don\u2019t use it, and merely pass it\ + \ along to the driver. It is common for a driver to control several devices;\ + \ the minor number provides a way for the driver to differentiate among them." + example: 1 + default_field: false + - name: parent.uptime + level: extended + type: long + description: Seconds the process has been up. + example: 1325 + default_field: false + - name: parent.user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: parent.user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: parent.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: parent.working_directory + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: The working directory of the process. + example: /home/alice + default_field: false + - name: pe.architecture + level: extended + type: keyword + ignore_above: 1024 + description: CPU architecture target for the file. + example: x64 + default_field: false + - name: pe.company + level: extended + type: keyword + ignore_above: 1024 + description: Internal company name of the file, provided at compile-time. + example: Microsoft Corporation + default_field: false + - name: pe.description + level: extended + type: keyword + ignore_above: 1024 + description: Internal description of the file, provided at compile-time. + example: Paint + default_field: false + - name: pe.file_version + level: extended + type: keyword + ignore_above: 1024 + description: Internal version of the file, provided at compile-time. + example: 6.3.9600.17415 + default_field: false + - name: pe.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in a PE file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: pe.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: pe.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: pe.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: pe.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: pe.imphash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An imphash -- or import hash + -- can be used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' + example: 0c6803c4e922103c4dca5963aad36ddf + default_field: false + - name: pe.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is a synonym for imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: pe.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: pe.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: pe.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: pe.original_file_name + level: extended + type: keyword + ignore_above: 1024 + description: Internal name of the file, provided at compile-time. + example: MSPAINT.EXE + default_field: false + - name: pe.pehash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the PE header and data from one or more PE sections. + An pehash can be used to cluster files by transforming structural information + about a file into a hash value. + + Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' + example: 73ff189b63cd6be375a7ff25179a38d347651975 + default_field: false + - name: pe.product + level: extended + type: keyword + ignore_above: 1024 + description: Internal product name of the file, provided at compile-time. + example: "Microsoft\xAE Windows\xAE Operating System" + default_field: false + - name: pe.sections + level: extended + type: nested + description: 'An array containing an object for each section of the PE file. + + The keys that should be present in these objects are defined by sub-fields + underneath `pe.sections.*`.' + default_field: false + - name: pe.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: pe.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: PE Section List name. + default_field: false + - name: pe.sections.physical_size + level: extended + type: long + format: bytes + description: PE Section List physical size. + default_field: false + - name: pe.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: pe.sections.virtual_size + level: extended + type: long + format: string + description: PE Section List virtual size. This is always the same as `physical_size`. + default_field: false + - name: pgid + level: extended + type: long + format: string + description: 'Deprecated for removal in next major version release. This field + is superseded by `process.group_leader.pid`. + + Identifier of the group of processes the process belongs to.' + - name: pid + level: core + type: long + format: string + description: Process id. + example: 4242 + - name: previous.args + level: extended + type: keyword + ignore_above: 1024 + description: 'Array of process arguments, starting with the absolute path to + the executable. + + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' + default_field: false + - name: previous.args_count + level: extended + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 + default_field: false + - name: previous.executable + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Absolute path to the process executable. + example: /usr/bin/ssh + default_field: false + - name: real_group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: real_group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: real_user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: real_user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: saved_group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: saved_group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: saved_user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: saved_user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: session_leader.args + level: extended + type: keyword + ignore_above: 1024 + description: 'Array of process arguments, starting with the absolute path to + the executable. + + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' + default_field: false + - name: session_leader.args_count + level: extended + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 + default_field: false + - name: session_leader.command_line + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: 'Full command line that started the process, including the absolute + path to the executable, and all arguments. + + Some arguments may be filtered to protect sensitive information.' + example: /usr/bin/ssh -l user 10.0.0.16 + default_field: false + - name: session_leader.entity_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: session_leader.executable + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Absolute path to the process executable. + example: /usr/bin/ssh + default_field: false + - name: session_leader.group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: session_leader.group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: session_leader.interactive + level: extended + type: boolean + description: 'Whether the process is connected to an interactive shell. + + Process interactivity is inferred from the processes file descriptors. If + the character device for the controlling tty is the same as stdin and stderr + for the process, the process is considered interactive. + + Note: A non-interactive process can belong to an interactive session and is + simply one that does not have open file descriptors reading the controlling + TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A + backgrounded process is still considered interactive if stdin and stderr are + connected to the controlling TTY.' + example: true + default_field: false + - name: session_leader.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: 'Process name. + + Sometimes called program name or similar.' + example: ssh + default_field: false + - name: session_leader.parent.entity_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: session_leader.parent.pid + level: core + type: long + format: string + description: Process id. + example: 4242 + default_field: false + - name: session_leader.parent.session_leader.entity_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: session_leader.parent.session_leader.pid + level: core + type: long + format: string + description: Process id. + example: 4242 + default_field: false + - name: session_leader.parent.session_leader.start + level: extended + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: session_leader.parent.session_leader.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: session_leader.parent.start + level: extended + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: session_leader.parent.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: session_leader.pid + level: core + type: long + format: string + description: Process id. + example: 4242 + default_field: false + - name: session_leader.real_group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: session_leader.real_group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: session_leader.real_user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: session_leader.real_user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: session_leader.same_as_process + level: extended + type: boolean + description: 'This boolean is used to identify if a leader process is the same + as the top level process. + + For example, if `process.group_leader.same_as_process = true`, it means the + process event in question is the leader of its process group. Details under + `process.*` like `pid` would be the same under `process.group_leader.*` The + same applies for both `process.session_leader` and `process.entry_leader`. + + This field exists to the benefit of EQL and other rule engines since it''s + not possible to compare equality between two fields in a single document. + e.g `process.entity_id` = `process.group_leader.entity_id` (top level process + is the process group leader) OR `process.entity_id` = `process.entry_leader.entity_id` + (top level process is the entry session leader) + + Instead these rules could be written like: `process.group_leader.same_as_process: + true` OR `process.entry_leader.same_as_process: true` + + Note: This field is only set on `process.entry_leader`, `process.session_leader` + and `process.group_leader`.' + example: true + default_field: false + - name: session_leader.saved_group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: session_leader.saved_group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: session_leader.saved_user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: session_leader.saved_user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: session_leader.start + level: extended + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: session_leader.supplemental_groups.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: session_leader.supplemental_groups.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: session_leader.tty + level: extended + type: object + description: Information about the controlling TTY device. If set, the process + belongs to an interactive session. + default_field: false + - name: session_leader.tty.char_device.major + level: extended + type: long + description: The major number identifies the driver associated with the device. + The character device's major and minor numbers can be algorithmically combined + to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". + For more details, please refer to the Linux kernel documentation. + example: 4 + default_field: false + - name: session_leader.tty.char_device.minor + level: extended + type: long + description: "The minor number is used only by the driver specified by the major\ + \ number; other parts of the kernel don\u2019t use it, and merely pass it\ + \ along to the driver. It is common for a driver to control several devices;\ + \ the minor number provides a way for the driver to differentiate among them." + example: 1 + default_field: false + - name: session_leader.user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: session_leader.user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: session_leader.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: session_leader.working_directory + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: The working directory of the process. + example: /home/alice + default_field: false + - name: start + level: extended + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + - name: supplemental_groups.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: supplemental_groups.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: thread.capabilities.effective + level: extended + type: keyword + ignore_above: 1024 + description: This is the set of capabilities used by the kernel to perform permission + checks for the thread. + example: '["CAP_BPF", "CAP_SYS_ADMIN"]' + pattern: ^(CAP_[A-Z_]+|\d+)$ + default_field: false + - name: thread.capabilities.permitted + level: extended + type: keyword + ignore_above: 1024 + description: This is a limiting superset for the effective capabilities that + the thread may assume. + example: '["CAP_BPF", "CAP_SYS_ADMIN"]' + pattern: ^(CAP_[A-Z_]+|\d+)$ + default_field: false + - name: thread.id + level: extended + type: long + format: string + description: Thread ID. + example: 4242 + - name: thread.name + level: extended + type: keyword + ignore_above: 1024 + description: Thread name. + example: thread-0 + - name: title + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: 'Process title. + + The proctitle, some times the same as process name. Can also be different: + for example a browser setting its title to the web page currently opened.' + - name: tty + level: extended + type: object + description: Information about the controlling TTY device. If set, the process + belongs to an interactive session. + default_field: false + - name: tty.char_device.major + level: extended + type: long + description: The major number identifies the driver associated with the device. + The character device's major and minor numbers can be algorithmically combined + to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". + For more details, please refer to the Linux kernel documentation. + example: 4 + default_field: false + - name: tty.char_device.minor + level: extended + type: long + description: "The minor number is used only by the driver specified by the major\ + \ number; other parts of the kernel don\u2019t use it, and merely pass it\ + \ along to the driver. It is common for a driver to control several devices;\ + \ the minor number provides a way for the driver to differentiate among them." + example: 1 + default_field: false + - name: tty.columns + level: extended + type: long + description: 'The number of character columns per line. e.g terminal width + + Terminal sizes can change, so this value reflects the maximum value for a + given IO event. i.e. where event.action = ''text_output''' + example: 80 + default_field: false + - name: tty.rows + level: extended + type: long + description: 'The number of character rows in the terminal. e.g terminal height + + Terminal sizes can change, so this value reflects the maximum value for a + given IO event. i.e. where event.action = ''text_output''' + example: 24 + default_field: false + - name: uptime + level: extended + type: long + description: Seconds the process has been up. + example: 1325 + - name: user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: working_directory + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: The working directory of the process. + example: /home/alice + - name: registry + title: Registry + group: 2 + description: Fields related to Windows Registry operations. + type: group + default_field: true + fields: + - name: data.bytes + level: extended + type: keyword + ignore_above: 1024 + description: 'Original bytes written with base64 encoding. + + For Windows registry operations, such as SetValueEx and RegQueryValueEx, this + corresponds to the data pointed by `lp_data`. This is optional but provides + better recoverability and should be populated for REG_BINARY encoded values.' + example: ZQBuAC0AVQBTAAAAZQBuAAAAAAA= + default_field: false + - name: data.strings + level: core + type: wildcard + description: 'Content when writing string types. + + Populated as an array when writing string data to the registry. For single + string registry types (REG_SZ, REG_EXPAND_SZ), this should be an array with + one string. For sequences of string with REG_MULTI_SZ, this array will be + variable length. For numeric data, such as REG_DWORD and REG_QWORD, this should + be populated with the decimal representation (e.g `"1"`).' + example: '["C:\rta\red_ttp\bin\myapp.exe"]' + default_field: false + - name: data.type + level: core + type: keyword + ignore_above: 1024 + description: Standard registry type for encoding contents + example: REG_SZ + default_field: false + - name: hive + level: core + type: keyword + ignore_above: 1024 + description: Abbreviated name for the hive. + example: HKLM + default_field: false + - name: key + level: core + type: keyword + ignore_above: 1024 + description: Hive-relative path of keys. + example: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe + default_field: false + - name: path + level: core + type: keyword + ignore_above: 1024 + description: Full path, including hive, key and value + example: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution + Options\winword.exe\Debugger + default_field: false + - name: value + level: core + type: keyword + ignore_above: 1024 + description: Name of the value written. + example: Debugger + default_field: false + - name: related + title: Related + group: 2 + description: 'This field set is meant to facilitate pivoting around a piece of + data. + + Some pieces of information can be seen in many places in an ECS event. To facilitate + searching for them, store an array of all seen values to their corresponding + field in `related.`. + + A concrete example is IP addresses, which can be under host, observer, source, + destination, client, server, and network.forwarded_ip. If you append all IPs + to `related.ip`, you can then search for a given IP trivially, no matter where + it appeared, by querying `related.ip:192.0.2.15`.' + type: group + default_field: true + fields: + - name: hash + level: extended + type: keyword + ignore_above: 1024 + description: All the hashes seen on your event. Populating this field, then + using it to search for hashes can help in situations where you're unsure what + the hash algorithm is (and therefore which key name to search). + default_field: false + - name: hosts + level: extended + type: keyword + ignore_above: 1024 + description: All hostnames or other host identifiers seen on your event. Example + identifiers include FQDNs, domain names, workstation names, or aliases. + default_field: false + - name: ip + level: extended + type: ip + description: All of the IPs seen on your event. + - name: user + level: extended + type: keyword + ignore_above: 1024 + description: All the user names or other user identifiers seen on the event. + default_field: false + - name: rule + title: Rule + group: 2 + description: 'Rule fields are used to capture the specifics of any observer or + agent rules that generate alerts or other notable events. + + Examples of data sources that would populate the rule fields include: network + admission control platforms, network or host IDS/IPS, network firewalls, web + application firewalls, url filters, endpoint detection and response (EDR) systems, + etc.' + type: group + default_field: true + fields: + - name: author + level: extended + type: keyword + ignore_above: 1024 + description: Name, organization, or pseudonym of the author or authors who created + the rule used to generate this event. + example: '["Star-Lord"]' + default_field: false + - name: category + level: extended + type: keyword + ignore_above: 1024 + description: A categorization value keyword used by the entity using the rule + for detection of this event. + example: Attempted Information Leak + default_field: false + - name: description + level: extended + type: keyword + ignore_above: 1024 + description: The description of the rule generating the event. + example: Block requests to public DNS over HTTPS / TLS protocols + default_field: false + - name: id + level: extended + type: keyword + ignore_above: 1024 + description: A rule ID that is unique within the scope of an agent, observer, + or other entity using the rule for detection of this event. + example: 101 + default_field: false + - name: license + level: extended + type: keyword + ignore_above: 1024 + description: Name of the license under which the rule used to generate this + event is made available. + example: Apache 2.0 + default_field: false + - name: name + level: extended + type: keyword + ignore_above: 1024 + description: The name of the rule or signature generating the event. + example: BLOCK_DNS_over_TLS + default_field: false + - name: reference + level: extended + type: keyword + ignore_above: 1024 + description: 'Reference URL to additional information about the rule used to + generate this event. + + The URL can point to the vendor''s documentation about the rule. If that''s + not available, it can also be a link to a more general page describing this + type of alert.' + example: https://en.wikipedia.org/wiki/DNS_over_TLS + default_field: false + - name: ruleset + level: extended + type: keyword + ignore_above: 1024 + description: Name of the ruleset, policy, group, or parent category in which + the rule used to generate this event is a member. + example: Standard_Protocol_Filters + default_field: false + - name: uuid + level: extended + type: keyword + ignore_above: 1024 + description: A rule ID that is unique within the scope of a set or group of + agents, observers, or other entities using the rule for detection of this + event. + example: 1100110011 + default_field: false + - name: version + level: extended + type: keyword + ignore_above: 1024 + description: The version / revision of the rule being used for analysis. + example: 1.1 + default_field: false + - name: server + title: Server + group: 2 + description: 'A Server is defined as the responder in a network connection for + events regarding sessions, connections, or bidirectional flow records. + + For TCP events, the server is the receiver of the initial SYN packet(s) of the + TCP connection. For other protocols, the server is generally the responder in + the network transaction. Some systems actually use the term "responder" to refer + the server in TCP connections. The server fields describe details about the + system acting as the server in the network event. Server fields are usually + populated in conjunction with client fields. Server fields are generally not + populated for packet-level events. + + Client / server representations can add semantic context to an exchange, which + is helpful to visualize the data in certain situations. If your context falls + in that category, you should still ensure that source and destination are filled + appropriately.' + type: group + default_field: true + fields: + - name: address + level: extended + type: keyword + ignore_above: 1024 + description: 'Some event server addresses are defined ambiguously. The event + will sometimes list an IP, a domain or a unix socket. You should always store + the raw address in the `.address` field. + + Then it should be duplicated to `.ip` or `.domain`, depending on which one + it is.' + - name: as.number + level: extended + type: long + description: Unique number allocated to the autonomous system. The autonomous + system number (ASN) uniquely identifies each network on the Internet. + example: 15169 + - name: as.organization.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Organization name. + example: Google LLC + - name: bytes + level: core + type: long + format: bytes + description: Bytes sent from the server to the client. + example: 184 + - name: domain + level: core + type: keyword + ignore_above: 1024 + description: 'The domain name of the server system. + + This value may be a host name, a fully qualified domain name, or another host + naming format. The value may derive from the original event or be added from + enrichment.' + example: foo.example.com + - name: geo.city_name + level: core + type: keyword + ignore_above: 1024 + description: City name. + example: Montreal + - name: geo.continent_code + level: core + type: keyword + ignore_above: 1024 + description: Two-letter code representing continent's name. + example: NA + default_field: false + - name: geo.continent_name + level: core + type: keyword + ignore_above: 1024 + description: Name of the continent. + example: North America + - name: geo.country_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Country ISO code. + example: CA + - name: geo.country_name + level: core + type: keyword + ignore_above: 1024 + description: Country name. + example: Canada + - name: geo.location + level: core + type: geo_point + description: Longitude and latitude. + example: '{ "lon": -73.614830, "lat": 45.505918 }' + - name: geo.name + level: extended + type: keyword + ignore_above: 1024 + description: 'User-defined description of a location, at the level of granularity + they care about. + + Could be the name of their data centers, the floor number, if this describes + a local physical entity, city names. + + Not typically used in automated geolocation.' + example: boston-dc + - name: geo.postal_code + level: core + type: keyword + ignore_above: 1024 + description: 'Postal code associated with the location. + + Values appropriate for this field may also be known as a postcode or ZIP code + and will vary widely from country to country.' + example: 94040 + default_field: false + - name: geo.region_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Region ISO code. + example: CA-QC + - name: geo.region_name + level: core + type: keyword + ignore_above: 1024 + description: Region name. + example: Quebec + - name: geo.timezone + level: core + type: keyword + ignore_above: 1024 + description: The time zone of the location, such as IANA time zone name. + example: America/Argentina/Buenos_Aires + default_field: false + - name: ip + level: core + type: ip + description: IP address of the server (IPv4 or IPv6). + - name: mac + level: core + type: keyword + ignore_above: 1024 + description: 'MAC address of the server. + + The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit + byte) is represented by two [uppercase] hexadecimal digits giving the value + of the octet as an unsigned integer. Successive octets are separated by a + hyphen.' + example: 00-00-5E-00-53-23 + pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ + - name: nat.ip + level: extended + type: ip + description: 'Translated ip of destination based NAT sessions (e.g. internet + to private DMZ) + + Typically used with load balancers, firewalls, or routers.' + - name: nat.port + level: extended + type: long + format: string + description: 'Translated port of destination based NAT sessions (e.g. internet + to private DMZ) + + Typically used with load balancers, firewalls, or routers.' + - name: packets + level: core + type: long + description: Packets sent from the server to the client. + example: 12 + - name: port + level: core + type: long + format: string + description: Port of the server. + - name: registered_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The highest registered server domain, stripped of the subdomain. + + For example, the registered domain for "foo.example.com" is "example.com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last two labels will not work well for TLDs such as "co.uk".' + example: example.com + - name: subdomain + level: extended + type: keyword + ignore_above: 1024 + description: 'The subdomain portion of a fully qualified domain name includes + all of the names except the host name under the registered_domain. In a partially + qualified domain, or if the the qualification level of the full name cannot + be determined, subdomain contains all of the names below the registered domain. + + For example the subdomain portion of "www.east.mydomain.co.uk" is "east". + If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", + the subdomain field should contain "sub2.sub1", with no trailing period.' + example: east + default_field: false + - name: top_level_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The effective top level domain (eTLD), also known as the domain + suffix, is the last part of the domain name. For example, the top level domain + for example.com is "com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last label will not work well for effective TLDs such as "co.uk".' + example: co.uk + - name: user.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the user is a member of. + + For example, an LDAP or Active Directory domain name.' + - name: user.email + level: extended + type: keyword + ignore_above: 1024 + description: User email address. + - name: user.full_name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: User's full name, if available. + example: Albert Einstein + - name: user.group.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the group is a member of. + + For example, an LDAP or Active Directory domain name.' + - name: user.group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + - name: user.group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + - name: user.hash + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique user hash to correlate information for a user in anonymized + form. + + Useful if `user.id` or `user.name` contain confidential information and cannot + be used.' + - name: user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + - name: user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Short name or login of the user. + example: a.einstein + - name: user.roles + level: extended + type: keyword + ignore_above: 1024 + description: Array of user roles at the time of the event. + example: '["kibana_admin", "reporting_user"]' + default_field: false + - name: service + title: Service + group: 2 + description: 'The service fields describe the service for or from which the data + was collected. + + These fields help you find and correlate logs for a specific service and version.' + footnote: The service fields may be self-nested under service.origin.* and service.target.* + to describe origin or target services in the context of incoming or outgoing + requests, respectively. However, the fieldsets service.origin.* and service.target.* + must not be confused with the root service fieldset that is used to describe + the actual service under observation. The fieldset service.origin.* may only + be used in the context of incoming requests or events to describe the originating + service of the request. The fieldset service.target.* may only be used in the + context of outgoing requests or events to describe the target service of the + request. + type: group + default_field: true + fields: + - name: address + level: extended + type: keyword + ignore_above: 1024 + description: 'Address where data about this service was collected from. + + This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource + path (sockets).' + example: 172.26.0.2:5432 + default_field: false + - name: environment + level: extended + type: keyword + ignore_above: 1024 + description: 'Identifies the environment where the service is running. + + If the same service runs in different environments (production, staging, QA, + development, etc.), the environment can identify other instances of the same + service. Can also group services and applications from the same environment.' + example: production + default_field: false + - name: ephemeral_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Ephemeral identifier of this service (if one exists). + + This id normally changes across restarts, but `service.id` does not.' + example: 8a4f500f + - name: id + level: core + type: keyword + ignore_above: 1024 + description: 'Unique identifier of the running service. If the service is comprised + of many nodes, the `service.id` should be the same for all nodes. + + This id should uniquely identify the service. This makes it possible to correlate + logs and metrics for one specific service, no matter which particular node + emitted the event. + + Note that if you need to see the events from one specific host of the service, + you should filter on that `host.name` or `host.id` instead.' + example: d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6 + - name: name + level: core + type: keyword + ignore_above: 1024 + description: 'Name of the service data is collected from. + + The name of the service is normally user given. This allows for distributed + services that run on multiple hosts to correlate the related instances based + on the name. + + In the case of Elasticsearch the `service.name` could contain the cluster + name. For Beats the `service.name` is by default a copy of the `service.type` + field if no name is specified.' + example: elasticsearch-metrics + - name: node.name + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of a service node. + + This allows for two nodes of the same service running on the same host to + be differentiated. Therefore, `service.node.name` should typically be unique + across nodes of a given service. + + In the case of Elasticsearch, the `service.node.name` could contain the unique + node name within the Elasticsearch cluster. In cases where the service doesn''t + have the concept of a node name, the host name or container name can be used + to distinguish running instances that make up this service. If those do not + provide uniqueness (e.g. multiple instances of the service running on the + same host) - the node name can be manually set.' + example: instance-0000000016 + - name: node.role + level: extended + type: keyword + ignore_above: 1024 + description: 'Deprecated for removal in next major version release. This field + will be superseded by `node.roles`. + + Role of a service node. + + This allows for distinction between different running roles of the same service. + + In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks`. + + In the case of Elasticsearch, the `service.node.role` could be `master` or + `data`. + + Other services could use this to distinguish between a `web` and `worker` + role running as part of the service.' + example: background_tasks + default_field: false + - name: node.roles + level: extended + type: keyword + ignore_above: 1024 + description: 'Roles of a service node. + + This allows for distinction between different running roles of the same service. + + In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks` + or both. + + In the case of Elasticsearch, the `service.node.role` could be `master` or + `data` or both. + + Other services could use this to distinguish between a `web` and `worker` + role running as part of the service.' + example: '["ui", "background_tasks"]' + default_field: false + - name: origin.address + level: extended + type: keyword + ignore_above: 1024 + description: 'Address where data about this service was collected from. + + This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource + path (sockets).' + example: 172.26.0.2:5432 + default_field: false + - name: origin.environment + level: extended + type: keyword + ignore_above: 1024 + description: 'Identifies the environment where the service is running. + + If the same service runs in different environments (production, staging, QA, + development, etc.), the environment can identify other instances of the same + service. Can also group services and applications from the same environment.' + example: production + default_field: false + - name: origin.ephemeral_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Ephemeral identifier of this service (if one exists). + + This id normally changes across restarts, but `service.id` does not.' + example: 8a4f500f + default_field: false + - name: origin.id + level: core + type: keyword + ignore_above: 1024 + description: 'Unique identifier of the running service. If the service is comprised + of many nodes, the `service.id` should be the same for all nodes. + + This id should uniquely identify the service. This makes it possible to correlate + logs and metrics for one specific service, no matter which particular node + emitted the event. + + Note that if you need to see the events from one specific host of the service, + you should filter on that `host.name` or `host.id` instead.' + example: d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6 + default_field: false + - name: origin.name + level: core + type: keyword + ignore_above: 1024 + description: 'Name of the service data is collected from. + + The name of the service is normally user given. This allows for distributed + services that run on multiple hosts to correlate the related instances based + on the name. + + In the case of Elasticsearch the `service.name` could contain the cluster + name. For Beats the `service.name` is by default a copy of the `service.type` + field if no name is specified.' + example: elasticsearch-metrics + default_field: false + - name: origin.node.name + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of a service node. + + This allows for two nodes of the same service running on the same host to + be differentiated. Therefore, `service.node.name` should typically be unique + across nodes of a given service. + + In the case of Elasticsearch, the `service.node.name` could contain the unique + node name within the Elasticsearch cluster. In cases where the service doesn''t + have the concept of a node name, the host name or container name can be used + to distinguish running instances that make up this service. If those do not + provide uniqueness (e.g. multiple instances of the service running on the + same host) - the node name can be manually set.' + example: instance-0000000016 + default_field: false + - name: origin.node.role + level: extended + type: keyword + ignore_above: 1024 + description: 'Deprecated for removal in next major version release. This field + will be superseded by `node.roles`. + + Role of a service node. + + This allows for distinction between different running roles of the same service. + + In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks`. + + In the case of Elasticsearch, the `service.node.role` could be `master` or + `data`. + + Other services could use this to distinguish between a `web` and `worker` + role running as part of the service.' + example: background_tasks + default_field: false + - name: origin.node.roles + level: extended + type: keyword + ignore_above: 1024 + description: 'Roles of a service node. + + This allows for distinction between different running roles of the same service. + + In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks` + or both. + + In the case of Elasticsearch, the `service.node.role` could be `master` or + `data` or both. + + Other services could use this to distinguish between a `web` and `worker` + role running as part of the service.' + example: '["ui", "background_tasks"]' + default_field: false + - name: origin.state + level: core + type: keyword + ignore_above: 1024 + description: Current state of the service. + default_field: false + - name: origin.type + level: core + type: keyword + ignore_above: 1024 + description: 'The type of the service data is collected from. + + The type can be used to group and correlate logs and metrics from one service + type. + + Example: If logs or metrics are collected from Elasticsearch, `service.type` + would be `elasticsearch`.' + example: elasticsearch + default_field: false + - name: origin.version + level: core + type: keyword + ignore_above: 1024 + description: 'Version of the service the data was collected from. + + This allows to look at a data set only for a specific version of a service.' + example: 3.2.4 + default_field: false + - name: state + level: core + type: keyword + ignore_above: 1024 + description: Current state of the service. + - name: target.address + level: extended + type: keyword + ignore_above: 1024 + description: 'Address where data about this service was collected from. + + This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource + path (sockets).' + example: 172.26.0.2:5432 + default_field: false + - name: target.environment + level: extended + type: keyword + ignore_above: 1024 + description: 'Identifies the environment where the service is running. + + If the same service runs in different environments (production, staging, QA, + development, etc.), the environment can identify other instances of the same + service. Can also group services and applications from the same environment.' + example: production + default_field: false + - name: target.ephemeral_id + level: extended + type: keyword + ignore_above: 1024 + description: 'Ephemeral identifier of this service (if one exists). + + This id normally changes across restarts, but `service.id` does not.' + example: 8a4f500f + default_field: false + - name: target.id + level: core + type: keyword + ignore_above: 1024 + description: 'Unique identifier of the running service. If the service is comprised + of many nodes, the `service.id` should be the same for all nodes. + + This id should uniquely identify the service. This makes it possible to correlate + logs and metrics for one specific service, no matter which particular node + emitted the event. + + Note that if you need to see the events from one specific host of the service, + you should filter on that `host.name` or `host.id` instead.' + example: d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6 + default_field: false + - name: target.name + level: core + type: keyword + ignore_above: 1024 + description: 'Name of the service data is collected from. + + The name of the service is normally user given. This allows for distributed + services that run on multiple hosts to correlate the related instances based + on the name. + + In the case of Elasticsearch the `service.name` could contain the cluster + name. For Beats the `service.name` is by default a copy of the `service.type` + field if no name is specified.' + example: elasticsearch-metrics + default_field: false + - name: target.node.name + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of a service node. + + This allows for two nodes of the same service running on the same host to + be differentiated. Therefore, `service.node.name` should typically be unique + across nodes of a given service. + + In the case of Elasticsearch, the `service.node.name` could contain the unique + node name within the Elasticsearch cluster. In cases where the service doesn''t + have the concept of a node name, the host name or container name can be used + to distinguish running instances that make up this service. If those do not + provide uniqueness (e.g. multiple instances of the service running on the + same host) - the node name can be manually set.' + example: instance-0000000016 + default_field: false + - name: target.node.role + level: extended + type: keyword + ignore_above: 1024 + description: 'Deprecated for removal in next major version release. This field + will be superseded by `node.roles`. + + Role of a service node. + + This allows for distinction between different running roles of the same service. + + In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks`. + + In the case of Elasticsearch, the `service.node.role` could be `master` or + `data`. + + Other services could use this to distinguish between a `web` and `worker` + role running as part of the service.' + example: background_tasks + default_field: false + - name: target.node.roles + level: extended + type: keyword + ignore_above: 1024 + description: 'Roles of a service node. + + This allows for distinction between different running roles of the same service. + + In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks` + or both. + + In the case of Elasticsearch, the `service.node.role` could be `master` or + `data` or both. + + Other services could use this to distinguish between a `web` and `worker` + role running as part of the service.' + example: '["ui", "background_tasks"]' + default_field: false + - name: target.state + level: core + type: keyword + ignore_above: 1024 + description: Current state of the service. + default_field: false + - name: target.type + level: core + type: keyword + ignore_above: 1024 + description: 'The type of the service data is collected from. + + The type can be used to group and correlate logs and metrics from one service + type. + + Example: If logs or metrics are collected from Elasticsearch, `service.type` + would be `elasticsearch`.' + example: elasticsearch + default_field: false + - name: target.version + level: core + type: keyword + ignore_above: 1024 + description: 'Version of the service the data was collected from. + + This allows to look at a data set only for a specific version of a service.' + example: 3.2.4 + default_field: false + - name: type + level: core + type: keyword + ignore_above: 1024 + description: 'The type of the service data is collected from. + + The type can be used to group and correlate logs and metrics from one service + type. + + Example: If logs or metrics are collected from Elasticsearch, `service.type` + would be `elasticsearch`.' + example: elasticsearch + - name: version + level: core + type: keyword + ignore_above: 1024 + description: 'Version of the service the data was collected from. + + This allows to look at a data set only for a specific version of a service.' + example: 3.2.4 + - name: source + title: Source + group: 2 + description: 'Source fields capture details about the sender of a network exchange/packet. + These fields are populated from a network event, packet, or other event containing + details of a network transaction. + + Source fields are usually populated in conjunction with destination fields. + The source and destination fields are considered the baseline and should always + be filled if an event contains source and destination details from a network + transaction. If the event also contains identification of the client and server + roles, then the client and server fields should also be populated.' + type: group + default_field: true + fields: + - name: address + level: extended + type: keyword + ignore_above: 1024 + description: 'Some event source addresses are defined ambiguously. The event + will sometimes list an IP, a domain or a unix socket. You should always store + the raw address in the `.address` field. + + Then it should be duplicated to `.ip` or `.domain`, depending on which one + it is.' + - name: as.number + level: extended + type: long + description: Unique number allocated to the autonomous system. The autonomous + system number (ASN) uniquely identifies each network on the Internet. + example: 15169 + - name: as.organization.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Organization name. + example: Google LLC + - name: bytes + level: core + type: long + format: bytes + description: Bytes sent from the source to the destination. + example: 184 + - name: domain + level: core + type: keyword + ignore_above: 1024 + description: 'The domain name of the source system. + + This value may be a host name, a fully qualified domain name, or another host + naming format. The value may derive from the original event or be added from + enrichment.' + example: foo.example.com + - name: geo.city_name + level: core + type: keyword + ignore_above: 1024 + description: City name. + example: Montreal + - name: geo.continent_code + level: core + type: keyword + ignore_above: 1024 + description: Two-letter code representing continent's name. + example: NA + default_field: false + - name: geo.continent_name + level: core + type: keyword + ignore_above: 1024 + description: Name of the continent. + example: North America + - name: geo.country_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Country ISO code. + example: CA + - name: geo.country_name + level: core + type: keyword + ignore_above: 1024 + description: Country name. + example: Canada + - name: geo.location + level: core + type: geo_point + description: Longitude and latitude. + example: '{ "lon": -73.614830, "lat": 45.505918 }' + - name: geo.name + level: extended + type: keyword + ignore_above: 1024 + description: 'User-defined description of a location, at the level of granularity + they care about. + + Could be the name of their data centers, the floor number, if this describes + a local physical entity, city names. + + Not typically used in automated geolocation.' + example: boston-dc + - name: geo.postal_code + level: core + type: keyword + ignore_above: 1024 + description: 'Postal code associated with the location. + + Values appropriate for this field may also be known as a postcode or ZIP code + and will vary widely from country to country.' + example: 94040 + default_field: false + - name: geo.region_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Region ISO code. + example: CA-QC + - name: geo.region_name + level: core + type: keyword + ignore_above: 1024 + description: Region name. + example: Quebec + - name: geo.timezone + level: core + type: keyword + ignore_above: 1024 + description: The time zone of the location, such as IANA time zone name. + example: America/Argentina/Buenos_Aires + default_field: false + - name: ip + level: core + type: ip + description: IP address of the source (IPv4 or IPv6). + - name: mac + level: core + type: keyword + ignore_above: 1024 + description: 'MAC address of the source. + + The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit + byte) is represented by two [uppercase] hexadecimal digits giving the value + of the octet as an unsigned integer. Successive octets are separated by a + hyphen.' + example: 00-00-5E-00-53-23 + pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ + - name: nat.ip + level: extended + type: ip + description: 'Translated ip of source based NAT sessions (e.g. internal client + to internet) + + Typically connections traversing load balancers, firewalls, or routers.' + - name: nat.port + level: extended + type: long + format: string + description: 'Translated port of source based NAT sessions. (e.g. internal client + to internet) + + Typically used with load balancers, firewalls, or routers.' + - name: packets + level: core + type: long + description: Packets sent from the source to the destination. + example: 12 + - name: port + level: core + type: long + format: string + description: Port of the source. + - name: registered_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The highest registered source domain, stripped of the subdomain. + + For example, the registered domain for "foo.example.com" is "example.com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last two labels will not work well for TLDs such as "co.uk".' + example: example.com + - name: subdomain + level: extended + type: keyword + ignore_above: 1024 + description: 'The subdomain portion of a fully qualified domain name includes + all of the names except the host name under the registered_domain. In a partially + qualified domain, or if the the qualification level of the full name cannot + be determined, subdomain contains all of the names below the registered domain. + + For example the subdomain portion of "www.east.mydomain.co.uk" is "east". + If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", + the subdomain field should contain "sub2.sub1", with no trailing period.' + example: east + default_field: false + - name: top_level_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The effective top level domain (eTLD), also known as the domain + suffix, is the last part of the domain name. For example, the top level domain + for example.com is "com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last label will not work well for effective TLDs such as "co.uk".' + example: co.uk + - name: user.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the user is a member of. + + For example, an LDAP or Active Directory domain name.' + - name: user.email + level: extended + type: keyword + ignore_above: 1024 + description: User email address. + - name: user.full_name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: User's full name, if available. + example: Albert Einstein + - name: user.group.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the group is a member of. + + For example, an LDAP or Active Directory domain name.' + - name: user.group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + - name: user.group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + - name: user.hash + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique user hash to correlate information for a user in anonymized + form. + + Useful if `user.id` or `user.name` contain confidential information and cannot + be used.' + - name: user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + - name: user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Short name or login of the user. + example: a.einstein + - name: user.roles + level: extended + type: keyword + ignore_above: 1024 + description: Array of user roles at the time of the event. + example: '["kibana_admin", "reporting_user"]' + default_field: false + - name: threat + title: Threat + group: 2 + description: "Fields to classify events and alerts according to a threat taxonomy\ + \ such as the MITRE ATT&CK\xAE framework.\nThese fields are for users to classify\ + \ alerts from all of their sources (e.g. IDS, NGFW, etc.) within a common taxonomy.\ + \ The threat.tactic.* fields are meant to capture the high level category of\ + \ the threat (e.g. \"impact\"). The threat.technique.* fields are meant to capture\ + \ which kind of approach is used by this detected threat, to accomplish the\ + \ goal (e.g. \"endpoint denial of service\")." + type: group + default_field: true + fields: + - name: enrichments + level: extended + type: nested + description: A list of associated indicators objects enriching the event, and + the context of that association/enrichment. + default_field: false + - name: enrichments.indicator + level: extended + type: object + description: Object containing associated indicators enriching the event. + default_field: false + - name: enrichments.indicator.as.number + level: extended + type: long + description: Unique number allocated to the autonomous system. The autonomous + system number (ASN) uniquely identifies each network on the Internet. + example: 15169 + default_field: false + - name: enrichments.indicator.as.organization.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Organization name. + example: Google LLC + default_field: false + - name: enrichments.indicator.confidence + level: extended + type: keyword + ignore_above: 1024 + description: Identifies the vendor-neutral confidence rating using the None/Low/Medium/High + scale defined in Appendix A of the STIX 2.1 framework. Vendor-specific confidence + scales may be added as custom fields. + example: Medium + default_field: false + - name: enrichments.indicator.description + level: extended + type: keyword + ignore_above: 1024 + description: Describes the type of action conducted by the threat. + example: IP x.x.x.x was observed delivering the Angler EK. + default_field: false + - name: enrichments.indicator.email.address + level: extended + type: keyword + ignore_above: 1024 + description: Identifies a threat indicator as an email address (irrespective + of direction). + example: phish@example.com + default_field: false + - name: enrichments.indicator.file.accessed + level: extended + type: date + description: 'Last time the file was accessed. + + Note that not all filesystems keep track of access time.' + default_field: false + - name: enrichments.indicator.file.attributes + level: extended + type: keyword + ignore_above: 1024 + description: 'Array of file attributes. + + Attributes names will vary by platform. Here''s a non-exhaustive list of values + that are expected in this field: archive, compressed, directory, encrypted, + execute, hidden, read, readonly, system, write.' + example: '["readonly", "system"]' + default_field: false + - name: enrichments.indicator.file.code_signature.digest_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: 'The hashing algorithm used to sign the process. + + This value can distinguish signatures when a file is signed multiple times + by the same signer but with a different digest algorithm.' + example: sha256 + default_field: false + - name: enrichments.indicator.file.code_signature.exists + level: core + type: boolean + description: Boolean to capture if a signature is present. + example: 'true' + default_field: false + - name: enrichments.indicator.file.code_signature.signing_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The identifier used to sign the process. + + This is used to identify the application manufactured by a software vendor. + The field is relevant to Apple *OS only.' + example: com.apple.xpc.proxy + default_field: false + - name: enrichments.indicator.file.code_signature.status + level: extended + type: keyword + ignore_above: 1024 + description: 'Additional information about the certificate status. + + This is useful for logging cryptographic errors with the certificate validity + or trust status. Leave unpopulated if the validity or trust of the certificate + was unchecked.' + example: ERROR_UNTRUSTED_ROOT + default_field: false + - name: enrichments.indicator.file.code_signature.subject_name + level: core + type: keyword + ignore_above: 1024 + description: Subject name of the code signer + example: Microsoft Corporation + default_field: false + - name: enrichments.indicator.file.code_signature.team_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The team identifier used to sign the process. + + This is used to identify the team or vendor of a software product. The field + is relevant to Apple *OS only.' + example: EQHXZ8M8AV + default_field: false + - name: enrichments.indicator.file.code_signature.timestamp + level: extended + type: date + description: Date and time when the code signature was generated and signed. + example: '2021-01-01T12:10:30Z' + default_field: false + - name: enrichments.indicator.file.code_signature.trusted + level: extended + type: boolean + description: 'Stores the trust status of the certificate chain. + + Validating the trust of the certificate chain may be complicated, and this + field should only be populated by tools that actively check the status.' + example: 'true' + default_field: false + - name: enrichments.indicator.file.code_signature.valid + level: extended + type: boolean + description: 'Boolean to capture if the digital signature is verified against + the binary content. + + Leave unpopulated if a certificate was unchecked.' + example: 'true' + default_field: false + - name: enrichments.indicator.file.created + level: extended + type: date + description: 'File creation time. + + Note that not all filesystems store the creation time.' + default_field: false + - name: enrichments.indicator.file.ctime + level: extended + type: date + description: 'Last time the file attributes or metadata changed. + + Note that changes to the file content will update `mtime`. This implies `ctime` + will be adjusted at the same time, since `mtime` is an attribute of the file.' + default_field: false + - name: enrichments.indicator.file.device + level: extended + type: keyword + ignore_above: 1024 + description: Device that is the source of the file. + example: sda + default_field: false + - name: enrichments.indicator.file.directory + level: extended + type: keyword + ignore_above: 1024 + description: Directory where the file is located. It should include the drive + letter, when appropriate. + example: /home/alice + default_field: false + - name: enrichments.indicator.file.drive_letter + level: extended + type: keyword + ignore_above: 1 + description: 'Drive letter where the file is located. This field is only relevant + on Windows. + + The value should be uppercase, and not include the colon.' + example: C + default_field: false + - name: enrichments.indicator.file.elf.architecture + level: extended + type: keyword + ignore_above: 1024 + description: Machine architecture of the ELF file. + example: x86-64 + default_field: false + - name: enrichments.indicator.file.elf.byte_order + level: extended + type: keyword + ignore_above: 1024 + description: Byte sequence of ELF file. + example: Little Endian + default_field: false + - name: enrichments.indicator.file.elf.cpu_type + level: extended + type: keyword + ignore_above: 1024 + description: CPU type of the ELF file. + example: Intel + default_field: false + - name: enrichments.indicator.file.elf.creation_date + level: extended + type: date + description: Extracted when possible from the file's metadata. Indicates when + it was built or compiled. It can also be faked by malware creators. + default_field: false + - name: enrichments.indicator.file.elf.exports + level: extended + type: flattened + description: List of exported element names and types. + default_field: false + - name: enrichments.indicator.file.elf.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in an ELF file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: enrichments.indicator.file.elf.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: enrichments.indicator.file.elf.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: enrichments.indicator.file.elf.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: enrichments.indicator.file.elf.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: enrichments.indicator.file.elf.header.abi_version + level: extended + type: keyword + ignore_above: 1024 + description: Version of the ELF Application Binary Interface (ABI). + default_field: false + - name: enrichments.indicator.file.elf.header.class + level: extended + type: keyword + ignore_above: 1024 + description: Header class of the ELF file. + default_field: false + - name: enrichments.indicator.file.elf.header.data + level: extended + type: keyword + ignore_above: 1024 + description: Data table of the ELF header. + default_field: false + - name: enrichments.indicator.file.elf.header.entrypoint + level: extended + type: long + format: string + description: Header entrypoint of the ELF file. + default_field: false + - name: enrichments.indicator.file.elf.header.object_version + level: extended + type: keyword + ignore_above: 1024 + description: '"0x1" for original ELF files.' + default_field: false + - name: enrichments.indicator.file.elf.header.os_abi + level: extended + type: keyword + ignore_above: 1024 + description: Application Binary Interface (ABI) of the Linux OS. + default_field: false + - name: enrichments.indicator.file.elf.header.type + level: extended + type: keyword + ignore_above: 1024 + description: Header type of the ELF file. + default_field: false + - name: enrichments.indicator.file.elf.header.version + level: extended + type: keyword + ignore_above: 1024 + description: Version of the ELF header. + default_field: false + - name: enrichments.indicator.file.elf.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in an ELF file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is an ELF implementation of the Windows PE imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: enrichments.indicator.file.elf.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: enrichments.indicator.file.elf.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: enrichments.indicator.file.elf.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: enrichments.indicator.file.elf.sections + level: extended + type: nested + description: 'An array containing an object for each section of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.sections.*`.' + default_field: false + - name: enrichments.indicator.file.elf.sections.chi2 + level: extended + type: long + format: number + description: Chi-square probability distribution of the section. + default_field: false + - name: enrichments.indicator.file.elf.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: enrichments.indicator.file.elf.sections.flags + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List flags. + default_field: false + - name: enrichments.indicator.file.elf.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List name. + default_field: false + - name: enrichments.indicator.file.elf.sections.physical_offset + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List offset. + default_field: false + - name: enrichments.indicator.file.elf.sections.physical_size + level: extended + type: long + format: bytes + description: ELF Section List physical size. + default_field: false + - name: enrichments.indicator.file.elf.sections.type + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List type. + default_field: false + - name: enrichments.indicator.file.elf.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: enrichments.indicator.file.elf.sections.virtual_address + level: extended + type: long + format: string + description: ELF Section List virtual address. + default_field: false + - name: enrichments.indicator.file.elf.sections.virtual_size + level: extended + type: long + format: string + description: ELF Section List virtual size. + default_field: false + - name: enrichments.indicator.file.elf.segments + level: extended + type: nested + description: 'An array containing an object for each segment of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.segments.*`.' + default_field: false + - name: enrichments.indicator.file.elf.segments.sections + level: extended + type: keyword + ignore_above: 1024 + description: ELF object segment sections. + default_field: false + - name: enrichments.indicator.file.elf.segments.type + level: extended + type: keyword + ignore_above: 1024 + description: ELF object segment type. + default_field: false + - name: enrichments.indicator.file.elf.shared_libraries + level: extended + type: keyword + ignore_above: 1024 + description: List of shared libraries used by this ELF object. + default_field: false + - name: enrichments.indicator.file.elf.telfhash + level: extended + type: keyword + ignore_above: 1024 + description: telfhash symbol hash for ELF file. + default_field: false + - name: enrichments.indicator.file.extension + level: extended + type: keyword + ignore_above: 1024 + description: 'File extension, excluding the leading dot. + + Note that when the file name has multiple extensions (example.tar.gz), only + the last one should be captured ("gz", not "tar.gz").' + example: png + default_field: false + - name: enrichments.indicator.file.fork_name + level: extended + type: keyword + ignore_above: 1024 + description: 'A fork is additional data associated with a filesystem object. + + On Linux, a resource fork is used to store additional data with a filesystem + object. A file always has at least one fork for the data portion, and additional + forks may exist. + + On NTFS, this is analogous to an Alternate Data Stream (ADS), and the default + data stream for a file is just called $DATA. Zone.Identifier is commonly used + by Windows to track contents downloaded from the Internet. An ADS is typically + of the form: `C:\path\to\filename.extension:some_fork_name`, and `some_fork_name` + is the value that should populate `fork_name`. `filename.extension` should + populate `file.name`, and `extension` should populate `file.extension`. The + full path, `file.path`, will include the fork name.' + example: Zone.Identifer + default_field: false + - name: enrichments.indicator.file.gid + level: extended + type: keyword + ignore_above: 1024 + description: Primary group ID (GID) of the file. + example: '1001' + default_field: false + - name: enrichments.indicator.file.group + level: extended + type: keyword + ignore_above: 1024 + description: Primary group name of the file. + example: alice + default_field: false + - name: enrichments.indicator.file.hash.md5 + level: extended + type: keyword + ignore_above: 1024 + description: MD5 hash. + default_field: false + - name: enrichments.indicator.file.hash.sha1 + level: extended + type: keyword + ignore_above: 1024 + description: SHA1 hash. + default_field: false + - name: enrichments.indicator.file.hash.sha256 + level: extended + type: keyword + ignore_above: 1024 + description: SHA256 hash. + default_field: false + - name: enrichments.indicator.file.hash.sha384 + level: extended + type: keyword + ignore_above: 1024 + description: SHA384 hash. + default_field: false + - name: enrichments.indicator.file.hash.sha512 + level: extended + type: keyword + ignore_above: 1024 + description: SHA512 hash. + default_field: false + - name: enrichments.indicator.file.hash.ssdeep + level: extended + type: keyword + ignore_above: 1024 + description: SSDEEP hash. + default_field: false + - name: enrichments.indicator.file.hash.tlsh + level: extended + type: keyword + ignore_above: 1024 + description: TLSH hash. + default_field: false + - name: enrichments.indicator.file.inode + level: extended + type: keyword + ignore_above: 1024 + description: Inode representing the file in the filesystem. + example: '256383' + default_field: false + - name: enrichments.indicator.file.mime_type + level: extended + type: keyword + ignore_above: 1024 + description: MIME type should identify the format of the file or stream of bytes + using https://www.iana.org/assignments/media-types/media-types.xhtml[IANA + official types], where possible. When more than one type is applicable, the + most specific type should be used. + default_field: false + - name: enrichments.indicator.file.mode + level: extended + type: keyword + ignore_above: 1024 + description: Mode of the file in octal representation. + example: '0640' + default_field: false + - name: enrichments.indicator.file.mtime + level: extended + type: date + description: Last time the file content was modified. + default_field: false + - name: enrichments.indicator.file.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the file including the extension, without the directory. + example: example.png + default_field: false + - name: enrichments.indicator.file.owner + level: extended + type: keyword + ignore_above: 1024 + description: File owner's username. + example: alice + default_field: false + - name: enrichments.indicator.file.path + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Full path to the file, including the file name. It should include + the drive letter, when appropriate. + example: /home/alice/example.png + default_field: false + - name: enrichments.indicator.file.pe.architecture + level: extended + type: keyword + ignore_above: 1024 + description: CPU architecture target for the file. + example: x64 + default_field: false + - name: enrichments.indicator.file.pe.company + level: extended + type: keyword + ignore_above: 1024 + description: Internal company name of the file, provided at compile-time. + example: Microsoft Corporation + default_field: false + - name: enrichments.indicator.file.pe.description + level: extended + type: keyword + ignore_above: 1024 + description: Internal description of the file, provided at compile-time. + example: Paint + default_field: false + - name: enrichments.indicator.file.pe.file_version + level: extended + type: keyword + ignore_above: 1024 + description: Internal version of the file, provided at compile-time. + example: 6.3.9600.17415 + default_field: false + - name: enrichments.indicator.file.pe.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in a PE file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: enrichments.indicator.file.pe.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: enrichments.indicator.file.pe.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: enrichments.indicator.file.pe.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: enrichments.indicator.file.pe.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: enrichments.indicator.file.pe.imphash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An imphash -- or import hash + -- can be used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' + example: 0c6803c4e922103c4dca5963aad36ddf + default_field: false + - name: enrichments.indicator.file.pe.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is a synonym for imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: enrichments.indicator.file.pe.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: enrichments.indicator.file.pe.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: enrichments.indicator.file.pe.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: enrichments.indicator.file.pe.original_file_name + level: extended + type: keyword + ignore_above: 1024 + description: Internal name of the file, provided at compile-time. + example: MSPAINT.EXE + default_field: false + - name: enrichments.indicator.file.pe.pehash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the PE header and data from one or more PE sections. + An pehash can be used to cluster files by transforming structural information + about a file into a hash value. + + Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' + example: 73ff189b63cd6be375a7ff25179a38d347651975 + default_field: false + - name: enrichments.indicator.file.pe.product + level: extended + type: keyword + ignore_above: 1024 + description: Internal product name of the file, provided at compile-time. + example: "Microsoft\xAE Windows\xAE Operating System" + default_field: false + - name: enrichments.indicator.file.pe.sections + level: extended + type: nested + description: 'An array containing an object for each section of the PE file. + + The keys that should be present in these objects are defined by sub-fields + underneath `pe.sections.*`.' + default_field: false + - name: enrichments.indicator.file.pe.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: enrichments.indicator.file.pe.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: PE Section List name. + default_field: false + - name: enrichments.indicator.file.pe.sections.physical_size + level: extended + type: long + format: bytes + description: PE Section List physical size. + default_field: false + - name: enrichments.indicator.file.pe.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: enrichments.indicator.file.pe.sections.virtual_size + level: extended + type: long + format: string + description: PE Section List virtual size. This is always the same as `physical_size`. + default_field: false + - name: enrichments.indicator.file.size + level: extended + type: long + description: 'File size in bytes. + + Only relevant when `file.type` is "file".' + example: 16384 + default_field: false + - name: enrichments.indicator.file.target_path + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Target path for symlinks. + default_field: false + - name: enrichments.indicator.file.type + level: extended + type: keyword + ignore_above: 1024 + description: File type (file, dir, or symlink). + example: file + default_field: false + - name: enrichments.indicator.file.uid + level: extended + type: keyword + ignore_above: 1024 + description: The user ID (UID) or security identifier (SID) of the file owner. + example: '1001' + default_field: false + - name: enrichments.indicator.file.x509.alternative_names + level: extended + type: keyword + ignore_above: 1024 + description: List of subject alternative names (SAN). Name types vary by certificate + authority and certificate type but commonly contain IP addresses, DNS names + (and wildcards), and email addresses. + example: '*.elastic.co' + default_field: false + - name: enrichments.indicator.file.x509.issuer.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common name (CN) of issuing certificate authority. + example: Example SHA2 High Assurance Server CA + default_field: false + - name: enrichments.indicator.file.x509.issuer.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) codes + example: US + default_field: false + - name: enrichments.indicator.file.x509.issuer.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of issuing certificate authority. + example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance + Server CA + default_field: false + - name: enrichments.indicator.file.x509.issuer.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: Mountain View + default_field: false + - name: enrichments.indicator.file.x509.issuer.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of issuing certificate authority. + example: Example Inc + default_field: false + - name: enrichments.indicator.file.x509.issuer.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of issuing certificate authority. + example: www.example.com + default_field: false + - name: enrichments.indicator.file.x509.issuer.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: enrichments.indicator.file.x509.not_after + level: extended + type: date + description: Time at which the certificate is no longer considered valid. + example: '2020-07-16T03:15:39Z' + default_field: false + - name: enrichments.indicator.file.x509.not_before + level: extended + type: date + description: Time at which the certificate is first considered valid. + example: '2019-08-16T01:40:25Z' + default_field: false + - name: enrichments.indicator.file.x509.public_key_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Algorithm used to generate the public key. + example: RSA + default_field: false + - name: enrichments.indicator.file.x509.public_key_curve + level: extended + type: keyword + ignore_above: 1024 + description: The curve used by the elliptic curve public key algorithm. This + is algorithm specific. + example: nistp521 + default_field: false + - name: enrichments.indicator.file.x509.public_key_exponent + level: extended + type: long + description: Exponent used to derive the public key. This is algorithm specific. + example: 65537 + index: false + doc_values: false + default_field: false + - name: enrichments.indicator.file.x509.public_key_size + level: extended + type: long + description: The size of the public key space in bits. + example: 2048 + default_field: false + - name: enrichments.indicator.file.x509.serial_number + level: extended + type: keyword + ignore_above: 1024 + description: Unique serial number issued by the certificate authority. For consistency, + if this value is alphanumeric, it should be formatted without colons and uppercase + characters. + example: 55FBB9C7DEBF09809D12CCAA + default_field: false + - name: enrichments.indicator.file.x509.signature_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Identifier for certificate signature algorithm. We recommend using + names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. + example: SHA256-RSA + default_field: false + - name: enrichments.indicator.file.x509.subject.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common names (CN) of subject. + example: shared.global.example.net + default_field: false + - name: enrichments.indicator.file.x509.subject.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) code + example: US + default_field: false + - name: enrichments.indicator.file.x509.subject.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of the certificate subject entity. + example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net + default_field: false + - name: enrichments.indicator.file.x509.subject.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: San Francisco + default_field: false + - name: enrichments.indicator.file.x509.subject.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of subject. + example: Example, Inc. + default_field: false + - name: enrichments.indicator.file.x509.subject.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of subject. + default_field: false + - name: enrichments.indicator.file.x509.subject.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: enrichments.indicator.file.x509.version_number + level: extended + type: keyword + ignore_above: 1024 + description: Version of x509 format. + example: 3 + default_field: false + - name: enrichments.indicator.first_seen + level: extended + type: date + description: The date and time when intelligence source first reported sighting + this indicator. + example: '2020-11-05T17:25:47.000Z' + default_field: false + - name: enrichments.indicator.geo.city_name + level: core + type: keyword + ignore_above: 1024 + description: City name. + example: Montreal + default_field: false + - name: enrichments.indicator.geo.continent_code + level: core + type: keyword + ignore_above: 1024 + description: Two-letter code representing continent's name. + example: NA + default_field: false + - name: enrichments.indicator.geo.continent_name + level: core + type: keyword + ignore_above: 1024 + description: Name of the continent. + example: North America + default_field: false + - name: enrichments.indicator.geo.country_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Country ISO code. + example: CA + default_field: false + - name: enrichments.indicator.geo.country_name + level: core + type: keyword + ignore_above: 1024 + description: Country name. + example: Canada + default_field: false + - name: enrichments.indicator.geo.location + level: core + type: geo_point + description: Longitude and latitude. + example: '{ "lon": -73.614830, "lat": 45.505918 }' + default_field: false + - name: enrichments.indicator.geo.name + level: extended + type: keyword + ignore_above: 1024 + description: 'User-defined description of a location, at the level of granularity + they care about. + + Could be the name of their data centers, the floor number, if this describes + a local physical entity, city names. + + Not typically used in automated geolocation.' + example: boston-dc + default_field: false + - name: enrichments.indicator.geo.postal_code + level: core + type: keyword + ignore_above: 1024 + description: 'Postal code associated with the location. + + Values appropriate for this field may also be known as a postcode or ZIP code + and will vary widely from country to country.' + example: 94040 + default_field: false + - name: enrichments.indicator.geo.region_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Region ISO code. + example: CA-QC + default_field: false + - name: enrichments.indicator.geo.region_name + level: core + type: keyword + ignore_above: 1024 + description: Region name. + example: Quebec + default_field: false + - name: enrichments.indicator.geo.timezone + level: core + type: keyword + ignore_above: 1024 + description: The time zone of the location, such as IANA time zone name. + example: America/Argentina/Buenos_Aires + default_field: false + - name: enrichments.indicator.ip + level: extended + type: ip + description: Identifies a threat indicator as an IP address (irrespective of + direction). + example: 1.2.3.4 + default_field: false + - name: enrichments.indicator.last_seen + level: extended + type: date + description: The date and time when intelligence source last reported sighting + this indicator. + example: '2020-11-05T17:25:47.000Z' + default_field: false + - name: enrichments.indicator.marking.tlp + level: extended + type: keyword + ignore_above: 1024 + description: Traffic Light Protocol sharing markings. + example: CLEAR + default_field: false + - name: enrichments.indicator.marking.tlp_version + level: extended + type: keyword + ignore_above: 1024 + description: Traffic Light Protocol version. + example: 2.0 + default_field: false + - name: enrichments.indicator.modified_at + level: extended + type: date + description: The date and time when intelligence source last modified information + for this indicator. + example: '2020-11-05T17:25:47.000Z' + default_field: false + - name: enrichments.indicator.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The display name indicator in an UI friendly format + + URL, IP address, email address, registry key, port number, hash value, or + other relevant name can serve as the display name.' + example: 5.2.75.227 + default_field: false + - name: enrichments.indicator.port + level: extended + type: long + description: Identifies a threat indicator as a port number (irrespective of + direction). + example: 443 + default_field: false + - name: enrichments.indicator.provider + level: extended + type: keyword + ignore_above: 1024 + description: The name of the indicator's provider. + example: lrz_urlhaus + default_field: false + - name: enrichments.indicator.reference + level: extended + type: keyword + ignore_above: 1024 + description: Reference URL linking to additional information about this indicator. + example: https://system.example.com/indicator/0001234 + default_field: false + - name: enrichments.indicator.registry.data.bytes + level: extended + type: keyword + ignore_above: 1024 + description: 'Original bytes written with base64 encoding. + + For Windows registry operations, such as SetValueEx and RegQueryValueEx, this + corresponds to the data pointed by `lp_data`. This is optional but provides + better recoverability and should be populated for REG_BINARY encoded values.' + example: ZQBuAC0AVQBTAAAAZQBuAAAAAAA= + default_field: false + - name: enrichments.indicator.registry.data.strings + level: core + type: wildcard + description: 'Content when writing string types. + + Populated as an array when writing string data to the registry. For single + string registry types (REG_SZ, REG_EXPAND_SZ), this should be an array with + one string. For sequences of string with REG_MULTI_SZ, this array will be + variable length. For numeric data, such as REG_DWORD and REG_QWORD, this should + be populated with the decimal representation (e.g `"1"`).' + example: '["C:\rta\red_ttp\bin\myapp.exe"]' + default_field: false + - name: enrichments.indicator.registry.data.type + level: core + type: keyword + ignore_above: 1024 + description: Standard registry type for encoding contents + example: REG_SZ + default_field: false + - name: enrichments.indicator.registry.hive + level: core + type: keyword + ignore_above: 1024 + description: Abbreviated name for the hive. + example: HKLM + default_field: false + - name: enrichments.indicator.registry.key + level: core + type: keyword + ignore_above: 1024 + description: Hive-relative path of keys. + example: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe + default_field: false + - name: enrichments.indicator.registry.path + level: core + type: keyword + ignore_above: 1024 + description: Full path, including hive, key and value + example: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution + Options\winword.exe\Debugger + default_field: false + - name: enrichments.indicator.registry.value + level: core + type: keyword + ignore_above: 1024 + description: Name of the value written. + example: Debugger + default_field: false + - name: enrichments.indicator.scanner_stats + level: extended + type: long + description: Count of AV/EDR vendors that successfully detected malicious file + or URL. + example: 4 + default_field: false + - name: enrichments.indicator.sightings + level: extended + type: long + description: Number of times this indicator was observed conducting threat activity. + example: 20 + default_field: false + - name: enrichments.indicator.type + level: extended + type: keyword + ignore_above: 1024 + description: Type of indicator as represented by Cyber Observable in STIX 2.0. + example: ipv4-addr + default_field: false + - name: enrichments.indicator.url.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Domain of the url, such as "www.elastic.co". + + In some cases a URL may refer to an IP and/or port directly, without a domain + name. In this case, the IP address would go to the `domain` field. + + If the URL contains a literal IPv6 address enclosed by `[` and `]` (IETF RFC + 2732), the `[` and `]` characters should also be captured in the `domain` + field.' + example: www.elastic.co + default_field: false + - name: enrichments.indicator.url.extension + level: extended + type: keyword + ignore_above: 1024 + description: 'The field contains the file extension from the original request + url, excluding the leading dot. + + The file extension is only set if it exists, as not every url has a file extension. + + The leading period must not be included. For example, the value must be "png", + not ".png". + + Note that when the file name has multiple extensions (example.tar.gz), only + the last one should be captured ("gz", not "tar.gz").' + example: png + default_field: false + - name: enrichments.indicator.url.fragment + level: extended + type: keyword + ignore_above: 1024 + description: 'Portion of the url after the `#`, such as "top". + + The `#` is not part of the fragment.' + default_field: false + - name: enrichments.indicator.url.full + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: If full URLs are important to your use case, they should be stored + in `url.full`, whether this field is reconstructed or present in the event + source. + example: https://www.elastic.co:443/search?q=elasticsearch#top + default_field: false + - name: enrichments.indicator.url.original + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: 'Unmodified original url as seen in the event source. + + Note that in network monitoring, the observed URL may be a full URL, whereas + in access logs, the URL is often just represented as a path. + + This field is meant to represent the URL as it was observed, complete or not.' + example: https://www.elastic.co:443/search?q=elasticsearch#top or /search?q=elasticsearch + default_field: false + - name: enrichments.indicator.url.password + level: extended + type: keyword + ignore_above: 1024 + description: Password of the request. + default_field: false + - name: enrichments.indicator.url.path + level: extended + type: wildcard + description: Path of the request, such as "/search". + default_field: false + - name: enrichments.indicator.url.port + level: extended + type: long + format: string + description: Port of the request, such as 443. + example: 443 + default_field: false + - name: enrichments.indicator.url.query + level: extended + type: keyword + ignore_above: 1024 + description: 'The query field describes the query string of the request, such + as "q=elasticsearch". + + The `?` is excluded from the query string. If a URL contains no `?`, there + is no query field. If there is a `?` but no query, the query field exists + with an empty string. The `exists` query can be used to differentiate between + the two cases.' + default_field: false + - name: enrichments.indicator.url.registered_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The highest registered url domain, stripped of the subdomain. + + For example, the registered domain for "foo.example.com" is "example.com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last two labels will not work well for TLDs such as "co.uk".' + example: example.com + default_field: false + - name: enrichments.indicator.url.scheme + level: extended + type: keyword + ignore_above: 1024 + description: 'Scheme of the request, such as "https". + + Note: The `:` is not part of the scheme.' + example: https + default_field: false + - name: enrichments.indicator.url.subdomain + level: extended + type: keyword + ignore_above: 1024 + description: 'The subdomain portion of a fully qualified domain name includes + all of the names except the host name under the registered_domain. In a partially + qualified domain, or if the the qualification level of the full name cannot + be determined, subdomain contains all of the names below the registered domain. + + For example the subdomain portion of "www.east.mydomain.co.uk" is "east". + If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", + the subdomain field should contain "sub2.sub1", with no trailing period.' + example: east + default_field: false + - name: enrichments.indicator.url.top_level_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The effective top level domain (eTLD), also known as the domain + suffix, is the last part of the domain name. For example, the top level domain + for example.com is "com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last label will not work well for effective TLDs such as "co.uk".' + example: co.uk + default_field: false + - name: enrichments.indicator.url.username + level: extended + type: keyword + ignore_above: 1024 + description: Username of the request. + default_field: false + - name: enrichments.indicator.x509.alternative_names + level: extended + type: keyword + ignore_above: 1024 + description: List of subject alternative names (SAN). Name types vary by certificate + authority and certificate type but commonly contain IP addresses, DNS names + (and wildcards), and email addresses. + example: '*.elastic.co' + default_field: false + - name: enrichments.indicator.x509.issuer.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common name (CN) of issuing certificate authority. + example: Example SHA2 High Assurance Server CA + default_field: false + - name: enrichments.indicator.x509.issuer.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) codes + example: US + default_field: false + - name: enrichments.indicator.x509.issuer.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of issuing certificate authority. + example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance + Server CA + default_field: false + - name: enrichments.indicator.x509.issuer.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: Mountain View + default_field: false + - name: enrichments.indicator.x509.issuer.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of issuing certificate authority. + example: Example Inc + default_field: false + - name: enrichments.indicator.x509.issuer.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of issuing certificate authority. + example: www.example.com + default_field: false + - name: enrichments.indicator.x509.issuer.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: enrichments.indicator.x509.not_after + level: extended + type: date + description: Time at which the certificate is no longer considered valid. + example: '2020-07-16T03:15:39Z' + default_field: false + - name: enrichments.indicator.x509.not_before + level: extended + type: date + description: Time at which the certificate is first considered valid. + example: '2019-08-16T01:40:25Z' + default_field: false + - name: enrichments.indicator.x509.public_key_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Algorithm used to generate the public key. + example: RSA + default_field: false + - name: enrichments.indicator.x509.public_key_curve + level: extended + type: keyword + ignore_above: 1024 + description: The curve used by the elliptic curve public key algorithm. This + is algorithm specific. + example: nistp521 + default_field: false + - name: enrichments.indicator.x509.public_key_exponent + level: extended + type: long + description: Exponent used to derive the public key. This is algorithm specific. + example: 65537 + index: false + doc_values: false + default_field: false + - name: enrichments.indicator.x509.public_key_size + level: extended + type: long + description: The size of the public key space in bits. + example: 2048 + default_field: false + - name: enrichments.indicator.x509.serial_number + level: extended + type: keyword + ignore_above: 1024 + description: Unique serial number issued by the certificate authority. For consistency, + if this value is alphanumeric, it should be formatted without colons and uppercase + characters. + example: 55FBB9C7DEBF09809D12CCAA + default_field: false + - name: enrichments.indicator.x509.signature_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Identifier for certificate signature algorithm. We recommend using + names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. + example: SHA256-RSA + default_field: false + - name: enrichments.indicator.x509.subject.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common names (CN) of subject. + example: shared.global.example.net + default_field: false + - name: enrichments.indicator.x509.subject.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) code + example: US + default_field: false + - name: enrichments.indicator.x509.subject.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of the certificate subject entity. + example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net + default_field: false + - name: enrichments.indicator.x509.subject.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: San Francisco + default_field: false + - name: enrichments.indicator.x509.subject.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of subject. + example: Example, Inc. + default_field: false + - name: enrichments.indicator.x509.subject.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of subject. + default_field: false + - name: enrichments.indicator.x509.subject.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: enrichments.indicator.x509.version_number + level: extended + type: keyword + ignore_above: 1024 + description: Version of x509 format. + example: 3 + default_field: false + - name: enrichments.matched.atomic + level: extended + type: keyword + ignore_above: 1024 + description: Identifies the atomic indicator value that matched a local environment + endpoint or network event. + example: bad-domain.com + default_field: false + - name: enrichments.matched.field + level: extended + type: keyword + ignore_above: 1024 + description: Identifies the field of the atomic indicator that matched a local + environment endpoint or network event. + example: file.hash.sha256 + default_field: false + - name: enrichments.matched.id + level: extended + type: keyword + ignore_above: 1024 + description: Identifies the _id of the indicator document enriching the event. + example: ff93aee5-86a1-4a61-b0e6-0cdc313d01b5 + default_field: false + - name: enrichments.matched.index + level: extended + type: keyword + ignore_above: 1024 + description: Identifies the _index of the indicator document enriching the event. + example: filebeat-8.0.0-2021.05.23-000011 + default_field: false + - name: enrichments.matched.occurred + level: extended + type: date + description: Indicates when the indicator match was generated + example: '2021-10-05T17:00:58.326Z' + default_field: false + - name: enrichments.matched.type + level: extended + type: keyword + ignore_above: 1024 + description: Identifies the type of match that caused the event to be enriched + with the given indicator + example: indicator_match_rule + default_field: false + - name: feed.dashboard_id + level: extended + type: keyword + ignore_above: 1024 + description: The saved object ID of the dashboard belonging to the threat feed + for displaying dashboard links to threat feeds in Kibana. + example: 5ba16340-72e6-11eb-a3e3-b3cc7c78a70f + default_field: false + - name: feed.description + level: extended + type: keyword + ignore_above: 1024 + description: Description of the threat feed in a UI friendly format. + example: Threat feed from the AlienVault Open Threat eXchange network. + default_field: false + - name: feed.name + level: extended + type: keyword + ignore_above: 1024 + description: The name of the threat feed in UI friendly format. + example: AlienVault OTX + default_field: false + - name: feed.reference + level: extended + type: keyword + ignore_above: 1024 + description: Reference information for the threat feed in a UI friendly format. + example: https://otx.alienvault.com + default_field: false + - name: framework + level: extended + type: keyword + ignore_above: 1024 + description: Name of the threat framework used to further categorize and classify + the tactic and technique of the reported threat. Framework classification + can be provided by detecting systems, evaluated at ingest time, or retrospectively + tagged to events. + example: MITRE ATT&CK + - name: group.alias + level: extended + type: keyword + ignore_above: 1024 + description: "The alias(es) of the group for a set of related intrusion activity\ + \ that are tracked by a common name in the security community.\nWhile not\ + \ required, you can use a MITRE ATT&CK\xAE group alias(es)." + example: '[ "Magecart Group 6" ]' + default_field: false + - name: group.id + level: extended + type: keyword + ignore_above: 1024 + description: "The id of the group for a set of related intrusion activity that\ + \ are tracked by a common name in the security community.\nWhile not required,\ + \ you can use a MITRE ATT&CK\xAE group id." + example: G0037 + default_field: false + - name: group.name + level: extended + type: keyword + ignore_above: 1024 + description: "The name of the group for a set of related intrusion activity\ + \ that are tracked by a common name in the security community.\nWhile not\ + \ required, you can use a MITRE ATT&CK\xAE group name." + example: FIN6 + default_field: false + - name: group.reference + level: extended + type: keyword + ignore_above: 1024 + description: "The reference URL of the group for a set of related intrusion\ + \ activity that are tracked by a common name in the security community.\n\ + While not required, you can use a MITRE ATT&CK\xAE group reference URL." + example: https://attack.mitre.org/groups/G0037/ + default_field: false + - name: indicator.as.number + level: extended + type: long + description: Unique number allocated to the autonomous system. The autonomous + system number (ASN) uniquely identifies each network on the Internet. + example: 15169 + default_field: false + - name: indicator.as.organization.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Organization name. + example: Google LLC + default_field: false + - name: indicator.confidence + level: extended + type: keyword + ignore_above: 1024 + description: Identifies the vendor-neutral confidence rating using the None/Low/Medium/High + scale defined in Appendix A of the STIX 2.1 framework. Vendor-specific confidence + scales may be added as custom fields. + example: Medium + default_field: false + - name: indicator.description + level: extended + type: keyword + ignore_above: 1024 + description: Describes the type of action conducted by the threat. + example: IP x.x.x.x was observed delivering the Angler EK. + default_field: false + - name: indicator.email.address + level: extended + type: keyword + ignore_above: 1024 + description: Identifies a threat indicator as an email address (irrespective + of direction). + example: phish@example.com + default_field: false + - name: indicator.file.accessed + level: extended + type: date + description: 'Last time the file was accessed. + + Note that not all filesystems keep track of access time.' + default_field: false + - name: indicator.file.attributes + level: extended + type: keyword + ignore_above: 1024 + description: 'Array of file attributes. + + Attributes names will vary by platform. Here''s a non-exhaustive list of values + that are expected in this field: archive, compressed, directory, encrypted, + execute, hidden, read, readonly, system, write.' + example: '["readonly", "system"]' + default_field: false + - name: indicator.file.code_signature.digest_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: 'The hashing algorithm used to sign the process. + + This value can distinguish signatures when a file is signed multiple times + by the same signer but with a different digest algorithm.' + example: sha256 + default_field: false + - name: indicator.file.code_signature.exists + level: core + type: boolean + description: Boolean to capture if a signature is present. + example: 'true' + default_field: false + - name: indicator.file.code_signature.signing_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The identifier used to sign the process. + + This is used to identify the application manufactured by a software vendor. + The field is relevant to Apple *OS only.' + example: com.apple.xpc.proxy + default_field: false + - name: indicator.file.code_signature.status + level: extended + type: keyword + ignore_above: 1024 + description: 'Additional information about the certificate status. + + This is useful for logging cryptographic errors with the certificate validity + or trust status. Leave unpopulated if the validity or trust of the certificate + was unchecked.' + example: ERROR_UNTRUSTED_ROOT + default_field: false + - name: indicator.file.code_signature.subject_name + level: core + type: keyword + ignore_above: 1024 + description: Subject name of the code signer + example: Microsoft Corporation + default_field: false + - name: indicator.file.code_signature.team_id + level: extended + type: keyword + ignore_above: 1024 + description: 'The team identifier used to sign the process. + + This is used to identify the team or vendor of a software product. The field + is relevant to Apple *OS only.' + example: EQHXZ8M8AV + default_field: false + - name: indicator.file.code_signature.timestamp + level: extended + type: date + description: Date and time when the code signature was generated and signed. + example: '2021-01-01T12:10:30Z' + default_field: false + - name: indicator.file.code_signature.trusted + level: extended + type: boolean + description: 'Stores the trust status of the certificate chain. + + Validating the trust of the certificate chain may be complicated, and this + field should only be populated by tools that actively check the status.' + example: 'true' + default_field: false + - name: indicator.file.code_signature.valid + level: extended + type: boolean + description: 'Boolean to capture if the digital signature is verified against + the binary content. + + Leave unpopulated if a certificate was unchecked.' + example: 'true' + default_field: false + - name: indicator.file.created + level: extended + type: date + description: 'File creation time. + + Note that not all filesystems store the creation time.' + default_field: false + - name: indicator.file.ctime + level: extended + type: date + description: 'Last time the file attributes or metadata changed. + + Note that changes to the file content will update `mtime`. This implies `ctime` + will be adjusted at the same time, since `mtime` is an attribute of the file.' + default_field: false + - name: indicator.file.device + level: extended + type: keyword + ignore_above: 1024 + description: Device that is the source of the file. + example: sda + default_field: false + - name: indicator.file.directory + level: extended + type: keyword + ignore_above: 1024 + description: Directory where the file is located. It should include the drive + letter, when appropriate. + example: /home/alice + default_field: false + - name: indicator.file.drive_letter + level: extended + type: keyword + ignore_above: 1 + description: 'Drive letter where the file is located. This field is only relevant + on Windows. + + The value should be uppercase, and not include the colon.' + example: C + default_field: false + - name: indicator.file.elf.architecture + level: extended + type: keyword + ignore_above: 1024 + description: Machine architecture of the ELF file. + example: x86-64 + default_field: false + - name: indicator.file.elf.byte_order + level: extended + type: keyword + ignore_above: 1024 + description: Byte sequence of ELF file. + example: Little Endian + default_field: false + - name: indicator.file.elf.cpu_type + level: extended + type: keyword + ignore_above: 1024 + description: CPU type of the ELF file. + example: Intel + default_field: false + - name: indicator.file.elf.creation_date + level: extended + type: date + description: Extracted when possible from the file's metadata. Indicates when + it was built or compiled. It can also be faked by malware creators. + default_field: false + - name: indicator.file.elf.exports + level: extended + type: flattened + description: List of exported element names and types. + default_field: false + - name: indicator.file.elf.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in an ELF file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: indicator.file.elf.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: indicator.file.elf.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: indicator.file.elf.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: indicator.file.elf.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: indicator.file.elf.header.abi_version + level: extended + type: keyword + ignore_above: 1024 + description: Version of the ELF Application Binary Interface (ABI). + default_field: false + - name: indicator.file.elf.header.class + level: extended + type: keyword + ignore_above: 1024 + description: Header class of the ELF file. + default_field: false + - name: indicator.file.elf.header.data + level: extended + type: keyword + ignore_above: 1024 + description: Data table of the ELF header. + default_field: false + - name: indicator.file.elf.header.entrypoint + level: extended + type: long + format: string + description: Header entrypoint of the ELF file. + default_field: false + - name: indicator.file.elf.header.object_version + level: extended + type: keyword + ignore_above: 1024 + description: '"0x1" for original ELF files.' + default_field: false + - name: indicator.file.elf.header.os_abi + level: extended + type: keyword + ignore_above: 1024 + description: Application Binary Interface (ABI) of the Linux OS. + default_field: false + - name: indicator.file.elf.header.type + level: extended + type: keyword + ignore_above: 1024 + description: Header type of the ELF file. + default_field: false + - name: indicator.file.elf.header.version + level: extended + type: keyword + ignore_above: 1024 + description: Version of the ELF header. + default_field: false + - name: indicator.file.elf.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in an ELF file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is an ELF implementation of the Windows PE imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: indicator.file.elf.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: indicator.file.elf.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: indicator.file.elf.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: indicator.file.elf.sections + level: extended + type: nested + description: 'An array containing an object for each section of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.sections.*`.' + default_field: false + - name: indicator.file.elf.sections.chi2 + level: extended + type: long + format: number + description: Chi-square probability distribution of the section. + default_field: false + - name: indicator.file.elf.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: indicator.file.elf.sections.flags + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List flags. + default_field: false + - name: indicator.file.elf.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List name. + default_field: false + - name: indicator.file.elf.sections.physical_offset + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List offset. + default_field: false + - name: indicator.file.elf.sections.physical_size + level: extended + type: long + format: bytes + description: ELF Section List physical size. + default_field: false + - name: indicator.file.elf.sections.type + level: extended + type: keyword + ignore_above: 1024 + description: ELF Section List type. + default_field: false + - name: indicator.file.elf.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: indicator.file.elf.sections.virtual_address + level: extended + type: long + format: string + description: ELF Section List virtual address. + default_field: false + - name: indicator.file.elf.sections.virtual_size + level: extended + type: long + format: string + description: ELF Section List virtual size. + default_field: false + - name: indicator.file.elf.segments + level: extended + type: nested + description: 'An array containing an object for each segment of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.segments.*`.' + default_field: false + - name: indicator.file.elf.segments.sections + level: extended + type: keyword + ignore_above: 1024 + description: ELF object segment sections. + default_field: false + - name: indicator.file.elf.segments.type + level: extended + type: keyword + ignore_above: 1024 + description: ELF object segment type. + default_field: false + - name: indicator.file.elf.shared_libraries + level: extended + type: keyword + ignore_above: 1024 + description: List of shared libraries used by this ELF object. + default_field: false + - name: indicator.file.elf.telfhash + level: extended + type: keyword + ignore_above: 1024 + description: telfhash symbol hash for ELF file. + default_field: false + - name: indicator.file.extension + level: extended + type: keyword + ignore_above: 1024 + description: 'File extension, excluding the leading dot. + + Note that when the file name has multiple extensions (example.tar.gz), only + the last one should be captured ("gz", not "tar.gz").' + example: png + default_field: false + - name: indicator.file.fork_name + level: extended + type: keyword + ignore_above: 1024 + description: 'A fork is additional data associated with a filesystem object. + + On Linux, a resource fork is used to store additional data with a filesystem + object. A file always has at least one fork for the data portion, and additional + forks may exist. + + On NTFS, this is analogous to an Alternate Data Stream (ADS), and the default + data stream for a file is just called $DATA. Zone.Identifier is commonly used + by Windows to track contents downloaded from the Internet. An ADS is typically + of the form: `C:\path\to\filename.extension:some_fork_name`, and `some_fork_name` + is the value that should populate `fork_name`. `filename.extension` should + populate `file.name`, and `extension` should populate `file.extension`. The + full path, `file.path`, will include the fork name.' + example: Zone.Identifer + default_field: false + - name: indicator.file.gid + level: extended + type: keyword + ignore_above: 1024 + description: Primary group ID (GID) of the file. + example: '1001' + default_field: false + - name: indicator.file.group + level: extended + type: keyword + ignore_above: 1024 + description: Primary group name of the file. + example: alice + default_field: false + - name: indicator.file.hash.md5 + level: extended + type: keyword + ignore_above: 1024 + description: MD5 hash. + default_field: false + - name: indicator.file.hash.sha1 + level: extended + type: keyword + ignore_above: 1024 + description: SHA1 hash. + default_field: false + - name: indicator.file.hash.sha256 + level: extended + type: keyword + ignore_above: 1024 + description: SHA256 hash. + default_field: false + - name: indicator.file.hash.sha384 + level: extended + type: keyword + ignore_above: 1024 + description: SHA384 hash. + default_field: false + - name: indicator.file.hash.sha512 + level: extended + type: keyword + ignore_above: 1024 + description: SHA512 hash. + default_field: false + - name: indicator.file.hash.ssdeep + level: extended + type: keyword + ignore_above: 1024 + description: SSDEEP hash. + default_field: false + - name: indicator.file.hash.tlsh + level: extended + type: keyword + ignore_above: 1024 + description: TLSH hash. + default_field: false + - name: indicator.file.inode + level: extended + type: keyword + ignore_above: 1024 + description: Inode representing the file in the filesystem. + example: '256383' + default_field: false + - name: indicator.file.mime_type + level: extended + type: keyword + ignore_above: 1024 + description: MIME type should identify the format of the file or stream of bytes + using https://www.iana.org/assignments/media-types/media-types.xhtml[IANA + official types], where possible. When more than one type is applicable, the + most specific type should be used. + default_field: false + - name: indicator.file.mode + level: extended + type: keyword + ignore_above: 1024 + description: Mode of the file in octal representation. + example: '0640' + default_field: false + - name: indicator.file.mtime + level: extended + type: date + description: Last time the file content was modified. + default_field: false + - name: indicator.file.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the file including the extension, without the directory. + example: example.png + default_field: false + - name: indicator.file.owner + level: extended + type: keyword + ignore_above: 1024 + description: File owner's username. + example: alice + default_field: false + - name: indicator.file.path + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Full path to the file, including the file name. It should include + the drive letter, when appropriate. + example: /home/alice/example.png + default_field: false + - name: indicator.file.pe.architecture + level: extended + type: keyword + ignore_above: 1024 + description: CPU architecture target for the file. + example: x64 + default_field: false + - name: indicator.file.pe.company + level: extended + type: keyword + ignore_above: 1024 + description: Internal company name of the file, provided at compile-time. + example: Microsoft Corporation + default_field: false + - name: indicator.file.pe.description + level: extended + type: keyword + ignore_above: 1024 + description: Internal description of the file, provided at compile-time. + example: Paint + default_field: false + - name: indicator.file.pe.file_version + level: extended + type: keyword + ignore_above: 1024 + description: Internal version of the file, provided at compile-time. + example: 6.3.9600.17415 + default_field: false + - name: indicator.file.pe.go_import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the Go language imports in a PE file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: indicator.file.pe.go_imports + level: extended + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: indicator.file.pe.go_imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: indicator.file.pe.go_imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: indicator.file.pe.go_stripped + level: extended + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: indicator.file.pe.imphash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An imphash -- or import hash + -- can be used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' + example: 0c6803c4e922103c4dca5963aad36ddf + default_field: false + - name: indicator.file.pe.import_hash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the imports in a PE file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is a synonym for imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: indicator.file.pe.imports + level: extended + type: flattened + description: List of imported element names and types. + default_field: false + - name: indicator.file.pe.imports_names_entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: indicator.file.pe.imports_names_var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: indicator.file.pe.original_file_name + level: extended + type: keyword + ignore_above: 1024 + description: Internal name of the file, provided at compile-time. + example: MSPAINT.EXE + default_field: false + - name: indicator.file.pe.pehash + level: extended + type: keyword + ignore_above: 1024 + description: 'A hash of the PE header and data from one or more PE sections. + An pehash can be used to cluster files by transforming structural information + about a file into a hash value. + + Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' + example: 73ff189b63cd6be375a7ff25179a38d347651975 + default_field: false + - name: indicator.file.pe.product + level: extended + type: keyword + ignore_above: 1024 + description: Internal product name of the file, provided at compile-time. + example: "Microsoft\xAE Windows\xAE Operating System" + default_field: false + - name: indicator.file.pe.sections + level: extended + type: nested + description: 'An array containing an object for each section of the PE file. + + The keys that should be present in these objects are defined by sub-fields + underneath `pe.sections.*`.' + default_field: false + - name: indicator.file.pe.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: indicator.file.pe.sections.name + level: extended + type: keyword + ignore_above: 1024 + description: PE Section List name. + default_field: false + - name: indicator.file.pe.sections.physical_size + level: extended + type: long + format: bytes + description: PE Section List physical size. + default_field: false + - name: indicator.file.pe.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. + default_field: false + - name: indicator.file.pe.sections.virtual_size + level: extended + type: long + format: string + description: PE Section List virtual size. This is always the same as `physical_size`. + default_field: false + - name: indicator.file.size + level: extended + type: long + description: 'File size in bytes. + + Only relevant when `file.type` is "file".' + example: 16384 + default_field: false + - name: indicator.file.target_path + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Target path for symlinks. + default_field: false + - name: indicator.file.type + level: extended + type: keyword + ignore_above: 1024 + description: File type (file, dir, or symlink). + example: file + default_field: false + - name: indicator.file.uid + level: extended + type: keyword + ignore_above: 1024 + description: The user ID (UID) or security identifier (SID) of the file owner. + example: '1001' + default_field: false + - name: indicator.file.x509.alternative_names + level: extended + type: keyword + ignore_above: 1024 + description: List of subject alternative names (SAN). Name types vary by certificate + authority and certificate type but commonly contain IP addresses, DNS names + (and wildcards), and email addresses. + example: '*.elastic.co' + default_field: false + - name: indicator.file.x509.issuer.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common name (CN) of issuing certificate authority. + example: Example SHA2 High Assurance Server CA + default_field: false + - name: indicator.file.x509.issuer.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) codes + example: US + default_field: false + - name: indicator.file.x509.issuer.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of issuing certificate authority. + example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance + Server CA + default_field: false + - name: indicator.file.x509.issuer.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: Mountain View + default_field: false + - name: indicator.file.x509.issuer.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of issuing certificate authority. + example: Example Inc + default_field: false + - name: indicator.file.x509.issuer.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of issuing certificate authority. + example: www.example.com + default_field: false + - name: indicator.file.x509.issuer.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: indicator.file.x509.not_after + level: extended + type: date + description: Time at which the certificate is no longer considered valid. + example: '2020-07-16T03:15:39Z' + default_field: false + - name: indicator.file.x509.not_before + level: extended + type: date + description: Time at which the certificate is first considered valid. + example: '2019-08-16T01:40:25Z' + default_field: false + - name: indicator.file.x509.public_key_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Algorithm used to generate the public key. + example: RSA + default_field: false + - name: indicator.file.x509.public_key_curve + level: extended + type: keyword + ignore_above: 1024 + description: The curve used by the elliptic curve public key algorithm. This + is algorithm specific. + example: nistp521 + default_field: false + - name: indicator.file.x509.public_key_exponent + level: extended + type: long + description: Exponent used to derive the public key. This is algorithm specific. + example: 65537 + index: false + doc_values: false + default_field: false + - name: indicator.file.x509.public_key_size + level: extended + type: long + description: The size of the public key space in bits. + example: 2048 + default_field: false + - name: indicator.file.x509.serial_number + level: extended + type: keyword + ignore_above: 1024 + description: Unique serial number issued by the certificate authority. For consistency, + if this value is alphanumeric, it should be formatted without colons and uppercase + characters. + example: 55FBB9C7DEBF09809D12CCAA + default_field: false + - name: indicator.file.x509.signature_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Identifier for certificate signature algorithm. We recommend using + names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. + example: SHA256-RSA + default_field: false + - name: indicator.file.x509.subject.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common names (CN) of subject. + example: shared.global.example.net + default_field: false + - name: indicator.file.x509.subject.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) code + example: US + default_field: false + - name: indicator.file.x509.subject.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of the certificate subject entity. + example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net + default_field: false + - name: indicator.file.x509.subject.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: San Francisco + default_field: false + - name: indicator.file.x509.subject.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of subject. + example: Example, Inc. + default_field: false + - name: indicator.file.x509.subject.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of subject. + default_field: false + - name: indicator.file.x509.subject.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: indicator.file.x509.version_number + level: extended + type: keyword + ignore_above: 1024 + description: Version of x509 format. + example: 3 + default_field: false + - name: indicator.first_seen + level: extended + type: date + description: The date and time when intelligence source first reported sighting + this indicator. + example: '2020-11-05T17:25:47.000Z' + default_field: false + - name: indicator.geo.city_name + level: core + type: keyword + ignore_above: 1024 + description: City name. + example: Montreal + default_field: false + - name: indicator.geo.continent_code + level: core + type: keyword + ignore_above: 1024 + description: Two-letter code representing continent's name. + example: NA + default_field: false + - name: indicator.geo.continent_name + level: core + type: keyword + ignore_above: 1024 + description: Name of the continent. + example: North America + default_field: false + - name: indicator.geo.country_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Country ISO code. + example: CA + default_field: false + - name: indicator.geo.country_name + level: core + type: keyword + ignore_above: 1024 + description: Country name. + example: Canada + default_field: false + - name: indicator.geo.location + level: core + type: geo_point + description: Longitude and latitude. + example: '{ "lon": -73.614830, "lat": 45.505918 }' + default_field: false + - name: indicator.geo.name + level: extended + type: keyword + ignore_above: 1024 + description: 'User-defined description of a location, at the level of granularity + they care about. + + Could be the name of their data centers, the floor number, if this describes + a local physical entity, city names. + + Not typically used in automated geolocation.' + example: boston-dc + default_field: false + - name: indicator.geo.postal_code + level: core + type: keyword + ignore_above: 1024 + description: 'Postal code associated with the location. + + Values appropriate for this field may also be known as a postcode or ZIP code + and will vary widely from country to country.' + example: 94040 + default_field: false + - name: indicator.geo.region_iso_code + level: core + type: keyword + ignore_above: 1024 + description: Region ISO code. + example: CA-QC + default_field: false + - name: indicator.geo.region_name + level: core + type: keyword + ignore_above: 1024 + description: Region name. + example: Quebec + default_field: false + - name: indicator.geo.timezone + level: core + type: keyword + ignore_above: 1024 + description: The time zone of the location, such as IANA time zone name. + example: America/Argentina/Buenos_Aires + default_field: false + - name: indicator.id + level: extended + type: keyword + ignore_above: 1024 + description: "The ID of the indicator used by this threat to conduct behavior\ + \ commonly modeled using MITRE ATT&CK\xAE. This field can have multiple values\ + \ to allow for the identification of the same indicator across systems that\ + \ use different ID formats.\nWhile not required, a common approach is to use\ + \ a STIX 2.x indicator ID." + example: '[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37]' + default_field: false + - name: indicator.ip + level: extended + type: ip + description: Identifies a threat indicator as an IP address (irrespective of + direction). + example: 1.2.3.4 + default_field: false + - name: indicator.last_seen + level: extended + type: date + description: The date and time when intelligence source last reported sighting + this indicator. + example: '2020-11-05T17:25:47.000Z' + default_field: false + - name: indicator.marking.tlp + level: extended + type: keyword + ignore_above: 1024 + description: Traffic Light Protocol sharing markings. + example: CLEAR + default_field: false + - name: indicator.marking.tlp_version + level: extended + type: keyword + ignore_above: 1024 + description: Traffic Light Protocol version. + example: 2.0 + default_field: false + - name: indicator.modified_at + level: extended + type: date + description: The date and time when intelligence source last modified information + for this indicator. + example: '2020-11-05T17:25:47.000Z' + default_field: false + - name: indicator.name + level: extended + type: keyword + ignore_above: 1024 + description: 'The display name indicator in an UI friendly format + + URL, IP address, email address, registry key, port number, hash value, or + other relevant name can serve as the display name.' + example: 5.2.75.227 + default_field: false + - name: indicator.port + level: extended + type: long + description: Identifies a threat indicator as a port number (irrespective of + direction). + example: 443 + default_field: false + - name: indicator.provider + level: extended + type: keyword + ignore_above: 1024 + description: The name of the indicator's provider. + example: lrz_urlhaus + default_field: false + - name: indicator.reference + level: extended + type: keyword + ignore_above: 1024 + description: Reference URL linking to additional information about this indicator. + example: https://system.example.com/indicator/0001234 + default_field: false + - name: indicator.registry.data.bytes + level: extended + type: keyword + ignore_above: 1024 + description: 'Original bytes written with base64 encoding. + + For Windows registry operations, such as SetValueEx and RegQueryValueEx, this + corresponds to the data pointed by `lp_data`. This is optional but provides + better recoverability and should be populated for REG_BINARY encoded values.' + example: ZQBuAC0AVQBTAAAAZQBuAAAAAAA= + default_field: false + - name: indicator.registry.data.strings + level: core + type: wildcard + description: 'Content when writing string types. + + Populated as an array when writing string data to the registry. For single + string registry types (REG_SZ, REG_EXPAND_SZ), this should be an array with + one string. For sequences of string with REG_MULTI_SZ, this array will be + variable length. For numeric data, such as REG_DWORD and REG_QWORD, this should + be populated with the decimal representation (e.g `"1"`).' + example: '["C:\rta\red_ttp\bin\myapp.exe"]' + default_field: false + - name: indicator.registry.data.type + level: core + type: keyword + ignore_above: 1024 + description: Standard registry type for encoding contents + example: REG_SZ + default_field: false + - name: indicator.registry.hive + level: core + type: keyword + ignore_above: 1024 + description: Abbreviated name for the hive. + example: HKLM + default_field: false + - name: indicator.registry.key + level: core + type: keyword + ignore_above: 1024 + description: Hive-relative path of keys. + example: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe + default_field: false + - name: indicator.registry.path + level: core + type: keyword + ignore_above: 1024 + description: Full path, including hive, key and value + example: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution + Options\winword.exe\Debugger + default_field: false + - name: indicator.registry.value + level: core + type: keyword + ignore_above: 1024 + description: Name of the value written. + example: Debugger + default_field: false + - name: indicator.scanner_stats + level: extended + type: long + description: Count of AV/EDR vendors that successfully detected malicious file + or URL. + example: 4 + default_field: false + - name: indicator.sightings + level: extended + type: long + description: Number of times this indicator was observed conducting threat activity. + example: 20 + default_field: false + - name: indicator.type + level: extended + type: keyword + ignore_above: 1024 + description: Type of indicator as represented by Cyber Observable in STIX 2.0. + example: ipv4-addr + default_field: false + - name: indicator.url.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Domain of the url, such as "www.elastic.co". + + In some cases a URL may refer to an IP and/or port directly, without a domain + name. In this case, the IP address would go to the `domain` field. + + If the URL contains a literal IPv6 address enclosed by `[` and `]` (IETF RFC + 2732), the `[` and `]` characters should also be captured in the `domain` + field.' + example: www.elastic.co + default_field: false + - name: indicator.url.extension + level: extended + type: keyword + ignore_above: 1024 + description: 'The field contains the file extension from the original request + url, excluding the leading dot. + + The file extension is only set if it exists, as not every url has a file extension. + + The leading period must not be included. For example, the value must be "png", + not ".png". + + Note that when the file name has multiple extensions (example.tar.gz), only + the last one should be captured ("gz", not "tar.gz").' + example: png + default_field: false + - name: indicator.url.fragment + level: extended + type: keyword + ignore_above: 1024 + description: 'Portion of the url after the `#`, such as "top". + + The `#` is not part of the fragment.' + default_field: false + - name: indicator.url.full + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: If full URLs are important to your use case, they should be stored + in `url.full`, whether this field is reconstructed or present in the event + source. + example: https://www.elastic.co:443/search?q=elasticsearch#top + default_field: false + - name: indicator.url.original + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: 'Unmodified original url as seen in the event source. + + Note that in network monitoring, the observed URL may be a full URL, whereas + in access logs, the URL is often just represented as a path. + + This field is meant to represent the URL as it was observed, complete or not.' + example: https://www.elastic.co:443/search?q=elasticsearch#top or /search?q=elasticsearch + default_field: false + - name: indicator.url.password + level: extended + type: keyword + ignore_above: 1024 + description: Password of the request. + default_field: false + - name: indicator.url.path + level: extended + type: wildcard + description: Path of the request, such as "/search". + default_field: false + - name: indicator.url.port + level: extended + type: long + format: string + description: Port of the request, such as 443. + example: 443 + default_field: false + - name: indicator.url.query + level: extended + type: keyword + ignore_above: 1024 + description: 'The query field describes the query string of the request, such + as "q=elasticsearch". + + The `?` is excluded from the query string. If a URL contains no `?`, there + is no query field. If there is a `?` but no query, the query field exists + with an empty string. The `exists` query can be used to differentiate between + the two cases.' + default_field: false + - name: indicator.url.registered_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The highest registered url domain, stripped of the subdomain. + + For example, the registered domain for "foo.example.com" is "example.com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last two labels will not work well for TLDs such as "co.uk".' + example: example.com + default_field: false + - name: indicator.url.scheme + level: extended + type: keyword + ignore_above: 1024 + description: 'Scheme of the request, such as "https". + + Note: The `:` is not part of the scheme.' + example: https + default_field: false + - name: indicator.url.subdomain + level: extended + type: keyword + ignore_above: 1024 + description: 'The subdomain portion of a fully qualified domain name includes + all of the names except the host name under the registered_domain. In a partially + qualified domain, or if the the qualification level of the full name cannot + be determined, subdomain contains all of the names below the registered domain. + + For example the subdomain portion of "www.east.mydomain.co.uk" is "east". + If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", + the subdomain field should contain "sub2.sub1", with no trailing period.' + example: east + default_field: false + - name: indicator.url.top_level_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The effective top level domain (eTLD), also known as the domain + suffix, is the last part of the domain name. For example, the top level domain + for example.com is "com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last label will not work well for effective TLDs such as "co.uk".' + example: co.uk + default_field: false + - name: indicator.url.username + level: extended + type: keyword + ignore_above: 1024 + description: Username of the request. + default_field: false + - name: indicator.x509.alternative_names + level: extended + type: keyword + ignore_above: 1024 + description: List of subject alternative names (SAN). Name types vary by certificate + authority and certificate type but commonly contain IP addresses, DNS names + (and wildcards), and email addresses. + example: '*.elastic.co' + default_field: false + - name: indicator.x509.issuer.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common name (CN) of issuing certificate authority. + example: Example SHA2 High Assurance Server CA + default_field: false + - name: indicator.x509.issuer.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) codes + example: US + default_field: false + - name: indicator.x509.issuer.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of issuing certificate authority. + example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance + Server CA + default_field: false + - name: indicator.x509.issuer.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: Mountain View + default_field: false + - name: indicator.x509.issuer.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of issuing certificate authority. + example: Example Inc + default_field: false + - name: indicator.x509.issuer.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of issuing certificate authority. + example: www.example.com + default_field: false + - name: indicator.x509.issuer.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: indicator.x509.not_after + level: extended + type: date + description: Time at which the certificate is no longer considered valid. + example: '2020-07-16T03:15:39Z' + default_field: false + - name: indicator.x509.not_before + level: extended + type: date + description: Time at which the certificate is first considered valid. + example: '2019-08-16T01:40:25Z' + default_field: false + - name: indicator.x509.public_key_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Algorithm used to generate the public key. + example: RSA + default_field: false + - name: indicator.x509.public_key_curve + level: extended + type: keyword + ignore_above: 1024 + description: The curve used by the elliptic curve public key algorithm. This + is algorithm specific. + example: nistp521 + default_field: false + - name: indicator.x509.public_key_exponent + level: extended + type: long + description: Exponent used to derive the public key. This is algorithm specific. + example: 65537 + index: false + doc_values: false + default_field: false + - name: indicator.x509.public_key_size + level: extended + type: long + description: The size of the public key space in bits. + example: 2048 + default_field: false + - name: indicator.x509.serial_number + level: extended + type: keyword + ignore_above: 1024 + description: Unique serial number issued by the certificate authority. For consistency, + if this value is alphanumeric, it should be formatted without colons and uppercase + characters. + example: 55FBB9C7DEBF09809D12CCAA + default_field: false + - name: indicator.x509.signature_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Identifier for certificate signature algorithm. We recommend using + names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. + example: SHA256-RSA + default_field: false + - name: indicator.x509.subject.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common names (CN) of subject. + example: shared.global.example.net + default_field: false + - name: indicator.x509.subject.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) code + example: US + default_field: false + - name: indicator.x509.subject.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of the certificate subject entity. + example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net + default_field: false + - name: indicator.x509.subject.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: San Francisco + default_field: false + - name: indicator.x509.subject.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of subject. + example: Example, Inc. + default_field: false + - name: indicator.x509.subject.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of subject. + default_field: false + - name: indicator.x509.subject.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: indicator.x509.version_number + level: extended + type: keyword + ignore_above: 1024 + description: Version of x509 format. + example: 3 + default_field: false + - name: software.alias + level: extended + type: keyword + ignore_above: 1024 + description: "The alias(es) of the software for a set of related intrusion activity\ + \ that are tracked by a common name in the security community.\nWhile not\ + \ required, you can use a MITRE ATT&CK\xAE associated software description." + example: '[ "X-Agent" ]' + default_field: false + - name: software.id + level: extended + type: keyword + ignore_above: 1024 + description: "The id of the software used by this threat to conduct behavior\ + \ commonly modeled using MITRE ATT&CK\xAE.\nWhile not required, you can use\ + \ a MITRE ATT&CK\xAE software id." + example: S0552 + default_field: false + - name: software.name + level: extended + type: keyword + ignore_above: 1024 + description: "The name of the software used by this threat to conduct behavior\ + \ commonly modeled using MITRE ATT&CK\xAE.\nWhile not required, you can use\ + \ a MITRE ATT&CK\xAE software name." + example: AdFind + default_field: false + - name: software.platforms + level: extended + type: keyword + ignore_above: 1024 + description: "The platforms of the software used by this threat to conduct behavior\ + \ commonly modeled using MITRE ATT&CK\xAE.\nWhile not required, you can use\ + \ MITRE ATT&CK\xAE software platform values." + example: '[ "Windows" ]' + default_field: false + - name: software.reference + level: extended + type: keyword + ignore_above: 1024 + description: "The reference URL of the software used by this threat to conduct\ + \ behavior commonly modeled using MITRE ATT&CK\xAE.\nWhile not required, you\ + \ can use a MITRE ATT&CK\xAE software reference URL." + example: https://attack.mitre.org/software/S0552/ + default_field: false + - name: software.type + level: extended + type: keyword + ignore_above: 1024 + description: "The type of software used by this threat to conduct behavior commonly\ + \ modeled using MITRE ATT&CK\xAE.\nWhile not required, you can use a MITRE\ + \ ATT&CK\xAE software type." + example: Tool + default_field: false + - name: tactic.id + level: extended + type: keyword + ignore_above: 1024 + description: "The id of tactic used by this threat. You can use a MITRE ATT&CK\xAE\ + \ tactic, for example. (ex. https://attack.mitre.org/tactics/TA0002/ )" + example: TA0002 + - name: tactic.name + level: extended + type: keyword + ignore_above: 1024 + description: "Name of the type of tactic used by this threat. You can use a\ + \ MITRE ATT&CK\xAE tactic, for example. (ex. https://attack.mitre.org/tactics/TA0002/)" + example: Execution + - name: tactic.reference + level: extended + type: keyword + ignore_above: 1024 + description: "The reference url of tactic used by this threat. You can use a\ + \ MITRE ATT&CK\xAE tactic, for example. (ex. https://attack.mitre.org/tactics/TA0002/\ + \ )" + example: https://attack.mitre.org/tactics/TA0002/ + - name: technique.id + level: extended + type: keyword + ignore_above: 1024 + description: "The id of technique used by this threat. You can use a MITRE ATT&CK\xAE\ + \ technique, for example. (ex. https://attack.mitre.org/techniques/T1059/)" + example: T1059 + - name: technique.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: "The name of technique used by this threat. You can use a MITRE\ + \ ATT&CK\xAE technique, for example. (ex. https://attack.mitre.org/techniques/T1059/)" + example: Command and Scripting Interpreter + - name: technique.reference + level: extended + type: keyword + ignore_above: 1024 + description: "The reference url of technique used by this threat. You can use\ + \ a MITRE ATT&CK\xAE technique, for example. (ex. https://attack.mitre.org/techniques/T1059/)" + example: https://attack.mitre.org/techniques/T1059/ + - name: technique.subtechnique.id + level: extended + type: keyword + ignore_above: 1024 + description: "The full id of subtechnique used by this threat. You can use a\ + \ MITRE ATT&CK\xAE subtechnique, for example. (ex. https://attack.mitre.org/techniques/T1059/001/)" + example: T1059.001 + default_field: false + - name: technique.subtechnique.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: "The name of subtechnique used by this threat. You can use a MITRE\ + \ ATT&CK\xAE subtechnique, for example. (ex. https://attack.mitre.org/techniques/T1059/001/)" + example: PowerShell + default_field: false + - name: technique.subtechnique.reference + level: extended + type: keyword + ignore_above: 1024 + description: "The reference url of subtechnique used by this threat. You can\ + \ use a MITRE ATT&CK\xAE subtechnique, for example. (ex. https://attack.mitre.org/techniques/T1059/001/)" + example: https://attack.mitre.org/techniques/T1059/001/ + default_field: false + - name: tls + title: TLS + group: 2 + description: Fields related to a TLS connection. These fields focus on the TLS + protocol itself and intentionally avoids in-depth analysis of the related x.509 + certificate files. + type: group + default_field: true + fields: + - name: cipher + level: extended + type: keyword + ignore_above: 1024 + description: String indicating the cipher used during the current connection. + example: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 + default_field: false + - name: client.certificate + level: extended + type: keyword + ignore_above: 1024 + description: PEM-encoded stand-alone certificate offered by the client. This + is usually mutually-exclusive of `client.certificate_chain` since this value + also exists in that list. + example: MII... + default_field: false + - name: client.certificate_chain + level: extended + type: keyword + ignore_above: 1024 + description: Array of PEM-encoded certificates that make up the certificate + chain offered by the client. This is usually mutually-exclusive of `client.certificate` + since that value should be the first certificate in the chain. + example: '["MII...", "MII..."]' + default_field: false + - name: client.hash.md5 + level: extended + type: keyword + ignore_above: 1024 + description: Certificate fingerprint using the MD5 digest of DER-encoded version + of certificate offered by the client. For consistency with other hash values, + this value should be formatted as an uppercase hash. + example: 0F76C7F2C55BFD7D8E8B8F4BFBF0C9EC + default_field: false + - name: client.hash.sha1 + level: extended + type: keyword + ignore_above: 1024 + description: Certificate fingerprint using the SHA1 digest of DER-encoded version + of certificate offered by the client. For consistency with other hash values, + this value should be formatted as an uppercase hash. + example: 9E393D93138888D288266C2D915214D1D1CCEB2A + default_field: false + - name: client.hash.sha256 + level: extended + type: keyword + ignore_above: 1024 + description: Certificate fingerprint using the SHA256 digest of DER-encoded + version of certificate offered by the client. For consistency with other hash + values, this value should be formatted as an uppercase hash. + example: 0687F666A054EF17A08E2F2162EAB4CBC0D265E1D7875BE74BF3C712CA92DAF0 + default_field: false + - name: client.issuer + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name of subject of the issuer of the x.509 certificate + presented by the client. + example: CN=Example Root CA, OU=Infrastructure Team, DC=example, DC=com + default_field: false + - name: client.ja3 + level: extended + type: keyword + ignore_above: 1024 + description: A hash that identifies clients based on how they perform an SSL/TLS + handshake. + example: d4e5b18d6b55c71272893221c96ba240 + default_field: false + - name: client.not_after + level: extended + type: date + description: Date/Time indicating when client certificate is no longer considered + valid. + example: '2021-01-01T00:00:00.000Z' + default_field: false + - name: client.not_before + level: extended + type: date + description: Date/Time indicating when client certificate is first considered + valid. + example: '1970-01-01T00:00:00.000Z' + default_field: false + - name: client.server_name + level: extended + type: keyword + ignore_above: 1024 + description: Also called an SNI, this tells the server which hostname to which + the client is attempting to connect to. When this value is available, it should + get copied to `destination.domain`. + example: www.elastic.co + default_field: false + - name: client.subject + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name of subject of the x.509 certificate presented + by the client. + example: CN=myclient, OU=Documentation Team, DC=example, DC=com + default_field: false + - name: client.supported_ciphers + level: extended + type: keyword + ignore_above: 1024 + description: Array of ciphers offered by the client during the client hello. + example: '["TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", + "..."]' + default_field: false + - name: client.x509.alternative_names + level: extended + type: keyword + ignore_above: 1024 + description: List of subject alternative names (SAN). Name types vary by certificate + authority and certificate type but commonly contain IP addresses, DNS names + (and wildcards), and email addresses. + example: '*.elastic.co' + default_field: false + - name: client.x509.issuer.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common name (CN) of issuing certificate authority. + example: Example SHA2 High Assurance Server CA + default_field: false + - name: client.x509.issuer.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) codes + example: US + default_field: false + - name: client.x509.issuer.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of issuing certificate authority. + example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance + Server CA + default_field: false + - name: client.x509.issuer.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: Mountain View + default_field: false + - name: client.x509.issuer.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of issuing certificate authority. + example: Example Inc + default_field: false + - name: client.x509.issuer.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of issuing certificate authority. + example: www.example.com + default_field: false + - name: client.x509.issuer.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: client.x509.not_after + level: extended + type: date + description: Time at which the certificate is no longer considered valid. + example: '2020-07-16T03:15:39Z' + default_field: false + - name: client.x509.not_before + level: extended + type: date + description: Time at which the certificate is first considered valid. + example: '2019-08-16T01:40:25Z' + default_field: false + - name: client.x509.public_key_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Algorithm used to generate the public key. + example: RSA + default_field: false + - name: client.x509.public_key_curve + level: extended + type: keyword + ignore_above: 1024 + description: The curve used by the elliptic curve public key algorithm. This + is algorithm specific. + example: nistp521 + default_field: false + - name: client.x509.public_key_exponent + level: extended + type: long + description: Exponent used to derive the public key. This is algorithm specific. + example: 65537 + index: false + doc_values: false + default_field: false + - name: client.x509.public_key_size + level: extended + type: long + description: The size of the public key space in bits. + example: 2048 + default_field: false + - name: client.x509.serial_number + level: extended + type: keyword + ignore_above: 1024 + description: Unique serial number issued by the certificate authority. For consistency, + if this value is alphanumeric, it should be formatted without colons and uppercase + characters. + example: 55FBB9C7DEBF09809D12CCAA + default_field: false + - name: client.x509.signature_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Identifier for certificate signature algorithm. We recommend using + names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. + example: SHA256-RSA + default_field: false + - name: client.x509.subject.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common names (CN) of subject. + example: shared.global.example.net + default_field: false + - name: client.x509.subject.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) code + example: US + default_field: false + - name: client.x509.subject.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of the certificate subject entity. + example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net + default_field: false + - name: client.x509.subject.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: San Francisco + default_field: false + - name: client.x509.subject.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of subject. + example: Example, Inc. + default_field: false + - name: client.x509.subject.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of subject. + default_field: false + - name: client.x509.subject.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: client.x509.version_number + level: extended + type: keyword + ignore_above: 1024 + description: Version of x509 format. + example: 3 + default_field: false + - name: curve + level: extended + type: keyword + ignore_above: 1024 + description: String indicating the curve used for the given cipher, when applicable. + example: secp256r1 + default_field: false + - name: established + level: extended + type: boolean + description: Boolean flag indicating if the TLS negotiation was successful and + transitioned to an encrypted tunnel. + default_field: false + - name: next_protocol + level: extended + type: keyword + ignore_above: 1024 + description: String indicating the protocol being tunneled. Per the values in + the IANA registry (https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids), + this string should be lower case. + example: http/1.1 + default_field: false + - name: resumed + level: extended + type: boolean + description: Boolean flag indicating if this TLS connection was resumed from + an existing TLS negotiation. + default_field: false + - name: server.certificate + level: extended + type: keyword + ignore_above: 1024 + description: PEM-encoded stand-alone certificate offered by the server. This + is usually mutually-exclusive of `server.certificate_chain` since this value + also exists in that list. + example: MII... + default_field: false + - name: server.certificate_chain + level: extended + type: keyword + ignore_above: 1024 + description: Array of PEM-encoded certificates that make up the certificate + chain offered by the server. This is usually mutually-exclusive of `server.certificate` + since that value should be the first certificate in the chain. + example: '["MII...", "MII..."]' + default_field: false + - name: server.hash.md5 + level: extended + type: keyword + ignore_above: 1024 + description: Certificate fingerprint using the MD5 digest of DER-encoded version + of certificate offered by the server. For consistency with other hash values, + this value should be formatted as an uppercase hash. + example: 0F76C7F2C55BFD7D8E8B8F4BFBF0C9EC + default_field: false + - name: server.hash.sha1 + level: extended + type: keyword + ignore_above: 1024 + description: Certificate fingerprint using the SHA1 digest of DER-encoded version + of certificate offered by the server. For consistency with other hash values, + this value should be formatted as an uppercase hash. + example: 9E393D93138888D288266C2D915214D1D1CCEB2A + default_field: false + - name: server.hash.sha256 + level: extended + type: keyword + ignore_above: 1024 + description: Certificate fingerprint using the SHA256 digest of DER-encoded + version of certificate offered by the server. For consistency with other hash + values, this value should be formatted as an uppercase hash. + example: 0687F666A054EF17A08E2F2162EAB4CBC0D265E1D7875BE74BF3C712CA92DAF0 + default_field: false + - name: server.issuer + level: extended + type: keyword + ignore_above: 1024 + description: Subject of the issuer of the x.509 certificate presented by the + server. + example: CN=Example Root CA, OU=Infrastructure Team, DC=example, DC=com + default_field: false + - name: server.ja3s + level: extended + type: keyword + ignore_above: 1024 + description: A hash that identifies servers based on how they perform an SSL/TLS + handshake. + example: 394441ab65754e2207b1e1b457b3641d + default_field: false + - name: server.not_after + level: extended + type: date + description: Timestamp indicating when server certificate is no longer considered + valid. + example: '2021-01-01T00:00:00.000Z' + default_field: false + - name: server.not_before + level: extended + type: date + description: Timestamp indicating when server certificate is first considered + valid. + example: '1970-01-01T00:00:00.000Z' + default_field: false + - name: server.subject + level: extended + type: keyword + ignore_above: 1024 + description: Subject of the x.509 certificate presented by the server. + example: CN=www.example.com, OU=Infrastructure Team, DC=example, DC=com + default_field: false + - name: server.x509.alternative_names + level: extended + type: keyword + ignore_above: 1024 + description: List of subject alternative names (SAN). Name types vary by certificate + authority and certificate type but commonly contain IP addresses, DNS names + (and wildcards), and email addresses. + example: '*.elastic.co' + default_field: false + - name: server.x509.issuer.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common name (CN) of issuing certificate authority. + example: Example SHA2 High Assurance Server CA + default_field: false + - name: server.x509.issuer.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) codes + example: US + default_field: false + - name: server.x509.issuer.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of issuing certificate authority. + example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance + Server CA + default_field: false + - name: server.x509.issuer.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: Mountain View + default_field: false + - name: server.x509.issuer.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of issuing certificate authority. + example: Example Inc + default_field: false + - name: server.x509.issuer.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of issuing certificate authority. + example: www.example.com + default_field: false + - name: server.x509.issuer.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: server.x509.not_after + level: extended + type: date + description: Time at which the certificate is no longer considered valid. + example: '2020-07-16T03:15:39Z' + default_field: false + - name: server.x509.not_before + level: extended + type: date + description: Time at which the certificate is first considered valid. + example: '2019-08-16T01:40:25Z' + default_field: false + - name: server.x509.public_key_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Algorithm used to generate the public key. + example: RSA + default_field: false + - name: server.x509.public_key_curve + level: extended + type: keyword + ignore_above: 1024 + description: The curve used by the elliptic curve public key algorithm. This + is algorithm specific. + example: nistp521 + default_field: false + - name: server.x509.public_key_exponent + level: extended + type: long + description: Exponent used to derive the public key. This is algorithm specific. + example: 65537 + index: false + doc_values: false + default_field: false + - name: server.x509.public_key_size + level: extended + type: long + description: The size of the public key space in bits. + example: 2048 + default_field: false + - name: server.x509.serial_number + level: extended + type: keyword + ignore_above: 1024 + description: Unique serial number issued by the certificate authority. For consistency, + if this value is alphanumeric, it should be formatted without colons and uppercase + characters. + example: 55FBB9C7DEBF09809D12CCAA + default_field: false + - name: server.x509.signature_algorithm + level: extended + type: keyword + ignore_above: 1024 + description: Identifier for certificate signature algorithm. We recommend using + names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. + example: SHA256-RSA + default_field: false + - name: server.x509.subject.common_name + level: extended + type: keyword + ignore_above: 1024 + description: List of common names (CN) of subject. + example: shared.global.example.net + default_field: false + - name: server.x509.subject.country + level: extended + type: keyword + ignore_above: 1024 + description: List of country \(C) code + example: US + default_field: false + - name: server.x509.subject.distinguished_name + level: extended + type: keyword + ignore_above: 1024 + description: Distinguished name (DN) of the certificate subject entity. + example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net + default_field: false + - name: server.x509.subject.locality + level: extended + type: keyword + ignore_above: 1024 + description: List of locality names (L) + example: San Francisco + default_field: false + - name: server.x509.subject.organization + level: extended + type: keyword + ignore_above: 1024 + description: List of organizations (O) of subject. + example: Example, Inc. + default_field: false + - name: server.x509.subject.organizational_unit + level: extended + type: keyword + ignore_above: 1024 + description: List of organizational units (OU) of subject. + default_field: false + - name: server.x509.subject.state_or_province + level: extended + type: keyword + ignore_above: 1024 + description: List of state or province names (ST, S, or P) + example: California + default_field: false + - name: server.x509.version_number + level: extended + type: keyword + ignore_above: 1024 + description: Version of x509 format. + example: 3 + default_field: false + - name: version + level: extended + type: keyword + ignore_above: 1024 + description: Numeric part of the version parsed from the original string. + example: '1.2' + default_field: false + - name: version_protocol + level: extended + type: keyword + ignore_above: 1024 + description: Normalized lowercase protocol name parsed from original string. + example: tls + default_field: false + - name: span.id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier of the span within the scope of its trace. + + A span represents an operation within a transaction, such as a request to another + service, or a database query.' + example: 3ff9a8981b7ccd5a + - name: trace.id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier of the trace. + + A trace groups multiple events like transactions that belong together. For example, + a user request handled by multiple inter-connected services.' + example: 4bf92f3577b34da6a3ce929d0e0e4736 + default_field: true + - name: transaction.id + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique identifier of the transaction within the scope of its trace. + + A transaction is the highest level of work measured within a service, such as + a request to a server.' + example: 00f067aa0ba902b7 + default_field: true + - name: url + title: URL + group: 2 + description: URL fields provide support for complete or partial URLs, and supports + the breaking down into scheme, domain, path, and so on. + type: group + default_field: true + fields: + - name: domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Domain of the url, such as "www.elastic.co". + + In some cases a URL may refer to an IP and/or port directly, without a domain + name. In this case, the IP address would go to the `domain` field. + + If the URL contains a literal IPv6 address enclosed by `[` and `]` (IETF RFC + 2732), the `[` and `]` characters should also be captured in the `domain` + field.' + example: www.elastic.co + - name: extension + level: extended + type: keyword + ignore_above: 1024 + description: 'The field contains the file extension from the original request + url, excluding the leading dot. + + The file extension is only set if it exists, as not every url has a file extension. + + The leading period must not be included. For example, the value must be "png", + not ".png". + + Note that when the file name has multiple extensions (example.tar.gz), only + the last one should be captured ("gz", not "tar.gz").' + example: png + - name: fragment + level: extended + type: keyword + ignore_above: 1024 + description: 'Portion of the url after the `#`, such as "top". + + The `#` is not part of the fragment.' + - name: full + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + default_field: false + description: If full URLs are important to your use case, they should be stored + in `url.full`, whether this field is reconstructed or present in the event + source. + example: https://www.elastic.co:443/search?q=elasticsearch#top + - name: original + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + default_field: false + description: 'Unmodified original url as seen in the event source. + + Note that in network monitoring, the observed URL may be a full URL, whereas + in access logs, the URL is often just represented as a path. + + This field is meant to represent the URL as it was observed, complete or not.' + example: https://www.elastic.co:443/search?q=elasticsearch#top or /search?q=elasticsearch + - name: password + level: extended + type: keyword + ignore_above: 1024 + description: Password of the request. + - name: path + level: extended + type: wildcard + description: Path of the request, such as "/search". + - name: port + level: extended + type: long + format: string + description: Port of the request, such as 443. + example: 443 + - name: query + level: extended + type: keyword + ignore_above: 1024 + description: 'The query field describes the query string of the request, such + as "q=elasticsearch". + + The `?` is excluded from the query string. If a URL contains no `?`, there + is no query field. If there is a `?` but no query, the query field exists + with an empty string. The `exists` query can be used to differentiate between + the two cases.' + - name: registered_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The highest registered url domain, stripped of the subdomain. + + For example, the registered domain for "foo.example.com" is "example.com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last two labels will not work well for TLDs such as "co.uk".' + example: example.com + - name: scheme + level: extended + type: keyword + ignore_above: 1024 + description: 'Scheme of the request, such as "https". + + Note: The `:` is not part of the scheme.' + example: https + - name: subdomain + level: extended + type: keyword + ignore_above: 1024 + description: 'The subdomain portion of a fully qualified domain name includes + all of the names except the host name under the registered_domain. In a partially + qualified domain, or if the the qualification level of the full name cannot + be determined, subdomain contains all of the names below the registered domain. + + For example the subdomain portion of "www.east.mydomain.co.uk" is "east". + If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", + the subdomain field should contain "sub2.sub1", with no trailing period.' + example: east + default_field: false + - name: top_level_domain + level: extended + type: keyword + ignore_above: 1024 + description: 'The effective top level domain (eTLD), also known as the domain + suffix, is the last part of the domain name. For example, the top level domain + for example.com is "com". + + This value can be determined precisely with a list like the public suffix + list (http://publicsuffix.org). Trying to approximate this by simply taking + the last label will not work well for effective TLDs such as "co.uk".' + example: co.uk + - name: username + level: extended + type: keyword + ignore_above: 1024 + description: Username of the request. + - name: user + title: User + group: 2 + description: 'The user fields describe information about the user that is relevant + to the event. + + Fields can have one entry or multiple entries. If a user has more than one id, + provide an array that includes all of them.' + type: group + default_field: true + fields: + - name: changes.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the user is a member of. + + For example, an LDAP or Active Directory domain name.' + default_field: false + - name: changes.email + level: extended + type: keyword + ignore_above: 1024 + description: User email address. + default_field: false + - name: changes.full_name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: User's full name, if available. + example: Albert Einstein + default_field: false + - name: changes.group.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the group is a member of. + + For example, an LDAP or Active Directory domain name.' + default_field: false + - name: changes.group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: changes.group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: changes.hash + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique user hash to correlate information for a user in anonymized + form. + + Useful if `user.id` or `user.name` contain confidential information and cannot + be used.' + default_field: false + - name: changes.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: changes.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: changes.roles + level: extended + type: keyword + ignore_above: 1024 + description: Array of user roles at the time of the event. + example: '["kibana_admin", "reporting_user"]' + default_field: false + - name: domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the user is a member of. + + For example, an LDAP or Active Directory domain name.' + - name: effective.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the user is a member of. + + For example, an LDAP or Active Directory domain name.' + default_field: false + - name: effective.email + level: extended + type: keyword + ignore_above: 1024 + description: User email address. + default_field: false + - name: effective.full_name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: User's full name, if available. + example: Albert Einstein + default_field: false + - name: effective.group.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the group is a member of. + + For example, an LDAP or Active Directory domain name.' + default_field: false + - name: effective.group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: effective.group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: effective.hash + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique user hash to correlate information for a user in anonymized + form. + + Useful if `user.id` or `user.name` contain confidential information and cannot + be used.' + default_field: false + - name: effective.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: effective.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: effective.roles + level: extended + type: keyword + ignore_above: 1024 + description: Array of user roles at the time of the event. + example: '["kibana_admin", "reporting_user"]' + default_field: false + - name: email + level: extended + type: keyword + ignore_above: 1024 + description: User email address. + - name: full_name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: User's full name, if available. + example: Albert Einstein + - name: group.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the group is a member of. + + For example, an LDAP or Active Directory domain name.' + - name: group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + - name: group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + - name: hash + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique user hash to correlate information for a user in anonymized + form. + + Useful if `user.id` or `user.name` contain confidential information and cannot + be used.' + - name: id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + - name: name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Short name or login of the user. + example: a.einstein + - name: risk.calculated_level + level: extended + type: keyword + ignore_above: 1024 + description: A risk classification level calculated by an internal system as + part of entity analytics and entity risk scoring. + example: High + default_field: false + - name: risk.calculated_score + level: extended + type: float + description: A risk classification score calculated by an internal system as + part of entity analytics and entity risk scoring. + example: 880.73 + default_field: false + - name: risk.calculated_score_norm + level: extended + type: float + description: A risk classification score calculated by an internal system as + part of entity analytics and entity risk scoring, and normalized to a range + of 0 to 100. + example: 88.73 + default_field: false + - name: risk.static_level + level: extended + type: keyword + ignore_above: 1024 + description: A risk classification level obtained from outside the system, such + as from some external Threat Intelligence Platform. + example: High + default_field: false + - name: risk.static_score + level: extended + type: float + description: A risk classification score obtained from outside the system, such + as from some external Threat Intelligence Platform. + example: 830.0 + default_field: false + - name: risk.static_score_norm + level: extended + type: float + description: A risk classification score obtained from outside the system, such + as from some external Threat Intelligence Platform, and normalized to a range + of 0 to 100. + example: 83.0 + default_field: false + - name: roles + level: extended + type: keyword + ignore_above: 1024 + description: Array of user roles at the time of the event. + example: '["kibana_admin", "reporting_user"]' + default_field: false + - name: target.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the user is a member of. + + For example, an LDAP or Active Directory domain name.' + default_field: false + - name: target.email + level: extended + type: keyword + ignore_above: 1024 + description: User email address. + default_field: false + - name: target.full_name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: User's full name, if available. + example: Albert Einstein + default_field: false + - name: target.group.domain + level: extended + type: keyword + ignore_above: 1024 + description: 'Name of the directory the group is a member of. + + For example, an LDAP or Active Directory domain name.' + default_field: false + - name: target.group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: target.group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: target.hash + level: extended + type: keyword + ignore_above: 1024 + description: 'Unique user hash to correlate information for a user in anonymized + form. + + Useful if `user.id` or `user.name` contain confidential information and cannot + be used.' + default_field: false + - name: target.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: target.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: target.roles + level: extended + type: keyword + ignore_above: 1024 + description: Array of user roles at the time of the event. + example: '["kibana_admin", "reporting_user"]' + default_field: false + - name: user_agent + title: User agent + group: 2 + description: 'The user_agent fields normally come from a browser request. + + They often show up in web service logs coming from the parsed user agent string.' + type: group + default_field: true + fields: + - name: device.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the device. + example: iPhone + - name: name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the user agent. + example: Safari + - name: original + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Unparsed user_agent string. + example: Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 + (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1 + - name: os.family + level: extended + type: keyword + ignore_above: 1024 + description: OS family (such as redhat, debian, freebsd, windows). + example: debian + - name: os.full + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Operating system name, including the version or code name. + example: Mac OS Mojave + - name: os.kernel + level: extended + type: keyword + ignore_above: 1024 + description: Operating system kernel version as a raw string. + example: 4.4.0-112-generic + - name: os.name + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Operating system name, without the version. + example: Mac OS X + - name: os.platform + level: extended + type: keyword + ignore_above: 1024 + description: Operating system platform (such centos, ubuntu, windows). + example: darwin + - name: os.type + level: extended + type: keyword + ignore_above: 1024 + description: 'Use the `os.type` field to categorize the operating system into + one of the broad commercial families. + + If the OS you''re dealing with is not listed as an expected value, the field + should not be populated. Please let us know by opening an issue with ECS, + to propose its addition.' + example: macos + default_field: false + - name: os.version + level: extended + type: keyword + ignore_above: 1024 + description: Operating system version as a raw string. + example: 10.14.1 + - name: version + level: extended + type: keyword + ignore_above: 1024 + description: Version of the user agent. + example: 12.0 + - name: volume + title: Volume + group: 2 + description: Fields related to storage volume details. + type: group + default_field: true + fields: + - name: bus_type + level: extended + type: keyword + ignore_above: 1024 + description: Bus type of the device, such as `Nvme`, `Usb`, or `FileBackedVirtual`. + example: FileBackedVirtual + default_field: false + - name: default_access + level: extended + type: keyword + ignore_above: 1024 + description: Describes the default access(es) of the volume. + default_field: false + - name: device_name + level: extended + type: keyword + ignore_above: 1024 + description: 'Full path of the volume device. + + Only populate this field for POSIX system volumes.' + default_field: false + - name: device_type + level: extended + type: keyword + ignore_above: 1024 + description: 'Volume device type. + + The most frequently seen volume device types are `Disk File System` and `CD-ROM + File System`.' + example: CD-ROM File System + default_field: false + - name: dos_name + level: extended + type: keyword + ignore_above: 1024 + description: 'The MS-DOS name of a device. + + DOS device name is in the format of driver letters, such as `C:`. The field + is relevant to Windows systems only.' + example: 'E:' + default_field: false + - name: file_system_type + level: extended + type: keyword + ignore_above: 1024 + description: 'Volume device file system type. + + The most common volume file system types are `NTFS` and `UDF`.' + default_field: false + - name: mount_name + level: extended + type: keyword + ignore_above: 1024 + description: 'Mount name of the volume device. + + Only populate this field for POSIX system volumes.' + default_field: false + - name: nt_name + level: extended + type: keyword + ignore_above: 1024 + description: 'The NT device name. + + NT device name uses a format of `\Device\HarddiskVolume2`. The field is relevant + to Windows systems only.' + example: \Device\Cdrom1 + default_field: false + - name: product_id + level: extended + type: keyword + ignore_above: 1024 + description: 'ProductID of the device. + + The vendor provides the ProductID for the volume, if any.' + default_field: false + - name: product_name + level: extended + type: keyword + ignore_above: 1024 + description: 'Product name of the volume. + + The volume device vendor provides this value.' + example: Virtual DVD-ROM + default_field: false + - name: removable + level: extended + type: boolean + description: Indicates if the volume is removable. + default_field: false + - name: serial_number + level: extended + type: keyword + ignore_above: 1024 + description: 'Serial number identifier for the volume device. + + The serial number is provided by the vendor of the device, if any.' + default_field: false + - name: size + level: extended + type: long + description: Size of the volume device in bytes. + default_field: false + - name: vendor_id + level: extended + type: keyword + ignore_above: 1024 + description: 'VendorID of the volume device. + + The volume device vendor provides this value.' + default_field: false + - name: vendor_name + level: extended + type: keyword + ignore_above: 1024 + description: 'Vendor name of the volume device. + + The value is provided by the vendor of the device.' + example: Msft + default_field: false + - name: writable + level: extended + type: boolean + description: Indicates if the volume is writable. + default_field: false + - name: vulnerability + title: Vulnerability + group: 2 + description: The vulnerability fields describe information about a vulnerability + that is relevant to an event. + type: group + default_field: true + fields: + - name: category + level: extended + type: keyword + ignore_above: 1024 + description: 'The type of system or architecture that the vulnerability affects. + These may be platform-specific (for example, Debian or SUSE) or general (for + example, Database or Firewall). For example (https://qualysguard.qualys.com/qwebhelp/fo_portal/knowledgebase/vulnerability_categories.htm[Qualys + vulnerability categories]) + + This field must be an array.' + example: '["Firewall"]' + default_field: false + - name: classification + level: extended + type: keyword + ignore_above: 1024 + description: The classification of the vulnerability scoring system. For example + (https://www.first.org/cvss/) + example: CVSS + default_field: false + - name: description + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: The description of the vulnerability that provides additional context + of the vulnerability. For example (https://cve.mitre.org/about/faqs.html#cve_entry_descriptions_created[Common + Vulnerabilities and Exposure CVE description]) + example: In macOS before 2.12.6, there is a vulnerability in the RPC... + default_field: false + - name: enumeration + level: extended + type: keyword + ignore_above: 1024 + description: The type of identifier used for this vulnerability. For example + (https://cve.mitre.org/about/) + example: CVE + default_field: false + - name: id + level: extended + type: keyword + ignore_above: 1024 + description: The identification (ID) is the number portion of a vulnerability + entry. It includes a unique identification number for the vulnerability. For + example (https://cve.mitre.org/about/faqs.html#what_is_cve_id[Common Vulnerabilities + and Exposure CVE ID]) + example: CVE-2019-00001 + default_field: false + - name: reference + level: extended + type: keyword + ignore_above: 1024 + description: A resource that provides additional information, context, and mitigations + for the identified vulnerability. + example: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6111 + default_field: false + - name: report_id + level: extended + type: keyword + ignore_above: 1024 + description: The report or scan identification number. + example: 20191018.0001 + default_field: false + - name: scanner.vendor + level: extended + type: keyword + ignore_above: 1024 + description: The name of the vulnerability scanner vendor. + example: Tenable + default_field: false + - name: score.base + level: extended + type: float + description: 'Scores can range from 0.0 to 10.0, with 10.0 being the most severe. + + Base scores cover an assessment for exploitability metrics (attack vector, + complexity, privileges, and user interaction), impact metrics (confidentiality, + integrity, and availability), and scope. For example (https://www.first.org/cvss/specification-document)' + example: 5.5 + default_field: false + - name: score.environmental + level: extended + type: float + description: 'Scores can range from 0.0 to 10.0, with 10.0 being the most severe. + + Environmental scores cover an assessment for any modified Base metrics, confidentiality, + integrity, and availability requirements. For example (https://www.first.org/cvss/specification-document)' + example: 5.5 + default_field: false + - name: score.temporal + level: extended + type: float + description: 'Scores can range from 0.0 to 10.0, with 10.0 being the most severe. + + Temporal scores cover an assessment for code maturity, remediation level, + and confidence. For example (https://www.first.org/cvss/specification-document)' + default_field: false + - name: score.version + level: extended + type: keyword + ignore_above: 1024 + description: 'The National Vulnerability Database (NVD) provides qualitative + severity rankings of "Low", "Medium", and "High" for CVSS v2.0 base score + ranges in addition to the severity ratings for CVSS v3.0 as they are defined + in the CVSS v3.0 specification. + + CVSS is owned and managed by FIRST.Org, Inc. (FIRST), a US-based non-profit + organization, whose mission is to help computer security incident response + teams across the world. For example (https://nvd.nist.gov/vuln-metrics/cvss)' + example: 2.0 + default_field: false + - name: severity + level: extended + type: keyword + ignore_above: 1024 + description: The severity of the vulnerability can help with metrics and internal + prioritization regarding remediation. For example (https://nvd.nist.gov/vuln-metrics/cvss) + example: Critical + default_field: false diff --git a/x-pack/auditbeat/processors/sessionmd/fields.go b/x-pack/auditbeat/processors/sessionmd/fields.go new file mode 100644 index 00000000000..fb5ca0d32cc --- /dev/null +++ b/x-pack/auditbeat/processors/sessionmd/fields.go @@ -0,0 +1,23 @@ +// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one +// or more contributor license agreements. Licensed under the Elastic License; +// you may not use this file except in compliance with the Elastic License. + +// Code generated by beats/dev-tools/cmd/asset/asset.go - DO NOT EDIT. + +package sessionmd + +import ( + "github.com/elastic/beats/v7/libbeat/asset" +) + +func init() { + if err := asset.SetFields("auditbeat", "fields.yml", asset.BeatFieldsPri, AssetFieldsYml); err != nil { + panic(err) + } +} + +// AssetFieldsYml returns asset data. +// This is the base64 encoded zlib format compressed contents of fields.yml. +func AssetFieldsYml() string { + return "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" +} From d0133fa94c14f351b5f1cc7a5c99ff68f470d574 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Tue, 16 Apr 2024 15:04:37 -0700 Subject: [PATCH 2/6] Update changelog --- CHANGELOG.next.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 060d44d907a..394bd46b38a 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -91,7 +91,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix cache processor expiries infinite growth when large a large TTL is used and recurring keys are cached. {pull}38561[38561] *Auditbeat* - +- Set field types to correctly match ECS in sessionmd processor {issue}38955[38955] {pull}38994[38994] *Filebeat* From a8e22eb7f2c73953a6cef270f53e8d103a9decbf Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Wed, 17 Apr 2024 10:42:11 -0700 Subject: [PATCH 3/6] Only use process ECS fields in sessionmd assets --- .../processors/sessionmd/_meta/fields.yml | 14496 +++------------- .../auditbeat/processors/sessionmd/fields.go | 2 +- 2 files changed, 1950 insertions(+), 12548 deletions(-) diff --git a/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml b/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml index b88a755686d..520a341162a 100644 --- a/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml +++ b/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml @@ -1,13120 +1,2553 @@ -# WARNING! Do not edit this file directly, it was generated by the ECS project, -# based on ECS version 8.12.0-dev. -# Please visit https://github.com/elastic/ecs to suggest changes to ECS fields. +# process fields from ECS version 8.12.0-dev. - key: ecs title: ECS description: ECS Fields. fields: - - name: '@timestamp' - level: core - required: true - type: date - description: 'Date/time when the event originated. - - This is the date/time extracted from the event, typically representing when - the event was generated by the source. - - If the event source has no original timestamp, this value is typically populated - by the first time the event was received by the pipeline. - - Required field for all events.' - example: '2016-05-23T08:05:34.853Z' - default_field: true - - name: labels - level: core - type: object - object_type: keyword - description: 'Custom key/value pairs. - - Can be used to add meta information to events. Should not contain nested objects. - All values are stored as keyword. - - Example: `docker` and `k8s` labels.' - example: '{"application": "foo-bar", "env": "production"}' - default_field: true - - name: message - level: core - type: match_only_text - description: 'For log events the message field contains the log message, optimized - for viewing in a log viewer. - - For structured logs without an original message field, other fields can be concatenated - to form a human-readable summary of the event. - - If multiple messages exist, they can be combined into one message.' - example: Hello World - default_field: true - - name: tags - level: core - type: keyword - ignore_above: 1024 - description: List of keywords used to tag each event. - example: '["production", "env2"]' - default_field: true - - name: agent - title: Agent + - name: process + title: Process group: 2 - description: 'The agent fields contain the data about the software entity, if - any, that collects, detects, or observes events on a host, or takes measurements - on a host. + description: 'These fields contain information about a process. - Examples include Beats. Agents may also run on observers. ECS agent.* fields - shall be populated with details of the agent running on the host or observer - where the event happened or the measurement was taken.' - footnote: 'Examples: In the case of Beats for logs, the agent.name is filebeat. - For APM, it is the agent running in the app/service. The agent information does - not change if data is sent through queuing systems like Kafka, Redis, or processing - systems such as Logstash or APM Server.' + These fields can help you correlate metrics information with a process id/name + from a log message. The `process.pid` often stays in the metric itself and + is copied to the global field for correlation.' type: group default_field: true fields: - - name: build.original - level: core + - name: args + level: extended type: keyword ignore_above: 1024 - description: 'Extended build information for the agent. + description: 'Array of process arguments, starting with the absolute path to + the executable. + + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' + - name: args_count + level: extended + type: long + description: 'Length of the process.args array. - This field is intended to contain any build information that a data source - may provide, no specific formatting is required.' - example: metricbeat version 7.6.0 (amd64), libbeat 7.6.0 [6a23e8f8f30f5001ba344e4e54d8d9cb82cb107c - built 2020-02-05 23:10:10 +0000 UTC] + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 default_field: false - - name: ephemeral_id + - name: code_signature.digest_algorithm level: extended type: keyword ignore_above: 1024 - description: 'Ephemeral identifier of this agent (if one exists). + description: 'The hashing algorithm used to sign the process. - This id normally changes across restarts, but `agent.id` does not.' - example: 8a4f500f - - name: id + This value can distinguish signatures when a file is signed multiple times + by the same signer but with a different digest algorithm.' + example: sha256 + default_field: false + - name: code_signature.exists level: core + type: boolean + description: Boolean to capture if a signature is present. + example: 'true' + default_field: false + - name: code_signature.signing_id + level: extended type: keyword ignore_above: 1024 - description: 'Unique identifier of this agent (if one exists). + description: 'The identifier used to sign the process. - Example: For Beats this would be beat.id.' - example: 8a4f500d - - name: name - level: core + This is used to identify the application manufactured by a software vendor. + The field is relevant to Apple *OS only.' + example: com.apple.xpc.proxy + default_field: false + - name: code_signature.status + level: extended type: keyword ignore_above: 1024 - description: 'Custom name of the agent. + description: 'Additional information about the certificate status. - This is a name that can be given to an agent. This can be helpful if for example - two Filebeat instances are running on the same host but a human readable separation - is needed on which Filebeat instance data is coming from.' - example: foo - - name: type + This is useful for logging cryptographic errors with the certificate validity + or trust status. Leave unpopulated if the validity or trust of the certificate + was unchecked.' + example: ERROR_UNTRUSTED_ROOT + default_field: false + - name: code_signature.subject_name level: core type: keyword ignore_above: 1024 - description: 'Type of the agent. - - The agent type always stays the same and should be given by the agent used. - In case of Filebeat the agent would always be Filebeat also if two Filebeat - instances are run on the same machine.' - example: filebeat - - name: version - level: core + description: Subject name of the code signer + example: Microsoft Corporation + default_field: false + - name: code_signature.team_id + level: extended type: keyword ignore_above: 1024 - description: Version of the agent. - example: 6.0.0-rc2 - - name: client - title: Client - group: 2 - description: 'A client is defined as the initiator of a network connection for - events regarding sessions, connections, or bidirectional flow records. - - For TCP events, the client is the initiator of the TCP connection that sends - the SYN packet(s). For other protocols, the client is generally the initiator - or requestor in the network transaction. Some systems use the term "originator" - to refer the client in TCP connections. The client fields describe details about - the system acting as the client in the network event. Client fields are usually - populated in conjunction with server fields. Client fields are generally not - populated for packet-level events. + description: 'The team identifier used to sign the process. - Client / server representations can add semantic context to an exchange, which - is helpful to visualize the data in certain situations. If your context falls - in that category, you should still ensure that source and destination are filled - appropriately.' - type: group - default_field: true - fields: - - name: address + This is used to identify the team or vendor of a software product. The field + is relevant to Apple *OS only.' + example: EQHXZ8M8AV + default_field: false + - name: code_signature.timestamp level: extended - type: keyword - ignore_above: 1024 - description: 'Some event client addresses are defined ambiguously. The event - will sometimes list an IP, a domain or a unix socket. You should always store - the raw address in the `.address` field. + type: date + description: Date and time when the code signature was generated and signed. + example: '2021-01-01T12:10:30Z' + default_field: false + - name: code_signature.trusted + level: extended + type: boolean + description: 'Stores the trust status of the certificate chain. - Then it should be duplicated to `.ip` or `.domain`, depending on which one - it is.' - - name: as.number + Validating the trust of the certificate chain may be complicated, and this + field should only be populated by tools that actively check the status.' + example: 'true' + default_field: false + - name: code_signature.valid level: extended - type: long - description: Unique number allocated to the autonomous system. The autonomous - system number (ASN) uniquely identifies each network on the Internet. - example: 15169 - - name: as.organization.name + type: boolean + description: 'Boolean to capture if the digital signature is verified against + the binary content. + + Leave unpopulated if a certificate was unchecked.' + example: 'true' + default_field: false + - name: command_line level: extended - type: keyword - ignore_above: 1024 + type: wildcard multi_fields: - name: text type: match_only_text - default_field: false - description: Organization name. - example: Google LLC - - name: bytes - level: core - type: long - format: bytes - description: Bytes sent from the client to the server. - example: 184 - - name: domain - level: core - type: keyword - ignore_above: 1024 - description: 'The domain name of the client system. + description: 'Full command line that started the process, including the absolute + path to the executable, and all arguments. - This value may be a host name, a fully qualified domain name, or another host - naming format. The value may derive from the original event or be added from - enrichment.' - example: foo.example.com - - name: geo.city_name - level: core - type: keyword - ignore_above: 1024 - description: City name. - example: Montreal - - name: geo.continent_code - level: core - type: keyword - ignore_above: 1024 - description: Two-letter code representing continent's name. - example: NA + Some arguments may be filtered to protect sensitive information.' + example: /usr/bin/ssh -l user 10.0.0.16 default_field: false - - name: geo.continent_name - level: core - type: keyword - ignore_above: 1024 - description: Name of the continent. - example: North America - - name: geo.country_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Country ISO code. - example: CA - - name: geo.country_name - level: core - type: keyword - ignore_above: 1024 - description: Country name. - example: Canada - - name: geo.location - level: core - type: geo_point - description: Longitude and latitude. - example: '{ "lon": -73.614830, "lat": 45.505918 }' - - name: geo.name + - name: elf.architecture level: extended type: keyword ignore_above: 1024 - description: 'User-defined description of a location, at the level of granularity - they care about. - - Could be the name of their data centers, the floor number, if this describes - a local physical entity, city names. - - Not typically used in automated geolocation.' - example: boston-dc - - name: geo.postal_code - level: core - type: keyword - ignore_above: 1024 - description: 'Postal code associated with the location. - - Values appropriate for this field may also be known as a postcode or ZIP code - and will vary widely from country to country.' - example: 94040 + description: Machine architecture of the ELF file. + example: x86-64 default_field: false - - name: geo.region_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Region ISO code. - example: CA-QC - - name: geo.region_name - level: core + - name: elf.byte_order + level: extended type: keyword ignore_above: 1024 - description: Region name. - example: Quebec - - name: geo.timezone - level: core + description: Byte sequence of ELF file. + example: Little Endian + default_field: false + - name: elf.cpu_type + level: extended type: keyword ignore_above: 1024 - description: The time zone of the location, such as IANA time zone name. - example: America/Argentina/Buenos_Aires + description: CPU type of the ELF file. + example: Intel default_field: false - - name: ip - level: core - type: ip - description: IP address of the client (IPv4 or IPv6). - - name: mac - level: core + - name: elf.creation_date + level: extended + type: date + description: Extracted when possible from the file's metadata. Indicates when + it was built or compiled. It can also be faked by malware creators. + default_field: false + - name: elf.exports + level: extended + type: flattened + description: List of exported element names and types. + default_field: false + - name: elf.go_import_hash + level: extended type: keyword ignore_above: 1024 - description: 'MAC address of the client. + description: 'A hash of the Go language imports in an ELF file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. - The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit - byte) is represented by two [uppercase] hexadecimal digits giving the value - of the octet as an unsigned integer. Successive octets are separated by a - hyphen.' - example: 00-00-5E-00-53-23 - pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ - - name: nat.ip + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: elf.go_imports level: extended - type: ip - description: 'Translated IP of source based NAT sessions (e.g. internal client - to internet). - - Typically connections traversing load balancers, firewalls, or routers.' - - name: nat.port + type: flattened + description: List of imported Go language element names and types. + default_field: false + - name: elf.go_imports_names_entropy level: extended type: long - format: string - description: 'Translated port of source based NAT sessions (e.g. internal client - to internet). - - Typically connections traversing load balancers, firewalls, or routers.' - - name: packets - level: core - type: long - description: Packets sent from the client to the server. - example: 12 - - name: port - level: core + format: number + description: Shannon entropy calculation from the list of Go imports. + default_field: false + - name: elf.go_imports_names_var_entropy + level: extended type: long - format: string - description: Port of the client. - - name: registered_domain + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. + default_field: false + - name: elf.go_stripped level: extended - type: keyword - ignore_above: 1024 - description: 'The highest registered client domain, stripped of the subdomain. - - For example, the registered domain for "foo.example.com" is "example.com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last two labels will not work well for TLDs such as "co.uk".' - example: example.com - - name: subdomain + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: elf.header.abi_version level: extended type: keyword ignore_above: 1024 - description: 'The subdomain portion of a fully qualified domain name includes - all of the names except the host name under the registered_domain. In a partially - qualified domain, or if the the qualification level of the full name cannot - be determined, subdomain contains all of the names below the registered domain. - - For example the subdomain portion of "www.east.mydomain.co.uk" is "east". - If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", - the subdomain field should contain "sub2.sub1", with no trailing period.' - example: east + description: Version of the ELF Application Binary Interface (ABI). default_field: false - - name: top_level_domain + - name: elf.header.class level: extended type: keyword ignore_above: 1024 - description: 'The effective top level domain (eTLD), also known as the domain - suffix, is the last part of the domain name. For example, the top level domain - for example.com is "com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last label will not work well for effective TLDs such as "co.uk".' - example: co.uk - - name: user.domain + description: Header class of the ELF file. + default_field: false + - name: elf.header.data level: extended type: keyword ignore_above: 1024 - description: 'Name of the directory the user is a member of. - - For example, an LDAP or Active Directory domain name.' - - name: user.email + description: Data table of the ELF header. + default_field: false + - name: elf.header.entrypoint level: extended - type: keyword - ignore_above: 1024 - description: User email address. - - name: user.full_name + type: long + format: string + description: Header entrypoint of the ELF file. + default_field: false + - name: elf.header.object_version level: extended type: keyword ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: User's full name, if available. - example: Albert Einstein - - name: user.group.domain + description: '"0x1" for original ELF files.' + default_field: false + - name: elf.header.os_abi level: extended type: keyword ignore_above: 1024 - description: 'Name of the directory the group is a member of. - - For example, an LDAP or Active Directory domain name.' - - name: user.group.id + description: Application Binary Interface (ABI) of the Linux OS. + default_field: false + - name: elf.header.type level: extended type: keyword ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - - name: user.group.name + description: Header type of the ELF file. + default_field: false + - name: elf.header.version level: extended type: keyword ignore_above: 1024 - description: Name of the group. - - name: user.hash + description: Version of the ELF header. + default_field: false + - name: elf.import_hash level: extended type: keyword ignore_above: 1024 - description: 'Unique user hash to correlate information for a user in anonymized - form. + description: 'A hash of the imports in an ELF file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. - Useful if `user.id` or `user.name` contain confidential information and cannot - be used.' - - name: user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - - name: user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Short name or login of the user. - example: a.einstein - - name: user.roles + This is an ELF implementation of the Windows PE imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: elf.imports level: extended - type: keyword - ignore_above: 1024 - description: Array of user roles at the time of the event. - example: '["kibana_admin", "reporting_user"]' + type: flattened + description: List of imported element names and types. default_field: false - - name: cloud - title: Cloud - group: 2 - description: Fields related to the cloud or infrastructure the events are coming - from. - footnote: 'Examples: If Metricbeat is running on an EC2 host and fetches data - from its host, the cloud info contains the data about this machine. If Metricbeat - runs on a remote machine outside the cloud and fetches data from a service running - in the cloud, the field contains cloud data from the machine the service is - running on. - - The cloud fields may be self-nested under cloud.origin.* and cloud.target.* - to describe origin or target service''s cloud information in the context of - incoming or outgoing requests, respectively. However, the fieldsets cloud.origin.* - and cloud.target.* must not be confused with the root cloud fieldset that is - used to describe the cloud context of the actual service under observation. - The fieldset cloud.origin.* may only be used in the context of incoming requests - or events to provide the originating service''s cloud information. The fieldset - cloud.target.* may only be used in the context of outgoing requests or events - to describe the target service''s cloud information.' - type: group - default_field: true - fields: - - name: account.id + - name: elf.imports_names_entropy level: extended - type: keyword - ignore_above: 1024 - description: 'The cloud account or organization id used to identify different - entities in a multi-tenant environment. - - Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.' - example: 666777888999 - - name: account.name + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. + default_field: false + - name: elf.imports_names_var_entropy level: extended - type: keyword - ignore_above: 1024 - description: 'The cloud account name or alias used to identify different entities - in a multi-tenant environment. + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: elf.sections + level: extended + type: nested + description: 'An array containing an object for each section of the ELF file. - Examples: AWS account name, Google Cloud ORG display name.' - example: elastic-dev + The keys that should be present in these objects are defined by sub-fields + underneath `elf.sections.*`.' default_field: false - - name: availability_zone + - name: elf.sections.chi2 level: extended - type: keyword - ignore_above: 1024 - description: Availability zone in which this host, resource, or service is located. - example: us-east-1c - - name: instance.id + type: long + format: number + description: Chi-square probability distribution of the section. + default_field: false + - name: elf.sections.entropy level: extended - type: keyword - ignore_above: 1024 - description: Instance ID of the host machine. - example: i-1234567890abcdef0 - - name: instance.name + type: long + format: number + description: Shannon entropy calculation from the section. + default_field: false + - name: elf.sections.flags level: extended type: keyword ignore_above: 1024 - description: Instance name of the host machine. - - name: machine.type + description: ELF Section List flags. + default_field: false + - name: elf.sections.name level: extended type: keyword ignore_above: 1024 - description: Machine type of the host machine. - example: t2.medium - - name: origin.account.id + description: ELF Section List name. + default_field: false + - name: elf.sections.physical_offset level: extended type: keyword ignore_above: 1024 - description: 'The cloud account or organization id used to identify different - entities in a multi-tenant environment. - - Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.' - example: 666777888999 + description: ELF Section List offset. default_field: false - - name: origin.account.name + - name: elf.sections.physical_size level: extended - type: keyword - ignore_above: 1024 - description: 'The cloud account name or alias used to identify different entities - in a multi-tenant environment. - - Examples: AWS account name, Google Cloud ORG display name.' - example: elastic-dev + type: long + format: bytes + description: ELF Section List physical size. default_field: false - - name: origin.availability_zone + - name: elf.sections.type level: extended type: keyword ignore_above: 1024 - description: Availability zone in which this host, resource, or service is located. - example: us-east-1c + description: ELF Section List type. default_field: false - - name: origin.instance.id + - name: elf.sections.var_entropy level: extended - type: keyword - ignore_above: 1024 - description: Instance ID of the host machine. - example: i-1234567890abcdef0 + type: long + format: number + description: Variance for Shannon entropy calculation from the section. default_field: false - - name: origin.instance.name + - name: elf.sections.virtual_address level: extended - type: keyword - ignore_above: 1024 - description: Instance name of the host machine. + type: long + format: string + description: ELF Section List virtual address. default_field: false - - name: origin.machine.type + - name: elf.sections.virtual_size level: extended - type: keyword - ignore_above: 1024 - description: Machine type of the host machine. - example: t2.medium + type: long + format: string + description: ELF Section List virtual size. default_field: false - - name: origin.project.id + - name: elf.segments level: extended - type: keyword - ignore_above: 1024 - description: 'The cloud project identifier. + type: nested + description: 'An array containing an object for each segment of the ELF file. - Examples: Google Cloud Project id, Azure Project id.' - example: my-project + The keys that should be present in these objects are defined by sub-fields + underneath `elf.segments.*`.' default_field: false - - name: origin.project.name + - name: elf.segments.sections level: extended type: keyword ignore_above: 1024 - description: 'The cloud project name. - - Examples: Google Cloud Project name, Azure Project name.' - example: my project + description: ELF object segment sections. default_field: false - - name: origin.provider + - name: elf.segments.type level: extended type: keyword ignore_above: 1024 - description: Name of the cloud provider. Example values are aws, azure, gcp, - or digitalocean. - example: aws + description: ELF object segment type. default_field: false - - name: origin.region + - name: elf.shared_libraries level: extended type: keyword ignore_above: 1024 - description: Region in which this host, resource, or service is located. - example: us-east-1 + description: List of shared libraries used by this ELF object. default_field: false - - name: origin.service.name + - name: elf.telfhash level: extended type: keyword ignore_above: 1024 - description: 'The cloud service name is intended to distinguish services running - on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs - App Engine, Azure VM vs App Server. - - Examples: app engine, app service, cloud run, fargate, lambda.' - example: lambda + description: telfhash symbol hash for ELF file. + default_field: false + - name: end + level: extended + type: date + description: The time the process ended. + example: '2016-05-23T08:05:34.853Z' default_field: false - - name: project.id + - name: entity_id level: extended type: keyword ignore_above: 1024 - description: 'The cloud project identifier. + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. - Examples: Google Cloud Project id, Azure Project id.' - example: my-project + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d default_field: false - - name: project.name + - name: entry_leader.args level: extended type: keyword ignore_above: 1024 - description: 'The cloud project name. + description: 'Array of process arguments, starting with the absolute path to + the executable. - Examples: Google Cloud Project name, Azure Project name.' - example: my project + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' default_field: false - - name: provider + - name: entry_leader.args_count level: extended - type: keyword - ignore_above: 1024 - description: Name of the cloud provider. Example values are aws, azure, gcp, - or digitalocean. - example: aws - - name: region + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 + default_field: false + - name: entry_leader.attested_groups.name level: extended type: keyword ignore_above: 1024 - description: Region in which this host, resource, or service is located. - example: us-east-1 - - name: service.name - level: extended + description: Name of the group. + default_field: false + - name: entry_leader.attested_user.id + level: core type: keyword ignore_above: 1024 - description: 'The cloud service name is intended to distinguish services running - on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs - App Engine, Azure VM vs App Server. - - Examples: app engine, app service, cloud run, fargate, lambda.' - example: lambda + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 default_field: false - - name: target.account.id - level: extended + - name: entry_leader.attested_user.name + level: core type: keyword ignore_above: 1024 - description: 'The cloud account or organization id used to identify different - entities in a multi-tenant environment. + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: entry_leader.command_line + level: extended + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: 'Full command line that started the process, including the absolute + path to the executable, and all arguments. - Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.' - example: 666777888999 + Some arguments may be filtered to protect sensitive information.' + example: /usr/bin/ssh -l user 10.0.0.16 default_field: false - - name: target.account.name + - name: entry_leader.entity_id level: extended type: keyword ignore_above: 1024 - description: 'The cloud account name or alias used to identify different entities - in a multi-tenant environment. + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. - Examples: AWS account name, Google Cloud ORG display name.' - example: elastic-dev + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: entry_leader.entry_meta.source.ip + level: core + type: ip + description: IP address of the source (IPv4 or IPv6). default_field: false - - name: target.availability_zone + - name: entry_leader.entry_meta.type level: extended type: keyword ignore_above: 1024 - description: Availability zone in which this host, resource, or service is located. - example: us-east-1c + description: 'The entry type for the entry session leader. Values include: init(e.g + systemd), sshd, ssm, kubelet, teleport, terminal, console + + Note: This field is only set on process.session_leader.' default_field: false - - name: target.instance.id + - name: entry_leader.executable level: extended type: keyword ignore_above: 1024 - description: Instance ID of the host machine. - example: i-1234567890abcdef0 + multi_fields: + - name: text + type: match_only_text + description: Absolute path to the process executable. + example: /usr/bin/ssh default_field: false - - name: target.instance.name + - name: entry_leader.group.id level: extended type: keyword ignore_above: 1024 - description: Instance name of the host machine. + description: Unique identifier for the group on the system/platform. default_field: false - - name: target.machine.type + - name: entry_leader.group.name level: extended type: keyword ignore_above: 1024 - description: Machine type of the host machine. - example: t2.medium + description: Name of the group. default_field: false - - name: target.project.id + - name: entry_leader.interactive level: extended - type: keyword - ignore_above: 1024 - description: 'The cloud project identifier. + type: boolean + description: 'Whether the process is connected to an interactive shell. + + Process interactivity is inferred from the processes file descriptors. If + the character device for the controlling tty is the same as stdin and stderr + for the process, the process is considered interactive. - Examples: Google Cloud Project id, Azure Project id.' - example: my-project + Note: A non-interactive process can belong to an interactive session and is + simply one that does not have open file descriptors reading the controlling + TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A + backgrounded process is still considered interactive if stdin and stderr are + connected to the controlling TTY.' + example: true default_field: false - - name: target.project.name + - name: entry_leader.name level: extended type: keyword ignore_above: 1024 - description: 'The cloud project name. + multi_fields: + - name: text + type: match_only_text + description: 'Process name. - Examples: Google Cloud Project name, Azure Project name.' - example: my project + Sometimes called program name or similar.' + example: ssh default_field: false - - name: target.provider + - name: entry_leader.parent.entity_id level: extended type: keyword ignore_above: 1024 - description: Name of the cloud provider. Example values are aws, azure, gcp, - or digitalocean. - example: aws + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d default_field: false - - name: target.region - level: extended - type: keyword - ignore_above: 1024 - description: Region in which this host, resource, or service is located. - example: us-east-1 + - name: entry_leader.parent.pid + level: core + type: long + format: string + description: Process id. + example: 4242 default_field: false - - name: target.service.name + - name: entry_leader.parent.session_leader.entity_id level: extended type: keyword ignore_above: 1024 - description: 'The cloud service name is intended to distinguish services running - on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs - App Engine, Azure VM vs App Server. + description: 'Unique identifier for the process. - Examples: app engine, app service, cloud run, fargate, lambda.' - example: lambda - default_field: false - - name: container - title: Container - group: 2 - description: 'Container fields are used for meta information about the specific - container that is the source of information. + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. - These fields help correlate data based containers from any runtime.' - type: group - default_field: true - fields: - - name: cpu.usage - level: extended - type: scaled_float - description: 'Percent CPU used which is normalized by the number of CPU cores - and it ranges from 0 to 1. Scaling factor: 1000.' - scaling_factor: 1000 + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d default_field: false - - name: disk.read.bytes - level: extended + - name: entry_leader.parent.session_leader.pid + level: core type: long - description: The total number of bytes (gauge) read successfully (aggregated - from all disks) since the last metric collection. + format: string + description: Process id. + example: 4242 default_field: false - - name: disk.write.bytes + - name: entry_leader.parent.session_leader.start level: extended - type: long - description: The total number of bytes (gauge) written successfully (aggregated - from all disks) since the last metric collection. + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' default_field: false - - name: id + - name: entry_leader.parent.session_leader.vpid level: core - type: keyword - ignore_above: 1024 - description: Unique container id. - - name: image.hash.all - level: extended - type: keyword - ignore_above: 1024 - description: 'An array of digests of the image the container was built on. Each - digest consists of the hash algorithm and value in this format: `algorithm:value`. - Algorithm names should align with the field names in the ECS hash field set.' - example: '[sha256:f8fefc80e3273dc756f288a63945820d6476ad64883892c771b5e2ece6bf1b26]' + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 default_field: false - - name: image.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the image the container was built on. - - name: image.tag - level: extended - type: keyword - ignore_above: 1024 - description: Container image tags. - - name: labels - level: extended - type: object - object_type: keyword - description: Image labels. - - name: memory.usage + - name: entry_leader.parent.start level: extended - type: scaled_float - description: 'Memory usage percentage and it ranges from 0 to 1. Scaling factor: - 1000.' - scaling_factor: 1000 + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' default_field: false - - name: name - level: extended - type: keyword - ignore_above: 1024 - description: Container name. - - name: network.egress.bytes - level: extended + - name: entry_leader.parent.vpid + level: core type: long - description: The number of bytes (gauge) sent out on all network interfaces - by the container since the last metric collection. + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 default_field: false - - name: network.ingress.bytes - level: extended + - name: entry_leader.pid + level: core type: long - description: The number of bytes received (gauge) on all network interfaces - by the container since the last metric collection. + format: string + description: Process id. + example: 4242 default_field: false - - name: runtime + - name: entry_leader.real_group.id level: extended type: keyword ignore_above: 1024 - description: Runtime managing this container. - example: docker - - name: security_context.privileged - level: extended - type: boolean - description: Indicates whether the container is running in privileged mode. - default_field: false - - name: data_stream - title: Data Stream - group: 2 - description: 'The data_stream fields take part in defining the new data stream - naming scheme. - - In the new data stream naming scheme the value of the data stream fields combine - to the name of the actual data stream in the following manner: `{data_stream.type}-{data_stream.dataset}-{data_stream.namespace}`. - This means the fields can only contain characters that are valid as part of - names of data streams. More details about this can be found in this https://www.elastic.co/blog/an-introduction-to-the-elastic-data-stream-naming-scheme[blog - post]. - - An Elasticsearch data stream consists of one or more backing indices, and a - data stream name forms part of the backing indices names. Due to this convention, - data streams must also follow index naming restrictions. For example, data stream - names cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, ` ` (space character), - `,`, or `#`. Please see the Elasticsearch reference for additional https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params[restrictions].' - type: group - default_field: true - fields: - - name: dataset - level: extended - type: constant_keyword - description: "The field can contain anything that makes sense to signify the\ - \ source of the data.\nExamples include `nginx.access`, `prometheus`, `endpoint`\ - \ etc. For data streams that otherwise fit, but that do not have dataset set\ - \ we use the value \"generic\" for the dataset value. `event.dataset` should\ - \ have the same value as `data_stream.dataset`.\nBeyond the Elasticsearch\ - \ data stream naming criteria noted above, the `dataset` value has additional\ - \ restrictions:\n * Must not contain `-`\n * No longer than 100 characters" - example: nginx.access - default_field: false - - name: namespace - level: extended - type: constant_keyword - description: "A user defined namespace. Namespaces are useful to allow grouping\ - \ of data.\nMany users already organize their indices this way, and the data\ - \ stream naming scheme now provides this best practice as a default. Many\ - \ users will populate this field with `default`. If no value is used, it falls\ - \ back to `default`.\nBeyond the Elasticsearch index naming criteria noted\ - \ above, `namespace` value has the additional restrictions:\n * Must not\ - \ contain `-`\n * No longer than 100 characters" - example: production - default_field: false - - name: type - level: extended - type: constant_keyword - description: 'An overarching type for the data stream. - - Currently allowed values are "logs" and "metrics". We expect to also add "traces" - and "synthetics" in the near future.' - example: logs + description: Unique identifier for the group on the system/platform. default_field: false - - name: destination - title: Destination - group: 2 - description: 'Destination fields capture details about the receiver of a network - exchange/packet. These fields are populated from a network event, packet, or - other event containing details of a network transaction. - - Destination fields are usually populated in conjunction with source fields. - The source and destination fields are considered the baseline and should always - be filled if an event contains source and destination details from a network - transaction. If the event also contains identification of the client and server - roles, then the client and server fields should also be populated.' - type: group - default_field: true - fields: - - name: address - level: extended - type: keyword - ignore_above: 1024 - description: 'Some event destination addresses are defined ambiguously. The - event will sometimes list an IP, a domain or a unix socket. You should always - store the raw address in the `.address` field. - - Then it should be duplicated to `.ip` or `.domain`, depending on which one - it is.' - - name: as.number - level: extended - type: long - description: Unique number allocated to the autonomous system. The autonomous - system number (ASN) uniquely identifies each network on the Internet. - example: 15169 - - name: as.organization.name + - name: entry_leader.real_group.name level: extended type: keyword ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Organization name. - example: Google LLC - - name: bytes - level: core - type: long - format: bytes - description: Bytes sent from the destination to the source. - example: 184 - - name: domain - level: core - type: keyword - ignore_above: 1024 - description: 'The domain name of the destination system. - - This value may be a host name, a fully qualified domain name, or another host - naming format. The value may derive from the original event or be added from - enrichment.' - example: foo.example.com - - name: geo.city_name - level: core - type: keyword - ignore_above: 1024 - description: City name. - example: Montreal - - name: geo.continent_code - level: core - type: keyword - ignore_above: 1024 - description: Two-letter code representing continent's name. - example: NA + description: Name of the group. default_field: false - - name: geo.continent_name - level: core - type: keyword - ignore_above: 1024 - description: Name of the continent. - example: North America - - name: geo.country_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Country ISO code. - example: CA - - name: geo.country_name - level: core - type: keyword - ignore_above: 1024 - description: Country name. - example: Canada - - name: geo.location - level: core - type: geo_point - description: Longitude and latitude. - example: '{ "lon": -73.614830, "lat": 45.505918 }' - - name: geo.name - level: extended - type: keyword - ignore_above: 1024 - description: 'User-defined description of a location, at the level of granularity - they care about. - - Could be the name of their data centers, the floor number, if this describes - a local physical entity, city names. - - Not typically used in automated geolocation.' - example: boston-dc - - name: geo.postal_code + - name: entry_leader.real_user.id level: core type: keyword ignore_above: 1024 - description: 'Postal code associated with the location. - - Values appropriate for this field may also be known as a postcode or ZIP code - and will vary widely from country to country.' - example: 94040 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 default_field: false - - name: geo.region_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Region ISO code. - example: CA-QC - - name: geo.region_name - level: core - type: keyword - ignore_above: 1024 - description: Region name. - example: Quebec - - name: geo.timezone + - name: entry_leader.real_user.name level: core type: keyword ignore_above: 1024 - description: The time zone of the location, such as IANA time zone name. - example: America/Argentina/Buenos_Aires + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein default_field: false - - name: ip - level: core - type: ip - description: IP address of the destination (IPv4 or IPv6). - - name: mac - level: core - type: keyword - ignore_above: 1024 - description: 'MAC address of the destination. - - The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit - byte) is represented by two [uppercase] hexadecimal digits giving the value - of the octet as an unsigned integer. Successive octets are separated by a - hyphen.' - example: 00-00-5E-00-53-23 - pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ - - name: nat.ip - level: extended - type: ip - description: 'Translated ip of destination based NAT sessions (e.g. internet - to private DMZ) - - Typically used with load balancers, firewalls, or routers.' - - name: nat.port + - name: entry_leader.same_as_process level: extended - type: long - format: string - description: 'Port the source session is translated to by NAT Device. + type: boolean + description: 'This boolean is used to identify if a leader process is the same + as the top level process. - Typically used with load balancers, firewalls, or routers.' - - name: packets - level: core - type: long - description: Packets sent from the destination to the source. - example: 12 - - name: port - level: core - type: long - format: string - description: Port of the destination. - - name: registered_domain - level: extended - type: keyword - ignore_above: 1024 - description: 'The highest registered destination domain, stripped of the subdomain. + For example, if `process.group_leader.same_as_process = true`, it means the + process event in question is the leader of its process group. Details under + `process.*` like `pid` would be the same under `process.group_leader.*` The + same applies for both `process.session_leader` and `process.entry_leader`. - For example, the registered domain for "foo.example.com" is "example.com". + This field exists to the benefit of EQL and other rule engines since it''s + not possible to compare equality between two fields in a single document. + e.g `process.entity_id` = `process.group_leader.entity_id` (top level process + is the process group leader) OR `process.entity_id` = `process.entry_leader.entity_id` + (top level process is the entry session leader) - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last two labels will not work well for TLDs such as "co.uk".' - example: example.com - - name: subdomain - level: extended - type: keyword - ignore_above: 1024 - description: 'The subdomain portion of a fully qualified domain name includes - all of the names except the host name under the registered_domain. In a partially - qualified domain, or if the the qualification level of the full name cannot - be determined, subdomain contains all of the names below the registered domain. + Instead these rules could be written like: `process.group_leader.same_as_process: + true` OR `process.entry_leader.same_as_process: true` - For example the subdomain portion of "www.east.mydomain.co.uk" is "east". - If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", - the subdomain field should contain "sub2.sub1", with no trailing period.' - example: east + Note: This field is only set on `process.entry_leader`, `process.session_leader` + and `process.group_leader`.' + example: true default_field: false - - name: top_level_domain + - name: entry_leader.saved_group.id level: extended type: keyword ignore_above: 1024 - description: 'The effective top level domain (eTLD), also known as the domain - suffix, is the last part of the domain name. For example, the top level domain - for example.com is "com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last label will not work well for effective TLDs such as "co.uk".' - example: co.uk - - name: user.domain + description: Unique identifier for the group on the system/platform. + default_field: false + - name: entry_leader.saved_group.name level: extended type: keyword ignore_above: 1024 - description: 'Name of the directory the user is a member of. - - For example, an LDAP or Active Directory domain name.' - - name: user.email - level: extended + description: Name of the group. + default_field: false + - name: entry_leader.saved_user.id + level: core type: keyword ignore_above: 1024 - description: User email address. - - name: user.full_name - level: extended + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: entry_leader.saved_user.name + level: core type: keyword ignore_above: 1024 multi_fields: - name: text type: match_only_text - default_field: false - description: User's full name, if available. - example: Albert Einstein - - name: user.group.domain + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: entry_leader.start level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the group is a member of. - - For example, an LDAP or Active Directory domain name.' - - name: user.group.id + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: entry_leader.supplemental_groups.id level: extended type: keyword ignore_above: 1024 description: Unique identifier for the group on the system/platform. - - name: user.group.name + default_field: false + - name: entry_leader.supplemental_groups.name level: extended type: keyword ignore_above: 1024 description: Name of the group. - - name: user.hash + default_field: false + - name: entry_leader.tty level: extended - type: keyword - ignore_above: 1024 - description: 'Unique user hash to correlate information for a user in anonymized - form. - - Useful if `user.id` or `user.name` contain confidential information and cannot - be used.' - - name: user.id + type: object + description: Information about the controlling TTY device. If set, the process + belongs to an interactive session. + default_field: false + - name: entry_leader.tty.char_device.major + level: extended + type: long + description: The major number identifies the driver associated with the device. + The character device's major and minor numbers can be algorithmically combined + to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". + For more details, please refer to the Linux kernel documentation. + example: 4 + default_field: false + - name: entry_leader.tty.char_device.minor + level: extended + type: long + description: "The minor number is used only by the driver specified by the major\ + \ number; other parts of the kernel don\u2019t use it, and merely pass it\ + \ along to the driver. It is common for a driver to control several devices;\ + \ the minor number provides a way for the driver to differentiate among them." + example: 1 + default_field: false + - name: entry_leader.user.id level: core type: keyword ignore_above: 1024 description: Unique identifier of the user. example: S-1-5-21-202424912787-2692429404-2351956786-1000 - - name: user.name + default_field: false + - name: entry_leader.user.name level: core type: keyword ignore_above: 1024 multi_fields: - name: text type: match_only_text - default_field: false description: Short name or login of the user. example: a.einstein - - name: user.roles - level: extended - type: keyword - ignore_above: 1024 - description: Array of user roles at the time of the event. - example: '["kibana_admin", "reporting_user"]' default_field: false - - name: device - title: Device - group: 2 - description: 'Fields that describe a device instance and its characteristics. Data - collected for applications and processes running on a (mobile) device can be - enriched with these fields to describe the identity, type and other characteristics - of the device. + - name: entry_leader.vpid + level: core + type: long + format: string + description: 'Virtual process id. - This field group definition is based on the Device namespace of the OpenTelemetry - Semantic Conventions (https://opentelemetry.io/docs/reference/specification/resource/semantic_conventions/device/).' - type: group - default_field: true - fields: - - name: id - level: extended - type: keyword - ignore_above: 1024 - description: "The unique identifier of a device. The identifier must not change\ - \ across application sessions but stay fixed for an instance of a (mobile)\ - \ device. \nOn iOS, this value must be equal to the vendor identifier (https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor).\ - \ On Android, this value must be equal to the Firebase Installation ID or\ - \ a globally unique UUID which is persisted across sessions in your application.\n\ - For GDPR and data protection law reasons this identifier should not carry\ - \ information that would allow to identify a user." - example: 00000000-54b3-e7c7-0000-000046bffd97 - default_field: false - - name: manufacturer - level: extended - type: keyword - ignore_above: 1024 - description: The vendor name of the device manufacturer. - example: Samsung - default_field: false - - name: model.identifier - level: extended - type: keyword - ignore_above: 1024 - description: The machine readable identifier of the device model. - example: SM-G920F - default_field: false - - name: model.name - level: extended - type: keyword - ignore_above: 1024 - description: The human readable marketing name of the device model. - example: Samsung Galaxy S6 - default_field: false - - name: dll - title: DLL - group: 2 - description: 'These fields contain information about code libraries dynamically - loaded into processes. - - - Many operating systems refer to "shared code libraries" with different names, - but this field set refers to all of the following: - - * Dynamic-link library (`.dll`) commonly used on Windows - - * Shared Object (`.so`) commonly used on Unix-like operating systems - - * Dynamic library (`.dylib`) commonly used on macOS' - type: group - default_field: true - fields: - - name: code_signature.digest_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: 'The hashing algorithm used to sign the process. - - This value can distinguish signatures when a file is signed multiple times - by the same signer but with a different digest algorithm.' - example: sha256 - default_field: false - - name: code_signature.exists - level: core - type: boolean - description: Boolean to capture if a signature is present. - example: 'true' - default_field: false - - name: code_signature.signing_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The identifier used to sign the process. - - This is used to identify the application manufactured by a software vendor. - The field is relevant to Apple *OS only.' - example: com.apple.xpc.proxy - default_field: false - - name: code_signature.status - level: extended - type: keyword - ignore_above: 1024 - description: 'Additional information about the certificate status. - - This is useful for logging cryptographic errors with the certificate validity - or trust status. Leave unpopulated if the validity or trust of the certificate - was unchecked.' - example: ERROR_UNTRUSTED_ROOT - default_field: false - - name: code_signature.subject_name - level: core - type: keyword - ignore_above: 1024 - description: Subject name of the code signer - example: Microsoft Corporation - default_field: false - - name: code_signature.team_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The team identifier used to sign the process. - - This is used to identify the team or vendor of a software product. The field - is relevant to Apple *OS only.' - example: EQHXZ8M8AV - default_field: false - - name: code_signature.timestamp - level: extended - type: date - description: Date and time when the code signature was generated and signed. - example: '2021-01-01T12:10:30Z' - default_field: false - - name: code_signature.trusted - level: extended - type: boolean - description: 'Stores the trust status of the certificate chain. - - Validating the trust of the certificate chain may be complicated, and this - field should only be populated by tools that actively check the status.' - example: 'true' - default_field: false - - name: code_signature.valid - level: extended - type: boolean - description: 'Boolean to capture if the digital signature is verified against - the binary content. - - Leave unpopulated if a certificate was unchecked.' - example: 'true' - default_field: false - - name: hash.md5 - level: extended - type: keyword - ignore_above: 1024 - description: MD5 hash. - default_field: false - - name: hash.sha1 - level: extended - type: keyword - ignore_above: 1024 - description: SHA1 hash. - default_field: false - - name: hash.sha256 - level: extended - type: keyword - ignore_above: 1024 - description: SHA256 hash. - default_field: false - - name: hash.sha384 - level: extended - type: keyword - ignore_above: 1024 - description: SHA384 hash. - default_field: false - - name: hash.sha512 - level: extended - type: keyword - ignore_above: 1024 - description: SHA512 hash. - default_field: false - - name: hash.ssdeep - level: extended - type: keyword - ignore_above: 1024 - description: SSDEEP hash. - default_field: false - - name: hash.tlsh - level: extended - type: keyword - ignore_above: 1024 - description: TLSH hash. - default_field: false - - name: name - level: core - type: keyword - ignore_above: 1024 - description: 'Name of the library. - - This generally maps to the name of the file on disk.' - example: kernel32.dll - default_field: false - - name: path - level: extended - type: keyword - ignore_above: 1024 - description: Full file path of the library. - example: C:\Windows\System32\kernel32.dll - default_field: false - - name: pe.architecture - level: extended - type: keyword - ignore_above: 1024 - description: CPU architecture target for the file. - example: x64 - default_field: false - - name: pe.company - level: extended - type: keyword - ignore_above: 1024 - description: Internal company name of the file, provided at compile-time. - example: Microsoft Corporation - default_field: false - - name: pe.description - level: extended - type: keyword - ignore_above: 1024 - description: Internal description of the file, provided at compile-time. - example: Paint - default_field: false - - name: pe.file_version - level: extended - type: keyword - ignore_above: 1024 - description: Internal version of the file, provided at compile-time. - example: 6.3.9600.17415 - default_field: false - - name: pe.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a PE file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: pe.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: pe.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: pe.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: pe.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: pe.imphash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An imphash -- or import hash - -- can be used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' - example: 0c6803c4e922103c4dca5963aad36ddf - default_field: false - - name: pe.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is a synonym for imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: pe.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: pe.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: pe.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: pe.original_file_name - level: extended - type: keyword - ignore_above: 1024 - description: Internal name of the file, provided at compile-time. - example: MSPAINT.EXE - default_field: false - - name: pe.pehash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the PE header and data from one or more PE sections. - An pehash can be used to cluster files by transforming structural information - about a file into a hash value. - - Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' - example: 73ff189b63cd6be375a7ff25179a38d347651975 - default_field: false - - name: pe.product - level: extended - type: keyword - ignore_above: 1024 - description: Internal product name of the file, provided at compile-time. - example: "Microsoft\xAE Windows\xAE Operating System" - default_field: false - - name: pe.sections - level: extended - type: nested - description: 'An array containing an object for each section of the PE file. - - The keys that should be present in these objects are defined by sub-fields - underneath `pe.sections.*`.' - default_field: false - - name: pe.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: pe.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: PE Section List name. - default_field: false - - name: pe.sections.physical_size - level: extended - type: long - format: bytes - description: PE Section List physical size. - default_field: false - - name: pe.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: pe.sections.virtual_size - level: extended - type: long - format: string - description: PE Section List virtual size. This is always the same as `physical_size`. - default_field: false - - name: dns - title: DNS - group: 2 - description: 'Fields describing DNS queries and answers. - - DNS events should either represent a single DNS query prior to getting answers - (`dns.type:query`) or they should represent a full exchange and contain the - query details as well as all of the answers that were provided for this query - (`dns.type:answer`).' - type: group - default_field: true - fields: - - name: answers - level: extended - type: object - description: 'An array containing an object for each answer section returned - by the server. - - The main keys that should be present in these objects are defined by ECS. - Records that have more information may contain more keys than what ECS defines. - - Not all DNS data sources give all details about DNS answers. At minimum, answer - objects must contain the `data` key. If more information is available, map - as much of it to ECS as possible, and add any additional fields to the answer - objects as custom fields.' - - name: answers.class - level: extended - type: keyword - ignore_above: 1024 - description: The class of DNS data contained in this resource record. - example: IN - - name: answers.data - level: extended - type: keyword - ignore_above: 1024 - description: 'The data describing the resource. - - The meaning of this data depends on the type and class of the resource record.' - example: 10.10.10.10 - - name: answers.name - level: extended - type: keyword - ignore_above: 1024 - description: 'The domain name to which this resource record pertains. - - If a chain of CNAME is being resolved, each answer''s `name` should be the - one that corresponds with the answer''s `data`. It should not simply be the - original `question.name` repeated.' - example: www.example.com - - name: answers.ttl - level: extended - type: long - description: The time interval in seconds that this resource record may be cached - before it should be discarded. Zero values mean that the data should not be - cached. - example: 180 - - name: answers.type - level: extended - type: keyword - ignore_above: 1024 - description: The type of data contained in this resource record. - example: CNAME - - name: header_flags - level: extended - type: keyword - ignore_above: 1024 - description: Array of 2 letter DNS header flags. - example: '["RD", "RA"]' - - name: id - level: extended - type: keyword - ignore_above: 1024 - description: The DNS packet identifier assigned by the program that generated - the query. The identifier is copied to the response. - example: 62111 - - name: op_code - level: extended - type: keyword - ignore_above: 1024 - description: The DNS operation code that specifies the kind of query in the - message. This value is set by the originator of a query and copied into the - response. - example: QUERY - - name: question.class - level: extended - type: keyword - ignore_above: 1024 - description: The class of records being queried. - example: IN - - name: question.name - level: extended - type: keyword - ignore_above: 1024 - description: 'The name being queried. - - If the name field contains non-printable characters (below 32 or above 126), - those characters should be represented as escaped base 10 integers (\DDD). - Back slashes and quotes should be escaped. Tabs, carriage returns, and line - feeds should be converted to \t, \r, and \n respectively.' - example: www.example.com - - name: question.registered_domain - level: extended - type: keyword - ignore_above: 1024 - description: 'The highest registered domain, stripped of the subdomain. - - For example, the registered domain for "foo.example.com" is "example.com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last two labels will not work well for TLDs such as "co.uk".' - example: example.com - - name: question.subdomain - level: extended - type: keyword - ignore_above: 1024 - description: 'The subdomain is all of the labels under the registered_domain. - - If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", - the subdomain field should contain "sub2.sub1", with no trailing period.' - example: www - - name: question.top_level_domain - level: extended - type: keyword - ignore_above: 1024 - description: 'The effective top level domain (eTLD), also known as the domain - suffix, is the last part of the domain name. For example, the top level domain - for example.com is "com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last label will not work well for effective TLDs such as "co.uk".' - example: co.uk - - name: question.type - level: extended - type: keyword - ignore_above: 1024 - description: The type of record being queried. - example: AAAA - - name: resolved_ip - level: extended - type: ip - description: 'Array containing all IPs seen in `answers.data`. - - The `answers` array can be difficult to use, because of the variety of data - formats it can contain. Extracting all IP addresses seen in there to `dns.resolved_ip` - makes it possible to index them as IP addresses, and makes them easier to - visualize and query for.' - example: '["10.10.10.10", "10.10.10.11"]' - - name: response_code - level: extended - type: keyword - ignore_above: 1024 - description: The DNS response code. - example: NOERROR - - name: type - level: extended - type: keyword - ignore_above: 1024 - description: 'The type of DNS event captured, query or answer. - - If your source of DNS events only gives you DNS queries, you should only create - dns events of type `dns.type:query`. - - If your source of DNS events gives you answers as well, you should create - one event per query (optionally as soon as the query is seen). And a second - event containing all query details as well as an array of answers.' - example: answer - - name: ecs - title: ECS - group: 2 - description: Meta-information specific to ECS. - type: group - default_field: true - fields: - - name: version - level: core - required: true - type: keyword - ignore_above: 1024 - description: 'ECS version this event conforms to. `ecs.version` is a required - field and must exist in all events. - - When querying across multiple indices -- which may conform to slightly different - ECS versions -- this field lets integrations adjust to the schema version - of the events.' - example: 1.0.0 - - name: email - title: Email - group: 2 - description: 'Event details relating to an email transaction. - - This field set focuses on the email message header, body, and attachments. Network - protocols that send and receive email messages such as SMTP are outside the - scope of the `email.*` fields.' - type: group - default_field: true - fields: - - name: attachments - level: extended - type: nested - description: A list of objects describing the attachment files sent along with - an email message. - default_field: false - - name: attachments.file.extension - level: extended - type: keyword - ignore_above: 1024 - description: Attachment file extension, excluding the leading dot. - example: txt - default_field: false - - name: attachments.file.hash.md5 - level: extended - type: keyword - ignore_above: 1024 - description: MD5 hash. - default_field: false - - name: attachments.file.hash.sha1 - level: extended - type: keyword - ignore_above: 1024 - description: SHA1 hash. - default_field: false - - name: attachments.file.hash.sha256 - level: extended - type: keyword - ignore_above: 1024 - description: SHA256 hash. - default_field: false - - name: attachments.file.hash.sha384 - level: extended - type: keyword - ignore_above: 1024 - description: SHA384 hash. - default_field: false - - name: attachments.file.hash.sha512 - level: extended - type: keyword - ignore_above: 1024 - description: SHA512 hash. - default_field: false - - name: attachments.file.hash.ssdeep - level: extended - type: keyword - ignore_above: 1024 - description: SSDEEP hash. - default_field: false - - name: attachments.file.hash.tlsh - level: extended - type: keyword - ignore_above: 1024 - description: TLSH hash. - default_field: false - - name: attachments.file.mime_type - level: extended - type: keyword - ignore_above: 1024 - description: 'The MIME media type of the attachment. - - This value will typically be extracted from the `Content-Type` MIME header - field.' - example: text/plain - default_field: false - - name: attachments.file.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the attachment file including the file extension. - example: attachment.txt - default_field: false - - name: attachments.file.size - level: extended - type: long - description: Attachment file size in bytes. - example: 64329 - default_field: false - - name: bcc.address - level: extended - type: keyword - ignore_above: 1024 - description: The email address of BCC recipient - example: bcc.user1@example.com - default_field: false - - name: cc.address - level: extended - type: keyword - ignore_above: 1024 - description: The email address of CC recipient - example: cc.user1@example.com - default_field: false - - name: content_type - level: extended - type: keyword - ignore_above: 1024 - description: 'Information about how the message is to be displayed. - - Typically a MIME type.' - example: text/plain - default_field: false - - name: delivery_timestamp - level: extended - type: date - description: The date and time when the email message was received by the service - or client. - example: '2020-11-10T22:12:34.8196921Z' - default_field: false - - name: direction - level: extended - type: keyword - ignore_above: 1024 - description: The direction of the message based on the sending and receiving - domains. - example: inbound - default_field: false - - name: from.address - level: extended - type: keyword - ignore_above: 1024 - description: The email address of the sender, typically from the RFC 5322 `From:` - header field. - example: sender@example.com - default_field: false - - name: local_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier given to the email by the source that created - the event. - - Identifier is not persistent across hops.' - example: c26dbea0-80d5-463b-b93c-4e8b708219ce - default_field: false - - name: message_id - level: extended - type: wildcard - description: Identifier from the RFC 5322 `Message-ID:` email header that refers - to a particular email message. - example: 81ce15$8r2j59@mail01.example.com - default_field: false - - name: origination_timestamp - level: extended - type: date - description: The date and time the email message was composed. Many email clients - will fill in this value automatically when the message is sent by a user. - example: '2020-11-10T22:12:34.8196921Z' - default_field: false - - name: reply_to.address - level: extended - type: keyword - ignore_above: 1024 - description: The address that replies should be delivered to based on the value - in the RFC 5322 `Reply-To:` header. - example: reply.here@example.com - default_field: false - - name: sender.address - level: extended - type: keyword - ignore_above: 1024 - description: Per RFC 5322, specifies the address responsible for the actual - transmission of the message. - default_field: false - - name: subject - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: A brief summary of the topic of the message. - example: Please see this important message. - default_field: false - - name: to.address - level: extended - type: keyword - ignore_above: 1024 - description: The email address of recipient - example: user1@example.com - default_field: false - - name: x_mailer - level: extended - type: keyword - ignore_above: 1024 - description: The name of the application that was used to draft and send the - original email message. - example: Spambot v2.5 - default_field: false - - name: error - title: Error - group: 2 - description: 'These fields can represent errors of any kind. - - Use them for errors that happen while fetching events or in cases where the - event itself contains an error.' - type: group - default_field: true - fields: - - name: code - level: core - type: keyword - ignore_above: 1024 - description: Error code describing the error. - - name: id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier for the error. - - name: message - level: core - type: match_only_text - description: Error message. - - name: stack_trace - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - default_field: false - description: The stack trace of this error in plain text. - - name: type - level: extended - type: keyword - ignore_above: 1024 - description: The type of the error, for example the class name of the exception. - example: java.lang.NullPointerException - - name: event - title: Event - group: 2 - description: 'The event fields are used for context information about the log - or metric event itself. - - A log is defined as an event containing details of something that happened. - Log events must include the time at which the thing happened. Examples of log - events include a process starting on a host, a network packet being sent from - a source to a destination, or a network connection between a client and a server - being initiated or closed. A metric is defined as an event containing one or - more numerical measurements and the time at which the measurement was taken. - Examples of metric events include memory pressure measured on a host and device - temperature. See the `event.kind` definition in this section for additional - details about metric and state events.' - type: group - default_field: true - fields: - - name: action - level: core - type: keyword - ignore_above: 1024 - description: 'The action captured by the event. - - This describes the information in the event. It is more specific than `event.category`. - Examples are `group-add`, `process-started`, `file-created`. The value is - normally defined by the implementer.' - example: user-password-change - - name: agent_id_status - level: extended - type: keyword - ignore_above: 1024 - description: 'Agents are normally responsible for populating the `agent.id` - field value. If the system receiving events is capable of validating the value - based on authentication information for the client then this field can be - used to reflect the outcome of that validation. - - For example if the agent''s connection is authenticated with mTLS and the - client cert contains the ID of the agent to which the cert was issued then - the `agent.id` value in events can be checked against the certificate. If - the values match then `event.agent_id_status: verified` is added to the event, - otherwise one of the other allowed values should be used. - - If no validation is performed then the field should be omitted. - - The allowed values are: - - `verified` - The `agent.id` field value matches expected value obtained from - auth metadata. - - `mismatch` - The `agent.id` field value does not match the expected value - obtained from auth metadata. - - `missing` - There was no `agent.id` field in the event to validate. - - `auth_metadata_missing` - There was no auth metadata or it was missing information - about the agent ID.' - example: verified - default_field: false - - name: category - level: core - type: keyword - ignore_above: 1024 - description: 'This is one of four ECS Categorization Fields, and indicates the - second level in the ECS category hierarchy. - - `event.category` represents the "big buckets" of ECS categories. For example, - filtering on `event.category:process` yields all events relating to process - activity. This field is closely related to `event.type`, which is used as - a subcategory. - - This field is an array. This will allow proper categorization of some events - that fall in multiple categories.' - example: authentication - - name: code - level: extended - type: keyword - ignore_above: 1024 - description: 'Identification code for this event, if one exists. - - Some event sources use event codes to identify messages unambiguously, regardless - of message language or wording adjustments over time. An example of this is - the Windows Event ID.' - example: 4648 - - name: created - level: core - type: date - description: '`event.created` contains the date/time when the event was first - read by an agent, or by your pipeline. - - This field is distinct from `@timestamp` in that `@timestamp` typically contain - the time extracted from the original event. - - In most situations, these two timestamps will be slightly different. The difference - can be used to calculate the delay between your source generating an event, - and the time when your agent first processed it. This can be used to monitor - your agent''s or pipeline''s ability to keep up with your event source. - - In case the two timestamps are identical, `@timestamp` should be used.' - example: '2016-05-23T08:05:34.857Z' - - name: dataset - level: core - type: keyword - ignore_above: 1024 - description: 'Name of the dataset. - - If an event source publishes more than one type of log or events (e.g. access - log, error log), the dataset is used to specify which one the event comes - from. - - It''s recommended but not required to start the dataset name with the module - name, followed by a dot, then the dataset name.' - example: apache.access - - name: duration - level: core - type: long - format: duration - input_format: nanoseconds - output_format: asMilliseconds - output_precision: 1 - description: 'Duration of the event in nanoseconds. - - If `event.start` and `event.end` are known this value should be the difference - between the end and start time.' - - name: end - level: extended - type: date - description: '`event.end` contains the date when the event ended or when the - activity was last observed.' - - name: hash - level: extended - type: keyword - ignore_above: 1024 - description: Hash (perhaps logstash fingerprint) of raw field to be able to - demonstrate log integrity. - example: 123456789012345678901234567890ABCD - - name: id - level: core - type: keyword - ignore_above: 1024 - description: Unique ID to describe the event. - example: 8a4f500d - - name: ingested - level: core - type: date - description: 'Timestamp when an event arrived in the central data store. - - This is different from `@timestamp`, which is when the event originally occurred. It''s - also different from `event.created`, which is meant to capture the first time - an agent saw the event. - - In normal conditions, assuming no tampering, the timestamps should chronologically - look like this: `@timestamp` < `event.created` < `event.ingested`.' - example: '2016-05-23T08:05:35.101Z' - default_field: false - - name: kind - level: core - type: keyword - ignore_above: 1024 - description: 'This is one of four ECS Categorization Fields, and indicates the - highest level in the ECS category hierarchy. - - `event.kind` gives high-level information about what type of information the - event contains, without being specific to the contents of the event. For example, - values of this field distinguish alert events from metric events. - - The value of this field can be used to inform how these kinds of events should - be handled. They may warrant different retention, different access control, - it may also help understand whether the data is coming in at a regular interval - or not.' - example: alert - - name: module - level: core - type: keyword - ignore_above: 1024 - description: 'Name of the module this data is coming from. - - If your monitoring agent supports the concept of modules or plugins to process - events of a given source (e.g. Apache logs), `event.module` should contain - the name of this module.' - example: apache - - name: original - level: core - type: keyword - description: 'Raw text message of entire event. Used to demonstrate log integrity - or where the full log message (before splitting it up in multiple parts) may - be required, e.g. for reindex. - - This field is not indexed and doc_values are disabled. It cannot be searched, - but it can be retrieved from `_source`. If users wish to override this and - index this field, please see `Field data types` in the `Elasticsearch Reference`.' - example: Sep 19 08:26:10 host CEF:0|Security| threatmanager|1.0|100| - worm successfully stopped|10|src=10.0.0.1 dst=2.1.2.2spt=1232 - index: false - doc_values: false - - name: outcome - level: core - type: keyword - ignore_above: 1024 - description: 'This is one of four ECS Categorization Fields, and indicates the - lowest level in the ECS category hierarchy. - - `event.outcome` simply denotes whether the event represents a success or a - failure from the perspective of the entity that produced the event. - - Note that when a single transaction is described in multiple events, each - event may populate different values of `event.outcome`, according to their - perspective. - - Also note that in the case of a compound event (a single event that contains - multiple logical events), this field should be populated with the value that - best captures the overall success or failure from the perspective of the event - producer. - - Further note that not all events will have an associated outcome. For example, - this field is generally not populated for metric events, events with `event.type:info`, - or any events for which an outcome does not make logical sense.' - example: success - - name: provider - level: extended - type: keyword - ignore_above: 1024 - description: 'Source of the event. - - Event transports such as Syslog or the Windows Event Log typically mention - the source of an event. It can be the name of the software that generated - the event (e.g. Sysmon, httpd), or of a subsystem of the operating system - (kernel, Microsoft-Windows-Security-Auditing).' - example: kernel - - name: reason - level: extended - type: keyword - ignore_above: 1024 - description: 'Reason why this event happened, according to the source. - - This describes the why of a particular action or outcome captured in the event. - Where `event.action` captures the action from the event, `event.reason` describes - why that action was taken. For example, a web proxy with an `event.action` - which denied the request may also populate `event.reason` with the reason - why (e.g. `blocked site`).' - example: Terminated an unexpected process - default_field: false - - name: reference - level: extended - type: keyword - ignore_above: 1024 - description: 'Reference URL linking to additional information about this event. - - This URL links to a static definition of this event. Alert events, indicated - by `event.kind:alert`, are a common use case for this field.' - example: https://system.example.com/event/#0001234 - default_field: false - - name: risk_score - level: core - type: float - description: Risk score or priority of the event (e.g. security solutions). - Use your system's original value here. - - name: risk_score_norm - level: extended - type: float - description: 'Normalized risk score or priority of the event, on a scale of - 0 to 100. - - This is mainly useful if you use more than one system that assigns risk scores, - and you want to see a normalized value across all systems.' - - name: sequence - level: extended - type: long - format: string - description: 'Sequence number of the event. - - The sequence number is a value published by some event sources, to make the - exact ordering of events unambiguous, regardless of the timestamp precision.' - - name: severity - level: core - type: long - format: string - description: 'The numeric severity of the event according to your event source. - - What the different severity values mean can be different between sources and - use cases. It''s up to the implementer to make sure severities are consistent - across events from the same source. - - The Syslog severity belongs in `log.syslog.severity.code`. `event.severity` - is meant to represent the severity according to the event source (e.g. firewall, - IDS). If the event source does not publish its own severity, you may optionally - copy the `log.syslog.severity.code` to `event.severity`.' - example: 7 - - name: start - level: extended - type: date - description: '`event.start` contains the date when the event started or when - the activity was first observed.' - - name: timezone - level: extended - type: keyword - ignore_above: 1024 - description: 'This field should be populated when the event''s timestamp does - not include timezone information already (e.g. default Syslog timestamps). - It''s optional otherwise. - - Acceptable timezone formats are: a canonical ID (e.g. "Europe/Amsterdam"), - abbreviated (e.g. "EST") or an HH:mm differential (e.g. "-05:00").' - - name: type - level: core - type: keyword - ignore_above: 1024 - description: 'This is one of four ECS Categorization Fields, and indicates the - third level in the ECS category hierarchy. - - `event.type` represents a categorization "sub-bucket" that, when used along - with the `event.category` field values, enables filtering events down to a - level appropriate for single visualization. - - This field is an array. This will allow proper categorization of some events - that fall in multiple event types.' - - name: url - level: extended - type: keyword - ignore_above: 1024 - description: 'URL linking to an external system to continue investigation of - this event. - - This URL links to another system where in-depth investigation of the specific - occurrence of this event can take place. Alert events, indicated by `event.kind:alert`, - are a common use case for this field.' - example: https://mysystem.example.com/alert/5271dedb-f5b0-4218-87f0-4ac4870a38fe - default_field: false - - name: faas - title: FaaS - group: 2 - description: The user fields describe information about the function as a service - (FaaS) that is relevant to the event. - type: group - default_field: true - fields: - - name: coldstart - level: extended - type: boolean - description: Boolean value indicating a cold start of a function. - default_field: false - - name: execution - level: extended - type: keyword - ignore_above: 1024 - description: The execution ID of the current function execution. - example: af9d5aa4-a685-4c5f-a22b-444f80b3cc28 - default_field: false - - name: id - level: extended - type: keyword - ignore_above: 1024 - description: 'The unique identifier of a serverless function. - - For AWS Lambda it''s the function ARN (Amazon Resource Name) without a version - or alias suffix.' - example: arn:aws:lambda:us-west-2:123456789012:function:my-function - default_field: false - - name: name - level: extended - type: keyword - ignore_above: 1024 - description: The name of a serverless function. - example: my-function - default_field: false - - name: trigger.request_id - level: extended - type: keyword - ignore_above: 1024 - description: The ID of the trigger request , message, event, etc. - example: 123456789 - default_field: false - - name: trigger.type - level: extended - type: keyword - ignore_above: 1024 - description: The trigger for the function execution. - example: http - default_field: false - - name: version - level: extended - type: keyword - ignore_above: 1024 - description: The version of a serverless function. - example: '123' - default_field: false - - name: file - title: File - group: 2 - description: 'A file is defined as a set of information that has been created - on, or has existed on a filesystem. - - File objects can be associated with host events, network events, and/or file - events (e.g., those produced by File Integrity Monitoring [FIM] products or - services). File fields provide details about the affected file associated with - the event or metric.' - type: group - default_field: true - fields: - - name: accessed - level: extended - type: date - description: 'Last time the file was accessed. - - Note that not all filesystems keep track of access time.' - - name: attributes - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of file attributes. - - Attributes names will vary by platform. Here''s a non-exhaustive list of values - that are expected in this field: archive, compressed, directory, encrypted, - execute, hidden, read, readonly, system, write.' - example: '["readonly", "system"]' - default_field: false - - name: code_signature.digest_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: 'The hashing algorithm used to sign the process. - - This value can distinguish signatures when a file is signed multiple times - by the same signer but with a different digest algorithm.' - example: sha256 - default_field: false - - name: code_signature.exists - level: core - type: boolean - description: Boolean to capture if a signature is present. - example: 'true' - default_field: false - - name: code_signature.signing_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The identifier used to sign the process. - - This is used to identify the application manufactured by a software vendor. - The field is relevant to Apple *OS only.' - example: com.apple.xpc.proxy - default_field: false - - name: code_signature.status - level: extended - type: keyword - ignore_above: 1024 - description: 'Additional information about the certificate status. - - This is useful for logging cryptographic errors with the certificate validity - or trust status. Leave unpopulated if the validity or trust of the certificate - was unchecked.' - example: ERROR_UNTRUSTED_ROOT - default_field: false - - name: code_signature.subject_name - level: core - type: keyword - ignore_above: 1024 - description: Subject name of the code signer - example: Microsoft Corporation - default_field: false - - name: code_signature.team_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The team identifier used to sign the process. - - This is used to identify the team or vendor of a software product. The field - is relevant to Apple *OS only.' - example: EQHXZ8M8AV - default_field: false - - name: code_signature.timestamp - level: extended - type: date - description: Date and time when the code signature was generated and signed. - example: '2021-01-01T12:10:30Z' - default_field: false - - name: code_signature.trusted - level: extended - type: boolean - description: 'Stores the trust status of the certificate chain. - - Validating the trust of the certificate chain may be complicated, and this - field should only be populated by tools that actively check the status.' - example: 'true' - default_field: false - - name: code_signature.valid - level: extended - type: boolean - description: 'Boolean to capture if the digital signature is verified against - the binary content. - - Leave unpopulated if a certificate was unchecked.' - example: 'true' - default_field: false - - name: created - level: extended - type: date - description: 'File creation time. - - Note that not all filesystems store the creation time.' - - name: ctime - level: extended - type: date - description: 'Last time the file attributes or metadata changed. - - Note that changes to the file content will update `mtime`. This implies `ctime` - will be adjusted at the same time, since `mtime` is an attribute of the file.' - - name: device - level: extended - type: keyword - ignore_above: 1024 - description: Device that is the source of the file. - example: sda - - name: directory - level: extended - type: keyword - ignore_above: 1024 - description: Directory where the file is located. It should include the drive - letter, when appropriate. - example: /home/alice - - name: drive_letter - level: extended - type: keyword - ignore_above: 1 - description: 'Drive letter where the file is located. This field is only relevant - on Windows. - - The value should be uppercase, and not include the colon.' - example: C - default_field: false - - name: elf.architecture - level: extended - type: keyword - ignore_above: 1024 - description: Machine architecture of the ELF file. - example: x86-64 - default_field: false - - name: elf.byte_order - level: extended - type: keyword - ignore_above: 1024 - description: Byte sequence of ELF file. - example: Little Endian - default_field: false - - name: elf.cpu_type - level: extended - type: keyword - ignore_above: 1024 - description: CPU type of the ELF file. - example: Intel - default_field: false - - name: elf.creation_date - level: extended - type: date - description: Extracted when possible from the file's metadata. Indicates when - it was built or compiled. It can also be faked by malware creators. - default_field: false - - name: elf.exports - level: extended - type: flattened - description: List of exported element names and types. - default_field: false - - name: elf.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in an ELF file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: elf.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: elf.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: elf.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: elf.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: elf.header.abi_version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF Application Binary Interface (ABI). - default_field: false - - name: elf.header.class - level: extended - type: keyword - ignore_above: 1024 - description: Header class of the ELF file. - default_field: false - - name: elf.header.data - level: extended - type: keyword - ignore_above: 1024 - description: Data table of the ELF header. - default_field: false - - name: elf.header.entrypoint - level: extended - type: long - format: string - description: Header entrypoint of the ELF file. - default_field: false - - name: elf.header.object_version - level: extended - type: keyword - ignore_above: 1024 - description: '"0x1" for original ELF files.' - default_field: false - - name: elf.header.os_abi - level: extended - type: keyword - ignore_above: 1024 - description: Application Binary Interface (ABI) of the Linux OS. - default_field: false - - name: elf.header.type - level: extended - type: keyword - ignore_above: 1024 - description: Header type of the ELF file. - default_field: false - - name: elf.header.version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF header. - default_field: false - - name: elf.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in an ELF file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is an ELF implementation of the Windows PE imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: elf.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: elf.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: elf.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: elf.sections - level: extended - type: nested - description: 'An array containing an object for each section of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.sections.*`.' - default_field: false - - name: elf.sections.chi2 - level: extended - type: long - format: number - description: Chi-square probability distribution of the section. - default_field: false - - name: elf.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: elf.sections.flags - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List flags. - default_field: false - - name: elf.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List name. - default_field: false - - name: elf.sections.physical_offset - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List offset. - default_field: false - - name: elf.sections.physical_size - level: extended - type: long - format: bytes - description: ELF Section List physical size. - default_field: false - - name: elf.sections.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List type. - default_field: false - - name: elf.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: elf.sections.virtual_address - level: extended - type: long - format: string - description: ELF Section List virtual address. - default_field: false - - name: elf.sections.virtual_size - level: extended - type: long - format: string - description: ELF Section List virtual size. - default_field: false - - name: elf.segments - level: extended - type: nested - description: 'An array containing an object for each segment of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.segments.*`.' - default_field: false - - name: elf.segments.sections - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment sections. - default_field: false - - name: elf.segments.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment type. - default_field: false - - name: elf.shared_libraries - level: extended - type: keyword - ignore_above: 1024 - description: List of shared libraries used by this ELF object. - default_field: false - - name: elf.telfhash - level: extended - type: keyword - ignore_above: 1024 - description: telfhash symbol hash for ELF file. - default_field: false - - name: extension - level: extended - type: keyword - ignore_above: 1024 - description: 'File extension, excluding the leading dot. - - Note that when the file name has multiple extensions (example.tar.gz), only - the last one should be captured ("gz", not "tar.gz").' - example: png - - name: fork_name - level: extended - type: keyword - ignore_above: 1024 - description: 'A fork is additional data associated with a filesystem object. - - On Linux, a resource fork is used to store additional data with a filesystem - object. A file always has at least one fork for the data portion, and additional - forks may exist. - - On NTFS, this is analogous to an Alternate Data Stream (ADS), and the default - data stream for a file is just called $DATA. Zone.Identifier is commonly used - by Windows to track contents downloaded from the Internet. An ADS is typically - of the form: `C:\path\to\filename.extension:some_fork_name`, and `some_fork_name` - is the value that should populate `fork_name`. `filename.extension` should - populate `file.name`, and `extension` should populate `file.extension`. The - full path, `file.path`, will include the fork name.' - example: Zone.Identifer - default_field: false - - name: gid - level: extended - type: keyword - ignore_above: 1024 - description: Primary group ID (GID) of the file. - example: '1001' - - name: group - level: extended - type: keyword - ignore_above: 1024 - description: Primary group name of the file. - example: alice - - name: hash.md5 - level: extended - type: keyword - ignore_above: 1024 - description: MD5 hash. - - name: hash.sha1 - level: extended - type: keyword - ignore_above: 1024 - description: SHA1 hash. - - name: hash.sha256 - level: extended - type: keyword - ignore_above: 1024 - description: SHA256 hash. - - name: hash.sha384 - level: extended - type: keyword - ignore_above: 1024 - description: SHA384 hash. - default_field: false - - name: hash.sha512 - level: extended - type: keyword - ignore_above: 1024 - description: SHA512 hash. - - name: hash.ssdeep - level: extended - type: keyword - ignore_above: 1024 - description: SSDEEP hash. - default_field: false - - name: hash.tlsh - level: extended - type: keyword - ignore_above: 1024 - description: TLSH hash. - default_field: false - - name: inode - level: extended - type: keyword - ignore_above: 1024 - description: Inode representing the file in the filesystem. - example: '256383' - - name: macho.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a Mach-O file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: macho.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: macho.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: macho.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: macho.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: macho.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a Mach-O file. An import hash can be - used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - This is a synonym for symhash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: macho.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: macho.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: macho.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: macho.sections - level: extended - type: nested - description: 'An array containing an object for each section of the Mach-O file. - - The keys that should be present in these objects are defined by sub-fields - underneath `macho.sections.*`.' - default_field: false - - name: macho.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: macho.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: Mach-O Section List name. - default_field: false - - name: macho.sections.physical_size - level: extended - type: long - format: bytes - description: Mach-O Section List physical size. - default_field: false - - name: macho.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: macho.sections.virtual_size - level: extended - type: long - format: string - description: Mach-O Section List virtual size. This is always the same as `physical_size`. - default_field: false - - name: macho.symhash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a Mach-O file. An import hash can be - used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - This is a Mach-O implementation of the Windows PE imphash' - example: d3ccf195b62a9279c3c19af1080497ec - default_field: false - - name: mime_type - level: extended - type: keyword - ignore_above: 1024 - description: MIME type should identify the format of the file or stream of bytes - using https://www.iana.org/assignments/media-types/media-types.xhtml[IANA - official types], where possible. When more than one type is applicable, the - most specific type should be used. - default_field: false - - name: mode - level: extended - type: keyword - ignore_above: 1024 - description: Mode of the file in octal representation. - example: '0640' - - name: mtime - level: extended - type: date - description: Last time the file content was modified. - - name: name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the file including the extension, without the directory. - example: example.png - - name: owner - level: extended - type: keyword - ignore_above: 1024 - description: File owner's username. - example: alice - - name: path - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Full path to the file, including the file name. It should include - the drive letter, when appropriate. - example: /home/alice/example.png - - name: pe.architecture - level: extended - type: keyword - ignore_above: 1024 - description: CPU architecture target for the file. - example: x64 - default_field: false - - name: pe.company - level: extended - type: keyword - ignore_above: 1024 - description: Internal company name of the file, provided at compile-time. - example: Microsoft Corporation - default_field: false - - name: pe.description - level: extended - type: keyword - ignore_above: 1024 - description: Internal description of the file, provided at compile-time. - example: Paint - default_field: false - - name: pe.file_version - level: extended - type: keyword - ignore_above: 1024 - description: Internal version of the file, provided at compile-time. - example: 6.3.9600.17415 - default_field: false - - name: pe.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a PE file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: pe.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: pe.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: pe.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: pe.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: pe.imphash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An imphash -- or import hash - -- can be used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' - example: 0c6803c4e922103c4dca5963aad36ddf - default_field: false - - name: pe.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is a synonym for imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: pe.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: pe.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: pe.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: pe.original_file_name - level: extended - type: keyword - ignore_above: 1024 - description: Internal name of the file, provided at compile-time. - example: MSPAINT.EXE - default_field: false - - name: pe.pehash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the PE header and data from one or more PE sections. - An pehash can be used to cluster files by transforming structural information - about a file into a hash value. - - Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' - example: 73ff189b63cd6be375a7ff25179a38d347651975 - default_field: false - - name: pe.product - level: extended - type: keyword - ignore_above: 1024 - description: Internal product name of the file, provided at compile-time. - example: "Microsoft\xAE Windows\xAE Operating System" - default_field: false - - name: pe.sections - level: extended - type: nested - description: 'An array containing an object for each section of the PE file. - - The keys that should be present in these objects are defined by sub-fields - underneath `pe.sections.*`.' - default_field: false - - name: pe.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: pe.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: PE Section List name. - default_field: false - - name: pe.sections.physical_size - level: extended - type: long - format: bytes - description: PE Section List physical size. - default_field: false - - name: pe.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: pe.sections.virtual_size - level: extended - type: long - format: string - description: PE Section List virtual size. This is always the same as `physical_size`. - default_field: false - - name: size - level: extended - type: long - description: 'File size in bytes. - - Only relevant when `file.type` is "file".' - example: 16384 - - name: target_path - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Target path for symlinks. - - name: type - level: extended - type: keyword - ignore_above: 1024 - description: File type (file, dir, or symlink). - example: file - - name: uid - level: extended - type: keyword - ignore_above: 1024 - description: The user ID (UID) or security identifier (SID) of the file owner. - example: '1001' - - name: x509.alternative_names - level: extended - type: keyword - ignore_above: 1024 - description: List of subject alternative names (SAN). Name types vary by certificate - authority and certificate type but commonly contain IP addresses, DNS names - (and wildcards), and email addresses. - example: '*.elastic.co' - default_field: false - - name: x509.issuer.common_name - level: extended - type: keyword - ignore_above: 1024 - description: List of common name (CN) of issuing certificate authority. - example: Example SHA2 High Assurance Server CA - default_field: false - - name: x509.issuer.country - level: extended - type: keyword - ignore_above: 1024 - description: List of country \(C) codes - example: US - default_field: false - - name: x509.issuer.distinguished_name - level: extended - type: keyword - ignore_above: 1024 - description: Distinguished name (DN) of issuing certificate authority. - example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance - Server CA - default_field: false - - name: x509.issuer.locality - level: extended - type: keyword - ignore_above: 1024 - description: List of locality names (L) - example: Mountain View - default_field: false - - name: x509.issuer.organization - level: extended - type: keyword - ignore_above: 1024 - description: List of organizations (O) of issuing certificate authority. - example: Example Inc - default_field: false - - name: x509.issuer.organizational_unit - level: extended - type: keyword - ignore_above: 1024 - description: List of organizational units (OU) of issuing certificate authority. - example: www.example.com - default_field: false - - name: x509.issuer.state_or_province - level: extended - type: keyword - ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California - default_field: false - - name: x509.not_after - level: extended - type: date - description: Time at which the certificate is no longer considered valid. - example: '2020-07-16T03:15:39Z' - default_field: false - - name: x509.not_before - level: extended - type: date - description: Time at which the certificate is first considered valid. - example: '2019-08-16T01:40:25Z' - default_field: false - - name: x509.public_key_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: Algorithm used to generate the public key. - example: RSA - default_field: false - - name: x509.public_key_curve - level: extended - type: keyword - ignore_above: 1024 - description: The curve used by the elliptic curve public key algorithm. This - is algorithm specific. - example: nistp521 - default_field: false - - name: x509.public_key_exponent - level: extended - type: long - description: Exponent used to derive the public key. This is algorithm specific. - example: 65537 - index: false - doc_values: false - default_field: false - - name: x509.public_key_size - level: extended - type: long - description: The size of the public key space in bits. - example: 2048 - default_field: false - - name: x509.serial_number - level: extended - type: keyword - ignore_above: 1024 - description: Unique serial number issued by the certificate authority. For consistency, - if this value is alphanumeric, it should be formatted without colons and uppercase - characters. - example: 55FBB9C7DEBF09809D12CCAA - default_field: false - - name: x509.signature_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: Identifier for certificate signature algorithm. We recommend using - names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. - example: SHA256-RSA - default_field: false - - name: x509.subject.common_name - level: extended - type: keyword - ignore_above: 1024 - description: List of common names (CN) of subject. - example: shared.global.example.net - default_field: false - - name: x509.subject.country - level: extended - type: keyword - ignore_above: 1024 - description: List of country \(C) code - example: US - default_field: false - - name: x509.subject.distinguished_name - level: extended - type: keyword - ignore_above: 1024 - description: Distinguished name (DN) of the certificate subject entity. - example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net - default_field: false - - name: x509.subject.locality - level: extended - type: keyword - ignore_above: 1024 - description: List of locality names (L) - example: San Francisco - default_field: false - - name: x509.subject.organization - level: extended - type: keyword - ignore_above: 1024 - description: List of organizations (O) of subject. - example: Example, Inc. - default_field: false - - name: x509.subject.organizational_unit - level: extended - type: keyword - ignore_above: 1024 - description: List of organizational units (OU) of subject. - default_field: false - - name: x509.subject.state_or_province - level: extended - type: keyword - ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California - default_field: false - - name: x509.version_number - level: extended - type: keyword - ignore_above: 1024 - description: Version of x509 format. - example: 3 - default_field: false - - name: group - title: Group - group: 2 - description: The group fields are meant to represent groups that are relevant - to the event. - type: group - default_field: true - fields: - - name: domain - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the group is a member of. - - For example, an LDAP or Active Directory domain name.' - - name: id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - - name: name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - - name: host - title: Host - group: 2 - description: 'A host is defined as a general computing instance. - - ECS host.* fields should be populated with details about the host on which the - event happened, or from which the measurement was taken. Host types include - hardware, virtual machines, Docker containers, and Kubernetes nodes.' - type: group - default_field: true - fields: - - name: architecture - level: core - type: keyword - ignore_above: 1024 - description: Operating system architecture. - example: x86_64 - - name: boot.id - level: extended - type: keyword - ignore_above: 1024 - description: Linux boot uuid taken from /proc/sys/kernel/random/boot_id. Note - the boot_id value from /proc may or may not be the same in containers as on - the host. Some container runtimes will bind mount a new boot_id value onto - the proc file in each container. - example: 88a1f0ed-5ae5-41ee-af6b-41921c311872 - default_field: false - - name: cpu.usage - level: extended - type: scaled_float - description: 'Percent CPU used which is normalized by the number of CPU cores - and it ranges from 0 to 1. - - Scaling factor: 1000. - - For example: For a two core host, this value should be the average of the - two cores, between 0 and 1.' - scaling_factor: 1000 - default_field: false - - name: disk.read.bytes - level: extended - type: long - description: The total number of bytes (gauge) read successfully (aggregated - from all disks) since the last metric collection. - default_field: false - - name: disk.write.bytes - level: extended - type: long - description: The total number of bytes (gauge) written successfully (aggregated - from all disks) since the last metric collection. - default_field: false - - name: domain - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the domain of which the host is a member. - - For example, on Windows this could be the host''s Active Directory domain - or NetBIOS domain name. For Linux this could be the domain of the host''s - LDAP provider.' - example: CONTOSO - default_field: false - - name: geo.city_name - level: core - type: keyword - ignore_above: 1024 - description: City name. - example: Montreal - - name: geo.continent_code - level: core - type: keyword - ignore_above: 1024 - description: Two-letter code representing continent's name. - example: NA - default_field: false - - name: geo.continent_name - level: core - type: keyword - ignore_above: 1024 - description: Name of the continent. - example: North America - - name: geo.country_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Country ISO code. - example: CA - - name: geo.country_name - level: core - type: keyword - ignore_above: 1024 - description: Country name. - example: Canada - - name: geo.location - level: core - type: geo_point - description: Longitude and latitude. - example: '{ "lon": -73.614830, "lat": 45.505918 }' - - name: geo.name - level: extended - type: keyword - ignore_above: 1024 - description: 'User-defined description of a location, at the level of granularity - they care about. - - Could be the name of their data centers, the floor number, if this describes - a local physical entity, city names. - - Not typically used in automated geolocation.' - example: boston-dc - - name: geo.postal_code - level: core - type: keyword - ignore_above: 1024 - description: 'Postal code associated with the location. - - Values appropriate for this field may also be known as a postcode or ZIP code - and will vary widely from country to country.' - example: 94040 - default_field: false - - name: geo.region_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Region ISO code. - example: CA-QC - - name: geo.region_name - level: core - type: keyword - ignore_above: 1024 - description: Region name. - example: Quebec - - name: geo.timezone - level: core - type: keyword - ignore_above: 1024 - description: The time zone of the location, such as IANA time zone name. - example: America/Argentina/Buenos_Aires - default_field: false - - name: hostname - level: core - type: keyword - ignore_above: 1024 - description: 'Hostname of the host. - - It normally contains what the `hostname` command returns on the host machine.' - - name: id - level: core - type: keyword - ignore_above: 1024 - description: 'Unique host id. - - As hostname is not always unique, use values that are meaningful in your environment. - - Example: The current usage of `beat.name`.' - - name: ip - level: core - type: ip - description: Host ip addresses. - - name: mac - level: core - type: keyword - ignore_above: 1024 - description: 'Host MAC addresses. - - The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit - byte) is represented by two [uppercase] hexadecimal digits giving the value - of the octet as an unsigned integer. Successive octets are separated by a - hyphen.' - example: '["00-00-5E-00-53-23", "00-00-5E-00-53-24"]' - pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ - - name: name - level: core - type: keyword - ignore_above: 1024 - description: 'Name of the host. - - It can contain what hostname returns on Unix systems, the fully qualified - domain name (FQDN), or a name specified by the user. The recommended value - is the lowercase FQDN of the host.' - - name: network.egress.bytes - level: extended - type: long - description: The number of bytes (gauge) sent out on all network interfaces - by the host since the last metric collection. - default_field: false - - name: network.egress.packets - level: extended - type: long - description: The number of packets (gauge) sent out on all network interfaces - by the host since the last metric collection. - default_field: false - - name: network.ingress.bytes - level: extended - type: long - description: The number of bytes received (gauge) on all network interfaces - by the host since the last metric collection. - default_field: false - - name: network.ingress.packets - level: extended - type: long - description: The number of packets (gauge) received on all network interfaces - by the host since the last metric collection. - default_field: false - - name: os.family - level: extended - type: keyword - ignore_above: 1024 - description: OS family (such as redhat, debian, freebsd, windows). - example: debian - - name: os.full - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Operating system name, including the version or code name. - example: Mac OS Mojave - - name: os.kernel - level: extended - type: keyword - ignore_above: 1024 - description: Operating system kernel version as a raw string. - example: 4.4.0-112-generic - - name: os.name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Operating system name, without the version. - example: Mac OS X - - name: os.platform - level: extended - type: keyword - ignore_above: 1024 - description: Operating system platform (such centos, ubuntu, windows). - example: darwin - - name: os.type - level: extended - type: keyword - ignore_above: 1024 - description: 'Use the `os.type` field to categorize the operating system into - one of the broad commercial families. - - If the OS you''re dealing with is not listed as an expected value, the field - should not be populated. Please let us know by opening an issue with ECS, - to propose its addition.' - example: macos - default_field: false - - name: os.version - level: extended - type: keyword - ignore_above: 1024 - description: Operating system version as a raw string. - example: 10.14.1 - - name: pid_ns_ino - level: extended - type: keyword - ignore_above: 1024 - description: This is the inode number of the namespace in the namespace file - system (nsfs). Unsigned int inum in include/linux/ns_common.h. - example: 256383 - default_field: false - - name: risk.calculated_level - level: extended - type: keyword - ignore_above: 1024 - description: A risk classification level calculated by an internal system as - part of entity analytics and entity risk scoring. - example: High - default_field: false - - name: risk.calculated_score - level: extended - type: float - description: A risk classification score calculated by an internal system as - part of entity analytics and entity risk scoring. - example: 880.73 - default_field: false - - name: risk.calculated_score_norm - level: extended - type: float - description: A risk classification score calculated by an internal system as - part of entity analytics and entity risk scoring, and normalized to a range - of 0 to 100. - example: 88.73 - default_field: false - - name: risk.static_level - level: extended - type: keyword - ignore_above: 1024 - description: A risk classification level obtained from outside the system, such - as from some external Threat Intelligence Platform. - example: High - default_field: false - - name: risk.static_score - level: extended - type: float - description: A risk classification score obtained from outside the system, such - as from some external Threat Intelligence Platform. - example: 830.0 - default_field: false - - name: risk.static_score_norm - level: extended - type: float - description: A risk classification score obtained from outside the system, such - as from some external Threat Intelligence Platform, and normalized to a range - of 0 to 100. - example: 83.0 - default_field: false - - name: type - level: core - type: keyword - ignore_above: 1024 - description: 'Type of host. - - For Cloud providers this can be the machine type like `t2.medium`. If vm, - this could be the container, for example, or other information meaningful - in your environment.' - - name: uptime - level: extended - type: long - description: Seconds the host has been up. - example: 1325 - - name: http - title: HTTP - group: 2 - description: Fields related to HTTP activity. Use the `url` field set to store - the url of the request. - type: group - default_field: true - fields: - - name: request.body.bytes - level: extended - type: long - format: bytes - description: Size in bytes of the request body. - example: 887 - - name: request.body.content - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - default_field: false - description: The full HTTP request body. - example: Hello world - - name: request.bytes - level: extended - type: long - format: bytes - description: Total size in bytes of the request (body and headers). - example: 1437 - - name: request.id - level: extended - type: keyword - ignore_above: 1024 - description: 'A unique identifier for each HTTP request to correlate logs between - clients and servers in transactions. - - The id may be contained in a non-standard HTTP header, such as `X-Request-ID` - or `X-Correlation-ID`.' - example: 123e4567-e89b-12d3-a456-426614174000 - default_field: false - - name: request.method - level: extended - type: keyword - ignore_above: 1024 - description: 'HTTP request method. - - The value should retain its casing from the original event. For example, `GET`, - `get`, and `GeT` are all considered valid values for this field.' - example: POST - - name: request.mime_type - level: extended - type: keyword - ignore_above: 1024 - description: 'Mime type of the body of the request. - - This value must only be populated based on the content of the request body, - not on the `Content-Type` header. Comparing the mime type of a request with - the request''s Content-Type header can be helpful in detecting threats or - misconfigured clients.' - example: image/gif - default_field: false - - name: request.referrer - level: extended - type: keyword - ignore_above: 1024 - description: Referrer for this HTTP request. - example: https://blog.example.com/ - - name: response.body.bytes - level: extended - type: long - format: bytes - description: Size in bytes of the response body. - example: 887 - - name: response.body.content - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - default_field: false - description: The full HTTP response body. - example: Hello world - - name: response.bytes - level: extended - type: long - format: bytes - description: Total size in bytes of the response (body and headers). - example: 1437 - - name: response.mime_type - level: extended - type: keyword - ignore_above: 1024 - description: 'Mime type of the body of the response. - - This value must only be populated based on the content of the response body, - not on the `Content-Type` header. Comparing the mime type of a response with - the response''s Content-Type header can be helpful in detecting misconfigured - servers.' - example: image/gif - default_field: false - - name: response.status_code - level: extended - type: long - format: string - description: HTTP response status code. - example: 404 - - name: version - level: extended - type: keyword - ignore_above: 1024 - description: HTTP version. - example: 1.1 - - name: log - title: Log - group: 2 - description: 'Details about the event''s logging mechanism or logging transport. - - The log.* fields are typically populated with details about the logging mechanism - used to create and/or transport the event. For example, syslog details belong - under `log.syslog.*`. - - The details specific to your event source are typically not logged under `log.*`, - but rather in `event.*` or in other ECS fields.' - type: group - default_field: true - fields: - - name: file.path - level: extended - type: keyword - ignore_above: 1024 - description: 'Full path to the log file this event came from, including the - file name. It should include the drive letter, when appropriate. - - If the event wasn''t read from a log file, do not populate this field.' - example: /var/log/fun-times.log - default_field: false - - name: level - level: core - type: keyword - ignore_above: 1024 - description: 'Original log level of the log event. - - If the source of the event provides a log level or textual severity, this - is the one that goes in `log.level`. If your source doesn''t specify one, - you may put your event transport''s severity here (e.g. Syslog severity). - - Some examples are `warn`, `err`, `i`, `informational`.' - example: error - - name: logger - level: core - type: keyword - ignore_above: 1024 - description: The name of the logger inside an application. This is usually the - name of the class which initialized the logger, or can be a custom name. - example: org.elasticsearch.bootstrap.Bootstrap - - name: origin.file.line - level: extended - type: long - description: The line number of the file containing the source code which originated - the log event. - example: 42 - - name: origin.file.name - level: extended - type: keyword - ignore_above: 1024 - description: 'The name of the file containing the source code which originated - the log event. - - Note that this field is not meant to capture the log file. The correct field - to capture the log file is `log.file.path`.' - example: Bootstrap.java - - name: origin.function - level: extended - type: keyword - ignore_above: 1024 - description: The name of the function or method which originated the log event. - example: init - - name: syslog - level: extended - type: object - description: The Syslog metadata of the event, if the event was transmitted - via Syslog. Please see RFCs 5424 or 3164. - - name: syslog.appname - level: extended - type: keyword - ignore_above: 1024 - description: The device or application that originated the Syslog message, if - available. - example: sshd - default_field: false - - name: syslog.facility.code - level: extended - type: long - format: string - description: 'The Syslog numeric facility of the log event, if available. - - According to RFCs 5424 and 3164, this value should be an integer between 0 - and 23.' - example: 23 - - name: syslog.facility.name - level: extended - type: keyword - ignore_above: 1024 - description: The Syslog text-based facility of the log event, if available. - example: local7 - - name: syslog.hostname - level: extended - type: keyword - ignore_above: 1024 - description: The hostname, FQDN, or IP of the machine that originally sent the - Syslog message. This is sourced from the hostname field of the syslog header. - Depending on the environment, this value may be different from the host that - handled the event, especially if the host handling the events is acting as - a collector. - example: example-host - default_field: false - - name: syslog.msgid - level: extended - type: keyword - ignore_above: 1024 - description: An identifier for the type of Syslog message, if available. Only - applicable for RFC 5424 messages. - example: ID47 - default_field: false - - name: syslog.priority - level: extended - type: long - format: string - description: 'Syslog numeric priority of the event, if available. - - According to RFCs 5424 and 3164, the priority is 8 * facility + severity. - This number is therefore expected to contain a value between 0 and 191.' - example: 135 - - name: syslog.procid - level: extended - type: keyword - ignore_above: 1024 - description: The process name or ID that originated the Syslog message, if available. - example: 12345 - default_field: false - - name: syslog.severity.code - level: extended - type: long - description: 'The Syslog numeric severity of the log event, if available. - - If the event source publishing via Syslog provides a different numeric severity - value (e.g. firewall, IDS), your source''s numeric severity should go to `event.severity`. - If the event source does not specify a distinct severity, you can optionally - copy the Syslog severity to `event.severity`.' - example: 3 - - name: syslog.severity.name - level: extended - type: keyword - ignore_above: 1024 - description: 'The Syslog numeric severity of the log event, if available. - - If the event source publishing via Syslog provides a different severity value - (e.g. firewall, IDS), your source''s text severity should go to `log.level`. - If the event source does not specify a distinct severity, you can optionally - copy the Syslog severity to `log.level`.' - example: Error - - name: syslog.structured_data - level: extended - type: flattened - description: Structured data expressed in RFC 5424 messages, if available. These - are key-value pairs formed from the structured data portion of the syslog - message, as defined in RFC 5424 Section 6.3. - default_field: false - - name: syslog.version - level: extended - type: keyword - ignore_above: 1024 - description: The version of the Syslog protocol specification. Only applicable - for RFC 5424 messages. - example: 1 - default_field: false - - name: network - title: Network - group: 2 - description: 'The network is defined as the communication path over which a host - or network event happens. - - The network.* fields should be populated with details about the network activity - associated with an event.' - type: group - default_field: true - fields: - - name: application - level: extended - type: keyword - ignore_above: 1024 - description: 'When a specific application or service is identified from network - connection details (source/dest IPs, ports, certificates, or wire format), - this field captures the application''s or service''s name. - - For example, the original event identifies the network connection being from - a specific web service in a `https` network connection, like `facebook` or - `twitter`. - - The field value must be normalized to lowercase for querying.' - example: aim - - name: bytes - level: core - type: long - format: bytes - description: 'Total bytes transferred in both directions. - - If `source.bytes` and `destination.bytes` are known, `network.bytes` is their - sum.' - example: 368 - - name: community_id - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of source and destination IPs and ports, as well as the - protocol used in a communication. This is a tool-agnostic standard to identify - flows. - - Learn more at https://github.com/corelight/community-id-spec.' - example: 1:hO+sN4H+MG5MY/8hIrXPqc4ZQz0= - - name: direction - level: core - type: keyword - ignore_above: 1024 - description: 'Direction of the network traffic. - - When mapping events from a host-based monitoring context, populate this field - from the host''s point of view, using the values "ingress" or "egress". - - When mapping events from a network or perimeter-based monitoring context, - populate this field from the point of view of the network perimeter, using - the values "inbound", "outbound", "internal" or "external". - - Note that "internal" is not crossing perimeter boundaries, and is meant to - describe communication between two hosts within the perimeter. Note also that - "external" is meant to describe traffic between two hosts that are external - to the perimeter. This could for example be useful for ISPs or VPN service - providers.' - example: inbound - - name: forwarded_ip - level: core - type: ip - description: Host IP address when the source IP address is the proxy. - example: 192.1.1.2 - - name: iana_number - level: extended - type: keyword - ignore_above: 1024 - description: IANA Protocol Number (https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml). - Standardized list of protocols. This aligns well with NetFlow and sFlow related - logs which use the IANA Protocol Number. - example: 6 - - name: inner - level: extended - type: object - description: Network.inner fields are added in addition to network.vlan fields - to describe the innermost VLAN when q-in-q VLAN tagging is present. Allowed - fields include vlan.id and vlan.name. Inner vlan fields are typically used - when sending traffic with multiple 802.1q encapsulations to a network sensor - (e.g. Zeek, Wireshark.) - default_field: false - - name: inner.vlan.id - level: extended - type: keyword - ignore_above: 1024 - description: VLAN ID as reported by the observer. - example: 10 - default_field: false - - name: inner.vlan.name - level: extended - type: keyword - ignore_above: 1024 - description: Optional VLAN name as reported by the observer. - example: outside - default_field: false - - name: name - level: extended - type: keyword - ignore_above: 1024 - description: Name given by operators to sections of their network. - example: Guest Wifi - - name: packets - level: core - type: long - description: 'Total packets transferred in both directions. - - If `source.packets` and `destination.packets` are known, `network.packets` - is their sum.' - example: 24 - - name: protocol - level: core - type: keyword - ignore_above: 1024 - description: 'In the OSI Model this would be the Application Layer protocol. - For example, `http`, `dns`, or `ssh`. - - The field value must be normalized to lowercase for querying.' - example: http - - name: transport - level: core - type: keyword - ignore_above: 1024 - description: 'Same as network.iana_number, but instead using the Keyword name - of the transport layer (udp, tcp, ipv6-icmp, etc.) - - The field value must be normalized to lowercase for querying.' - example: tcp - - name: type - level: core - type: keyword - ignore_above: 1024 - description: 'In the OSI Model this would be the Network Layer. ipv4, ipv6, - ipsec, pim, etc - - The field value must be normalized to lowercase for querying.' - example: ipv4 - - name: vlan.id - level: extended - type: keyword - ignore_above: 1024 - description: VLAN ID as reported by the observer. - example: 10 - default_field: false - - name: vlan.name - level: extended - type: keyword - ignore_above: 1024 - description: Optional VLAN name as reported by the observer. - example: outside - default_field: false - - name: observer - title: Observer - group: 2 - description: 'An observer is defined as a special network, security, or application - device used to detect, observe, or create network, security, or application-related - events and metrics. - - This could be a custom hardware appliance or a server that has been configured - to run special network, security, or application software. Examples include - firewalls, web proxies, intrusion detection/prevention systems, network monitoring - sensors, web application firewalls, data loss prevention systems, and APM servers. - The observer.* fields shall be populated with details of the system, if any, - that detects, observes and/or creates a network, security, or application event - or metric. Message queues and ETL components used in processing events or metrics - are not considered observers in ECS.' - type: group - default_field: true - fields: - - name: egress - level: extended - type: object - description: Observer.egress holds information like interface number and name, - vlan, and zone information to classify egress traffic. Single armed monitoring - such as a network sensor on a span port should only use observer.ingress to - categorize traffic. - default_field: false - - name: egress.interface.alias - level: extended - type: keyword - ignore_above: 1024 - description: Interface alias as reported by the system, typically used in firewall - implementations for e.g. inside, outside, or dmz logical interface naming. - example: outside - default_field: false - - name: egress.interface.id - level: extended - type: keyword - ignore_above: 1024 - description: Interface ID as reported by an observer (typically SNMP interface - ID). - example: 10 - default_field: false - - name: egress.interface.name - level: extended - type: keyword - ignore_above: 1024 - description: Interface name as reported by the system. - example: eth0 - default_field: false - - name: egress.vlan.id - level: extended - type: keyword - ignore_above: 1024 - description: VLAN ID as reported by the observer. - example: 10 - default_field: false - - name: egress.vlan.name - level: extended - type: keyword - ignore_above: 1024 - description: Optional VLAN name as reported by the observer. - example: outside - default_field: false - - name: egress.zone - level: extended - type: keyword - ignore_above: 1024 - description: Network zone of outbound traffic as reported by the observer to - categorize the destination area of egress traffic, e.g. Internal, External, - DMZ, HR, Legal, etc. - example: Public_Internet - default_field: false - - name: geo.city_name - level: core - type: keyword - ignore_above: 1024 - description: City name. - example: Montreal - - name: geo.continent_code - level: core - type: keyword - ignore_above: 1024 - description: Two-letter code representing continent's name. - example: NA - default_field: false - - name: geo.continent_name - level: core - type: keyword - ignore_above: 1024 - description: Name of the continent. - example: North America - - name: geo.country_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Country ISO code. - example: CA - - name: geo.country_name - level: core - type: keyword - ignore_above: 1024 - description: Country name. - example: Canada - - name: geo.location - level: core - type: geo_point - description: Longitude and latitude. - example: '{ "lon": -73.614830, "lat": 45.505918 }' - - name: geo.name - level: extended - type: keyword - ignore_above: 1024 - description: 'User-defined description of a location, at the level of granularity - they care about. - - Could be the name of their data centers, the floor number, if this describes - a local physical entity, city names. - - Not typically used in automated geolocation.' - example: boston-dc - - name: geo.postal_code - level: core - type: keyword - ignore_above: 1024 - description: 'Postal code associated with the location. - - Values appropriate for this field may also be known as a postcode or ZIP code - and will vary widely from country to country.' - example: 94040 - default_field: false - - name: geo.region_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Region ISO code. - example: CA-QC - - name: geo.region_name - level: core - type: keyword - ignore_above: 1024 - description: Region name. - example: Quebec - - name: geo.timezone - level: core - type: keyword - ignore_above: 1024 - description: The time zone of the location, such as IANA time zone name. - example: America/Argentina/Buenos_Aires - default_field: false - - name: hostname - level: core - type: keyword - ignore_above: 1024 - description: Hostname of the observer. - - name: ingress - level: extended - type: object - description: Observer.ingress holds information like interface number and name, - vlan, and zone information to classify ingress traffic. Single armed monitoring - such as a network sensor on a span port should only use observer.ingress to - categorize traffic. - default_field: false - - name: ingress.interface.alias - level: extended - type: keyword - ignore_above: 1024 - description: Interface alias as reported by the system, typically used in firewall - implementations for e.g. inside, outside, or dmz logical interface naming. - example: outside - default_field: false - - name: ingress.interface.id - level: extended - type: keyword - ignore_above: 1024 - description: Interface ID as reported by an observer (typically SNMP interface - ID). - example: 10 - default_field: false - - name: ingress.interface.name - level: extended - type: keyword - ignore_above: 1024 - description: Interface name as reported by the system. - example: eth0 - default_field: false - - name: ingress.vlan.id - level: extended - type: keyword - ignore_above: 1024 - description: VLAN ID as reported by the observer. - example: 10 - default_field: false - - name: ingress.vlan.name - level: extended - type: keyword - ignore_above: 1024 - description: Optional VLAN name as reported by the observer. - example: outside - default_field: false - - name: ingress.zone - level: extended - type: keyword - ignore_above: 1024 - description: Network zone of incoming traffic as reported by the observer to - categorize the source area of ingress traffic. e.g. internal, External, DMZ, - HR, Legal, etc. - example: DMZ - default_field: false - - name: ip - level: core - type: ip - description: IP addresses of the observer. - - name: mac - level: core - type: keyword - ignore_above: 1024 - description: 'MAC addresses of the observer. - - The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit - byte) is represented by two [uppercase] hexadecimal digits giving the value - of the octet as an unsigned integer. Successive octets are separated by a - hyphen.' - example: '["00-00-5E-00-53-23", "00-00-5E-00-53-24"]' - pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ - - name: name - level: extended - type: keyword - ignore_above: 1024 - description: 'Custom name of the observer. - - This is a name that can be given to an observer. This can be helpful for example - if multiple firewalls of the same model are used in an organization. - - If no custom name is needed, the field can be left empty.' - example: 1_proxySG - - name: os.family - level: extended - type: keyword - ignore_above: 1024 - description: OS family (such as redhat, debian, freebsd, windows). - example: debian - - name: os.full - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Operating system name, including the version or code name. - example: Mac OS Mojave - - name: os.kernel - level: extended - type: keyword - ignore_above: 1024 - description: Operating system kernel version as a raw string. - example: 4.4.0-112-generic - - name: os.name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Operating system name, without the version. - example: Mac OS X - - name: os.platform - level: extended - type: keyword - ignore_above: 1024 - description: Operating system platform (such centos, ubuntu, windows). - example: darwin - - name: os.type - level: extended - type: keyword - ignore_above: 1024 - description: 'Use the `os.type` field to categorize the operating system into - one of the broad commercial families. - - If the OS you''re dealing with is not listed as an expected value, the field - should not be populated. Please let us know by opening an issue with ECS, - to propose its addition.' - example: macos - default_field: false - - name: os.version - level: extended - type: keyword - ignore_above: 1024 - description: Operating system version as a raw string. - example: 10.14.1 - - name: product - level: extended - type: keyword - ignore_above: 1024 - description: The product name of the observer. - example: s200 - - name: serial_number - level: extended - type: keyword - ignore_above: 1024 - description: Observer serial number. - - name: type - level: core - type: keyword - ignore_above: 1024 - description: 'The type of the observer the data is coming from. - - There is no predefined list of observer types. Some examples are `forwarder`, - `firewall`, `ids`, `ips`, `proxy`, `poller`, `sensor`, `APM server`.' - example: firewall - - name: vendor - level: core - type: keyword - ignore_above: 1024 - description: Vendor name of the observer. - example: Symantec - - name: version - level: core - type: keyword - ignore_above: 1024 - description: Observer version. - - name: orchestrator - title: Orchestrator - group: 2 - description: Fields that describe the resources which container orchestrators - manage or act upon. - type: group - default_field: true - fields: - - name: api_version - level: extended - type: keyword - ignore_above: 1024 - description: API version being used to carry out the action - example: v1beta1 - default_field: false - - name: cluster.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique ID of the cluster. - default_field: false - - name: cluster.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the cluster. - default_field: false - - name: cluster.url - level: extended - type: keyword - ignore_above: 1024 - description: URL of the API used to manage the cluster. - default_field: false - - name: cluster.version - level: extended - type: keyword - ignore_above: 1024 - description: The version of the cluster. - default_field: false - - name: namespace - level: extended - type: keyword - ignore_above: 1024 - description: Namespace in which the action is taking place. - example: kube-system - default_field: false - - name: organization - level: extended - type: keyword - ignore_above: 1024 - description: Organization affected by the event (for multi-tenant orchestrator - setups). - example: elastic - default_field: false - - name: resource.annotation - level: extended - type: keyword - ignore_above: 1024 - description: The list of annotations added to the resource. - example: '[''key1:value1'', ''key2:value2'', ''key3:value3'']' - default_field: false - - name: resource.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique ID of the resource being acted upon. - default_field: false - - name: resource.ip - level: extended - type: ip - description: 'IP address assigned to the resource associated with the event - being observed. In the case of a Kubernetes Pod, this array would contain - only one element: the IP of the Pod (as opposed to the Node on which the Pod - is running).' - default_field: false - - name: resource.label - level: extended - type: keyword - ignore_above: 1024 - description: The list of labels added to the resource. - example: '[''key1:value1'', ''key2:value2'', ''key3:value3'']' - default_field: false - - name: resource.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the resource being acted upon. - example: test-pod-cdcws - default_field: false - - name: resource.parent.type - level: extended - type: keyword - ignore_above: 1024 - description: Type or kind of the parent resource associated with the event being - observed. In Kubernetes, this will be the name of a built-in workload resource - (e.g., Deployment, StatefulSet, DaemonSet). - example: DaemonSet - default_field: false - - name: resource.type - level: extended - type: keyword - ignore_above: 1024 - description: Type of resource being acted upon. - example: service - default_field: false - - name: type - level: extended - type: keyword - ignore_above: 1024 - description: Orchestrator cluster type (e.g. kubernetes, nomad or cloudfoundry). - example: kubernetes - default_field: false - - name: organization - title: Organization - group: 2 - description: 'The organization fields enrich data with information about the company - or entity the data is associated with. - - These fields help you arrange or filter data stored in an index by one or multiple - organizations.' - type: group - default_field: true - fields: - - name: id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the organization. - - name: name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Organization name. - - name: package - title: Package - group: 2 - description: These fields contain information about an installed software package. - It contains general information about a package, such as name, version or size. - It also contains installation details, such as time or location. - type: group - default_field: true - fields: - - name: architecture - level: extended - type: keyword - ignore_above: 1024 - description: Package architecture. - example: x86_64 - - name: build_version - level: extended - type: keyword - ignore_above: 1024 - description: 'Additional information about the build version of the installed - package. - - For example use the commit SHA of a non-released package.' - example: 36f4f7e89dd61b0988b12ee000b98966867710cd - default_field: false - - name: checksum - level: extended - type: keyword - ignore_above: 1024 - description: Checksum of the installed package for verification. - example: 68b329da9893e34099c7d8ad5cb9c940 - - name: description - level: extended - type: keyword - ignore_above: 1024 - description: Description of the package. - example: Open source programming language to build simple/reliable/efficient - software. - - name: install_scope - level: extended - type: keyword - ignore_above: 1024 - description: Indicating how the package was installed, e.g. user-local, global. - example: global - - name: installed - level: extended - type: date - description: Time when package was installed. - - name: license - level: extended - type: keyword - ignore_above: 1024 - description: 'License under which the package was released. - - Use a short name, e.g. the license identifier from SPDX License List where - possible (https://spdx.org/licenses/).' - example: Apache License 2.0 - - name: name - level: extended - type: keyword - ignore_above: 1024 - description: Package name - example: go - - name: path - level: extended - type: keyword - ignore_above: 1024 - description: Path where the package is installed. - example: /usr/local/Cellar/go/1.12.9/ - - name: reference - level: extended - type: keyword - ignore_above: 1024 - description: Home page or reference URL of the software in this package, if - available. - example: https://golang.org - default_field: false - - name: size - level: extended - type: long - format: string - description: Package size in bytes. - example: 62231 - - name: type - level: extended - type: keyword - ignore_above: 1024 - description: 'Type of package. - - This should contain the package file type, rather than the package manager - name. Examples: rpm, dpkg, brew, npm, gem, nupkg, jar.' - example: rpm - default_field: false - - name: version - level: extended - type: keyword - ignore_above: 1024 - description: Package version - example: 1.12.9 - - name: process - title: Process - group: 2 - description: 'These fields contain information about a process. - - These fields can help you correlate metrics information with a process id/name - from a log message. The `process.pid` often stays in the metric itself and - is copied to the global field for correlation.' - type: group - default_field: true - fields: - - name: args - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of process arguments, starting with the absolute path to - the executable. - - May be filtered to protect sensitive information.' - example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' - - name: args_count - level: extended - type: long - description: 'Length of the process.args array. - - This field can be useful for querying or performing bucket analysis on how - many arguments were provided to start a process. More arguments may be an - indication of suspicious activity.' - example: 4 - default_field: false - - name: code_signature.digest_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: 'The hashing algorithm used to sign the process. - - This value can distinguish signatures when a file is signed multiple times - by the same signer but with a different digest algorithm.' - example: sha256 - default_field: false - - name: code_signature.exists - level: core - type: boolean - description: Boolean to capture if a signature is present. - example: 'true' - default_field: false - - name: code_signature.signing_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The identifier used to sign the process. - - This is used to identify the application manufactured by a software vendor. - The field is relevant to Apple *OS only.' - example: com.apple.xpc.proxy - default_field: false - - name: code_signature.status - level: extended - type: keyword - ignore_above: 1024 - description: 'Additional information about the certificate status. - - This is useful for logging cryptographic errors with the certificate validity - or trust status. Leave unpopulated if the validity or trust of the certificate - was unchecked.' - example: ERROR_UNTRUSTED_ROOT - default_field: false - - name: code_signature.subject_name - level: core - type: keyword - ignore_above: 1024 - description: Subject name of the code signer - example: Microsoft Corporation - default_field: false - - name: code_signature.team_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The team identifier used to sign the process. - - This is used to identify the team or vendor of a software product. The field - is relevant to Apple *OS only.' - example: EQHXZ8M8AV - default_field: false - - name: code_signature.timestamp - level: extended - type: date - description: Date and time when the code signature was generated and signed. - example: '2021-01-01T12:10:30Z' - default_field: false - - name: code_signature.trusted - level: extended - type: boolean - description: 'Stores the trust status of the certificate chain. - - Validating the trust of the certificate chain may be complicated, and this - field should only be populated by tools that actively check the status.' - example: 'true' - default_field: false - - name: code_signature.valid - level: extended - type: boolean - description: 'Boolean to capture if the digital signature is verified against - the binary content. - - Leave unpopulated if a certificate was unchecked.' - example: 'true' - default_field: false - - name: command_line - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - description: 'Full command line that started the process, including the absolute - path to the executable, and all arguments. - - Some arguments may be filtered to protect sensitive information.' - example: /usr/bin/ssh -l user 10.0.0.16 - default_field: false - - name: elf.architecture - level: extended - type: keyword - ignore_above: 1024 - description: Machine architecture of the ELF file. - example: x86-64 - default_field: false - - name: elf.byte_order - level: extended - type: keyword - ignore_above: 1024 - description: Byte sequence of ELF file. - example: Little Endian - default_field: false - - name: elf.cpu_type - level: extended - type: keyword - ignore_above: 1024 - description: CPU type of the ELF file. - example: Intel - default_field: false - - name: elf.creation_date - level: extended - type: date - description: Extracted when possible from the file's metadata. Indicates when - it was built or compiled. It can also be faked by malware creators. - default_field: false - - name: elf.exports - level: extended - type: flattened - description: List of exported element names and types. - default_field: false - - name: elf.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in an ELF file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: elf.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: elf.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: elf.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: elf.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: elf.header.abi_version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF Application Binary Interface (ABI). - default_field: false - - name: elf.header.class - level: extended - type: keyword - ignore_above: 1024 - description: Header class of the ELF file. - default_field: false - - name: elf.header.data - level: extended - type: keyword - ignore_above: 1024 - description: Data table of the ELF header. - default_field: false - - name: elf.header.entrypoint - level: extended - type: long - format: string - description: Header entrypoint of the ELF file. - default_field: false - - name: elf.header.object_version - level: extended - type: keyword - ignore_above: 1024 - description: '"0x1" for original ELF files.' - default_field: false - - name: elf.header.os_abi - level: extended - type: keyword - ignore_above: 1024 - description: Application Binary Interface (ABI) of the Linux OS. - default_field: false - - name: elf.header.type - level: extended - type: keyword - ignore_above: 1024 - description: Header type of the ELF file. - default_field: false - - name: elf.header.version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF header. - default_field: false - - name: elf.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in an ELF file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is an ELF implementation of the Windows PE imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: elf.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: elf.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: elf.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: elf.sections - level: extended - type: nested - description: 'An array containing an object for each section of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.sections.*`.' - default_field: false - - name: elf.sections.chi2 - level: extended - type: long - format: number - description: Chi-square probability distribution of the section. - default_field: false - - name: elf.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: elf.sections.flags - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List flags. - default_field: false - - name: elf.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List name. - default_field: false - - name: elf.sections.physical_offset - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List offset. - default_field: false - - name: elf.sections.physical_size - level: extended - type: long - format: bytes - description: ELF Section List physical size. - default_field: false - - name: elf.sections.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List type. - default_field: false - - name: elf.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: elf.sections.virtual_address - level: extended - type: long - format: string - description: ELF Section List virtual address. - default_field: false - - name: elf.sections.virtual_size - level: extended - type: long - format: string - description: ELF Section List virtual size. - default_field: false - - name: elf.segments - level: extended - type: nested - description: 'An array containing an object for each segment of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.segments.*`.' - default_field: false - - name: elf.segments.sections - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment sections. - default_field: false - - name: elf.segments.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment type. - default_field: false - - name: elf.shared_libraries - level: extended - type: keyword - ignore_above: 1024 - description: List of shared libraries used by this ELF object. - default_field: false - - name: elf.telfhash - level: extended - type: keyword - ignore_above: 1024 - description: telfhash symbol hash for ELF file. - default_field: false - - name: end - level: extended - type: date - description: The time the process ended. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: entry_leader.args - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of process arguments, starting with the absolute path to - the executable. - - May be filtered to protect sensitive information.' - example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' - default_field: false - - name: entry_leader.args_count - level: extended - type: long - description: 'Length of the process.args array. - - This field can be useful for querying or performing bucket analysis on how - many arguments were provided to start a process. More arguments may be an - indication of suspicious activity.' - example: 4 - default_field: false - - name: entry_leader.attested_groups.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: entry_leader.attested_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: entry_leader.attested_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: entry_leader.command_line - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - description: 'Full command line that started the process, including the absolute - path to the executable, and all arguments. - - Some arguments may be filtered to protect sensitive information.' - example: /usr/bin/ssh -l user 10.0.0.16 - default_field: false - - name: entry_leader.entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: entry_leader.entry_meta.source.ip - level: core - type: ip - description: IP address of the source (IPv4 or IPv6). - default_field: false - - name: entry_leader.entry_meta.type - level: extended - type: keyword - ignore_above: 1024 - description: 'The entry type for the entry session leader. Values include: init(e.g - systemd), sshd, ssm, kubelet, teleport, terminal, console - - Note: This field is only set on process.session_leader.' - default_field: false - - name: entry_leader.executable - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Absolute path to the process executable. - example: /usr/bin/ssh - default_field: false - - name: entry_leader.group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: entry_leader.group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: entry_leader.interactive - level: extended - type: boolean - description: 'Whether the process is connected to an interactive shell. - - Process interactivity is inferred from the processes file descriptors. If - the character device for the controlling tty is the same as stdin and stderr - for the process, the process is considered interactive. - - Note: A non-interactive process can belong to an interactive session and is - simply one that does not have open file descriptors reading the controlling - TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A - backgrounded process is still considered interactive if stdin and stderr are - connected to the controlling TTY.' - example: true - default_field: false - - name: entry_leader.name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: 'Process name. - - Sometimes called program name or similar.' - example: ssh - default_field: false - - name: entry_leader.parent.entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: entry_leader.parent.pid - level: core - type: long - format: string - description: Process id. - example: 4242 - default_field: false - - name: entry_leader.parent.session_leader.entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: entry_leader.parent.session_leader.pid - level: core - type: long - format: string - description: Process id. - example: 4242 - default_field: false - - name: entry_leader.parent.session_leader.start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: entry_leader.parent.session_leader.vpid - level: core - type: long - format: string - description: 'Virtual process id. - - The process id within a pid namespace. This is not necessarily unique across - all processes on the host but it is unique within the process namespace that - the process exists within.' - example: 4242 - default_field: false - - name: entry_leader.parent.start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: entry_leader.parent.vpid - level: core - type: long - format: string - description: 'Virtual process id. - - The process id within a pid namespace. This is not necessarily unique across - all processes on the host but it is unique within the process namespace that - the process exists within.' - example: 4242 - default_field: false - - name: entry_leader.pid - level: core - type: long - format: string - description: Process id. - example: 4242 - default_field: false - - name: entry_leader.real_group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: entry_leader.real_group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: entry_leader.real_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: entry_leader.real_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: entry_leader.same_as_process - level: extended - type: boolean - description: 'This boolean is used to identify if a leader process is the same - as the top level process. - - For example, if `process.group_leader.same_as_process = true`, it means the - process event in question is the leader of its process group. Details under - `process.*` like `pid` would be the same under `process.group_leader.*` The - same applies for both `process.session_leader` and `process.entry_leader`. - - This field exists to the benefit of EQL and other rule engines since it''s - not possible to compare equality between two fields in a single document. - e.g `process.entity_id` = `process.group_leader.entity_id` (top level process - is the process group leader) OR `process.entity_id` = `process.entry_leader.entity_id` - (top level process is the entry session leader) - - Instead these rules could be written like: `process.group_leader.same_as_process: - true` OR `process.entry_leader.same_as_process: true` - - Note: This field is only set on `process.entry_leader`, `process.session_leader` - and `process.group_leader`.' - example: true - default_field: false - - name: entry_leader.saved_group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: entry_leader.saved_group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: entry_leader.saved_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: entry_leader.saved_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: entry_leader.start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: entry_leader.supplemental_groups.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: entry_leader.supplemental_groups.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: entry_leader.tty - level: extended - type: object - description: Information about the controlling TTY device. If set, the process - belongs to an interactive session. - default_field: false - - name: entry_leader.tty.char_device.major - level: extended - type: long - description: The major number identifies the driver associated with the device. - The character device's major and minor numbers can be algorithmically combined - to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". - For more details, please refer to the Linux kernel documentation. - example: 4 - default_field: false - - name: entry_leader.tty.char_device.minor - level: extended - type: long - description: "The minor number is used only by the driver specified by the major\ - \ number; other parts of the kernel don\u2019t use it, and merely pass it\ - \ along to the driver. It is common for a driver to control several devices;\ - \ the minor number provides a way for the driver to differentiate among them." - example: 1 - default_field: false - - name: entry_leader.user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: entry_leader.user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: entry_leader.vpid - level: core - type: long - format: string - description: 'Virtual process id. - - The process id within a pid namespace. This is not necessarily unique across - all processes on the host but it is unique within the process namespace that - the process exists within.' - example: 4242 - default_field: false - - name: entry_leader.working_directory - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: The working directory of the process. - example: /home/alice - default_field: false - - name: env_vars - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of environment variable bindings. Captured from a snapshot - of the environment at the time of execution. - - May be filtered to protect sensitive information.' - example: '["PATH=/usr/local/bin:/usr/bin", "USER=ubuntu"]' - default_field: false - - name: executable - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Absolute path to the process executable. - example: /usr/bin/ssh - - name: exit_code - level: extended - type: long - description: 'The exit code of the process, if this is a termination event. - - The field should be absent if there is no exit code for the event (e.g. process - start).' - example: 137 - default_field: false - - name: group_leader.args - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of process arguments, starting with the absolute path to - the executable. - - May be filtered to protect sensitive information.' - example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' - default_field: false - - name: group_leader.args_count - level: extended - type: long - description: 'Length of the process.args array. - - This field can be useful for querying or performing bucket analysis on how - many arguments were provided to start a process. More arguments may be an - indication of suspicious activity.' - example: 4 - default_field: false - - name: group_leader.command_line - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - description: 'Full command line that started the process, including the absolute - path to the executable, and all arguments. - - Some arguments may be filtered to protect sensitive information.' - example: /usr/bin/ssh -l user 10.0.0.16 - default_field: false - - name: group_leader.entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: group_leader.executable - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Absolute path to the process executable. - example: /usr/bin/ssh - default_field: false - - name: group_leader.group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: group_leader.group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: group_leader.interactive - level: extended - type: boolean - description: 'Whether the process is connected to an interactive shell. - - Process interactivity is inferred from the processes file descriptors. If - the character device for the controlling tty is the same as stdin and stderr - for the process, the process is considered interactive. - - Note: A non-interactive process can belong to an interactive session and is - simply one that does not have open file descriptors reading the controlling - TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A - backgrounded process is still considered interactive if stdin and stderr are - connected to the controlling TTY.' - example: true - default_field: false - - name: group_leader.name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: 'Process name. - - Sometimes called program name or similar.' - example: ssh - default_field: false - - name: group_leader.pid - level: core - type: long - format: string - description: Process id. - example: 4242 - default_field: false - - name: group_leader.real_group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: group_leader.real_group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: group_leader.real_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: group_leader.real_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: group_leader.same_as_process - level: extended - type: boolean - description: 'This boolean is used to identify if a leader process is the same - as the top level process. - - For example, if `process.group_leader.same_as_process = true`, it means the - process event in question is the leader of its process group. Details under - `process.*` like `pid` would be the same under `process.group_leader.*` The - same applies for both `process.session_leader` and `process.entry_leader`. - - This field exists to the benefit of EQL and other rule engines since it''s - not possible to compare equality between two fields in a single document. - e.g `process.entity_id` = `process.group_leader.entity_id` (top level process - is the process group leader) OR `process.entity_id` = `process.entry_leader.entity_id` - (top level process is the entry session leader) - - Instead these rules could be written like: `process.group_leader.same_as_process: - true` OR `process.entry_leader.same_as_process: true` - - Note: This field is only set on `process.entry_leader`, `process.session_leader` - and `process.group_leader`.' - example: true - default_field: false - - name: group_leader.saved_group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: group_leader.saved_group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: group_leader.saved_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: group_leader.saved_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: group_leader.start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: group_leader.supplemental_groups.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: group_leader.supplemental_groups.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: group_leader.tty - level: extended - type: object - description: Information about the controlling TTY device. If set, the process - belongs to an interactive session. - default_field: false - - name: group_leader.tty.char_device.major - level: extended - type: long - description: The major number identifies the driver associated with the device. - The character device's major and minor numbers can be algorithmically combined - to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". - For more details, please refer to the Linux kernel documentation. - example: 4 - default_field: false - - name: group_leader.tty.char_device.minor - level: extended - type: long - description: "The minor number is used only by the driver specified by the major\ - \ number; other parts of the kernel don\u2019t use it, and merely pass it\ - \ along to the driver. It is common for a driver to control several devices;\ - \ the minor number provides a way for the driver to differentiate among them." - example: 1 - default_field: false - - name: group_leader.user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: group_leader.user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: group_leader.vpid - level: core - type: long - format: string - description: 'Virtual process id. - - The process id within a pid namespace. This is not necessarily unique across - all processes on the host but it is unique within the process namespace that - the process exists within.' - example: 4242 - default_field: false - - name: group_leader.working_directory - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: The working directory of the process. - example: /home/alice - default_field: false - - name: hash.md5 - level: extended - type: keyword - ignore_above: 1024 - description: MD5 hash. - - name: hash.sha1 - level: extended - type: keyword - ignore_above: 1024 - description: SHA1 hash. - - name: hash.sha256 - level: extended - type: keyword - ignore_above: 1024 - description: SHA256 hash. - - name: hash.sha384 - level: extended - type: keyword - ignore_above: 1024 - description: SHA384 hash. - default_field: false - - name: hash.sha512 - level: extended - type: keyword - ignore_above: 1024 - description: SHA512 hash. - - name: hash.ssdeep - level: extended - type: keyword - ignore_above: 1024 - description: SSDEEP hash. - default_field: false - - name: hash.tlsh - level: extended - type: keyword - ignore_above: 1024 - description: TLSH hash. - default_field: false - - name: interactive - level: extended - type: boolean - description: 'Whether the process is connected to an interactive shell. - - Process interactivity is inferred from the processes file descriptors. If - the character device for the controlling tty is the same as stdin and stderr - for the process, the process is considered interactive. - - Note: A non-interactive process can belong to an interactive session and is - simply one that does not have open file descriptors reading the controlling - TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A - backgrounded process is still considered interactive if stdin and stderr are - connected to the controlling TTY.' - example: true - default_field: false - - name: io - level: extended - type: object - description: 'A chunk of input or output (IO) from a single process. - - This field only appears on the top level process object, which is the process - that wrote the output or read the input.' - default_field: false - - name: io.bytes_skipped - level: extended - type: object - description: An array of byte offsets and lengths denoting where IO data has - been skipped. - default_field: false - - name: io.bytes_skipped.length - level: extended - type: long - description: The length of bytes skipped. - default_field: false - - name: io.bytes_skipped.offset - level: extended - type: long - description: The byte offset into this event's io.text (or io.bytes in the future) - where length bytes were skipped. - default_field: false - - name: io.max_bytes_per_process_exceeded - level: extended - type: boolean - description: If true, the process producing the output has exceeded the max_kilobytes_per_process - configuration setting. - default_field: false - - name: io.text - level: extended - type: wildcard - description: 'A chunk of output or input sanitized to UTF-8. - - Best efforts are made to ensure complete lines are captured in these events. - Assumptions should NOT be made that multiple lines will appear in the same - event. TTY output may contain terminal control codes such as for cursor movement, - so some string queries may not match due to terminal codes inserted between - characters of a word.' - default_field: false - - name: io.total_bytes_captured - level: extended - type: long - description: The total number of bytes captured in this event. - default_field: false - - name: io.total_bytes_skipped - level: extended - type: long - description: The total number of bytes that were not captured due to implementation - restrictions such as buffer size limits. Implementors should strive to ensure - this value is always zero - default_field: false - - name: io.type - level: extended - type: keyword - ignore_above: 1024 - description: 'The type of object on which the IO action (read or write) was - taken. - - Currently only ''tty'' is supported. Other types may be added in the future - for ''file'' and ''socket'' support.' - default_field: false - - name: macho.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a Mach-O file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: macho.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: macho.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: macho.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: macho.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: macho.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a Mach-O file. An import hash can be - used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - This is a synonym for symhash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: macho.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: macho.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: macho.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: macho.sections - level: extended - type: nested - description: 'An array containing an object for each section of the Mach-O file. - - The keys that should be present in these objects are defined by sub-fields - underneath `macho.sections.*`.' - default_field: false - - name: macho.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: macho.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: Mach-O Section List name. - default_field: false - - name: macho.sections.physical_size - level: extended - type: long - format: bytes - description: Mach-O Section List physical size. - default_field: false - - name: macho.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: macho.sections.virtual_size - level: extended - type: long - format: string - description: Mach-O Section List virtual size. This is always the same as `physical_size`. - default_field: false - - name: macho.symhash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a Mach-O file. An import hash can be - used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - This is a Mach-O implementation of the Windows PE imphash' - example: d3ccf195b62a9279c3c19af1080497ec - default_field: false - - name: name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: 'Process name. - - Sometimes called program name or similar.' - example: ssh - - name: parent.args - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of process arguments, starting with the absolute path to - the executable. - - May be filtered to protect sensitive information.' - example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' - default_field: false - - name: parent.args_count - level: extended - type: long - description: 'Length of the process.args array. - - This field can be useful for querying or performing bucket analysis on how - many arguments were provided to start a process. More arguments may be an - indication of suspicious activity.' - example: 4 - default_field: false - - name: parent.code_signature.digest_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: 'The hashing algorithm used to sign the process. - - This value can distinguish signatures when a file is signed multiple times - by the same signer but with a different digest algorithm.' - example: sha256 - default_field: false - - name: parent.code_signature.exists - level: core - type: boolean - description: Boolean to capture if a signature is present. - example: 'true' - default_field: false - - name: parent.code_signature.signing_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The identifier used to sign the process. - - This is used to identify the application manufactured by a software vendor. - The field is relevant to Apple *OS only.' - example: com.apple.xpc.proxy - default_field: false - - name: parent.code_signature.status - level: extended - type: keyword - ignore_above: 1024 - description: 'Additional information about the certificate status. - - This is useful for logging cryptographic errors with the certificate validity - or trust status. Leave unpopulated if the validity or trust of the certificate - was unchecked.' - example: ERROR_UNTRUSTED_ROOT - default_field: false - - name: parent.code_signature.subject_name - level: core - type: keyword - ignore_above: 1024 - description: Subject name of the code signer - example: Microsoft Corporation - default_field: false - - name: parent.code_signature.team_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The team identifier used to sign the process. - - This is used to identify the team or vendor of a software product. The field - is relevant to Apple *OS only.' - example: EQHXZ8M8AV - default_field: false - - name: parent.code_signature.timestamp - level: extended - type: date - description: Date and time when the code signature was generated and signed. - example: '2021-01-01T12:10:30Z' - default_field: false - - name: parent.code_signature.trusted - level: extended - type: boolean - description: 'Stores the trust status of the certificate chain. - - Validating the trust of the certificate chain may be complicated, and this - field should only be populated by tools that actively check the status.' - example: 'true' - default_field: false - - name: parent.code_signature.valid - level: extended - type: boolean - description: 'Boolean to capture if the digital signature is verified against - the binary content. - - Leave unpopulated if a certificate was unchecked.' - example: 'true' - default_field: false - - name: parent.command_line - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - description: 'Full command line that started the process, including the absolute - path to the executable, and all arguments. - - Some arguments may be filtered to protect sensitive information.' - example: /usr/bin/ssh -l user 10.0.0.16 - default_field: false - - name: parent.elf.architecture - level: extended - type: keyword - ignore_above: 1024 - description: Machine architecture of the ELF file. - example: x86-64 - default_field: false - - name: parent.elf.byte_order - level: extended - type: keyword - ignore_above: 1024 - description: Byte sequence of ELF file. - example: Little Endian - default_field: false - - name: parent.elf.cpu_type - level: extended - type: keyword - ignore_above: 1024 - description: CPU type of the ELF file. - example: Intel - default_field: false - - name: parent.elf.creation_date - level: extended - type: date - description: Extracted when possible from the file's metadata. Indicates when - it was built or compiled. It can also be faked by malware creators. - default_field: false - - name: parent.elf.exports - level: extended - type: flattened - description: List of exported element names and types. - default_field: false - - name: parent.elf.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in an ELF file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: parent.elf.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: parent.elf.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.elf.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.elf.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: parent.elf.header.abi_version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF Application Binary Interface (ABI). - default_field: false - - name: parent.elf.header.class - level: extended - type: keyword - ignore_above: 1024 - description: Header class of the ELF file. - default_field: false - - name: parent.elf.header.data - level: extended - type: keyword - ignore_above: 1024 - description: Data table of the ELF header. - default_field: false - - name: parent.elf.header.entrypoint - level: extended - type: long - format: string - description: Header entrypoint of the ELF file. - default_field: false - - name: parent.elf.header.object_version - level: extended - type: keyword - ignore_above: 1024 - description: '"0x1" for original ELF files.' - default_field: false - - name: parent.elf.header.os_abi - level: extended - type: keyword - ignore_above: 1024 - description: Application Binary Interface (ABI) of the Linux OS. - default_field: false - - name: parent.elf.header.type - level: extended - type: keyword - ignore_above: 1024 - description: Header type of the ELF file. - default_field: false - - name: parent.elf.header.version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF header. - default_field: false - - name: parent.elf.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in an ELF file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is an ELF implementation of the Windows PE imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: parent.elf.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: parent.elf.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: parent.elf.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: parent.elf.sections - level: extended - type: nested - description: 'An array containing an object for each section of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.sections.*`.' - default_field: false - - name: parent.elf.sections.chi2 - level: extended - type: long - format: number - description: Chi-square probability distribution of the section. - default_field: false - - name: parent.elf.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: parent.elf.sections.flags - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List flags. - default_field: false - - name: parent.elf.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List name. - default_field: false - - name: parent.elf.sections.physical_offset - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List offset. - default_field: false - - name: parent.elf.sections.physical_size - level: extended - type: long - format: bytes - description: ELF Section List physical size. - default_field: false - - name: parent.elf.sections.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List type. - default_field: false - - name: parent.elf.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: parent.elf.sections.virtual_address - level: extended - type: long - format: string - description: ELF Section List virtual address. - default_field: false - - name: parent.elf.sections.virtual_size - level: extended - type: long - format: string - description: ELF Section List virtual size. - default_field: false - - name: parent.elf.segments - level: extended - type: nested - description: 'An array containing an object for each segment of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.segments.*`.' - default_field: false - - name: parent.elf.segments.sections - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment sections. - default_field: false - - name: parent.elf.segments.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment type. - default_field: false - - name: parent.elf.shared_libraries - level: extended - type: keyword - ignore_above: 1024 - description: List of shared libraries used by this ELF object. - default_field: false - - name: parent.elf.telfhash - level: extended - type: keyword - ignore_above: 1024 - description: telfhash symbol hash for ELF file. - default_field: false - - name: parent.end - level: extended - type: date - description: The time the process ended. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: parent.entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: parent.executable - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Absolute path to the process executable. - example: /usr/bin/ssh - default_field: false - - name: parent.exit_code - level: extended - type: long - description: 'The exit code of the process, if this is a termination event. - - The field should be absent if there is no exit code for the event (e.g. process - start).' - example: 137 - default_field: false - - name: parent.group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: parent.group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: parent.group_leader.entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: parent.group_leader.pid - level: core - type: long - format: string - description: Process id. - example: 4242 - default_field: false - - name: parent.group_leader.start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: parent.group_leader.vpid - level: core - type: long - format: string - description: 'Virtual process id. - - The process id within a pid namespace. This is not necessarily unique across - all processes on the host but it is unique within the process namespace that - the process exists within.' - example: 4242 - default_field: false - - name: parent.hash.md5 - level: extended - type: keyword - ignore_above: 1024 - description: MD5 hash. - default_field: false - - name: parent.hash.sha1 - level: extended - type: keyword - ignore_above: 1024 - description: SHA1 hash. - default_field: false - - name: parent.hash.sha256 - level: extended - type: keyword - ignore_above: 1024 - description: SHA256 hash. - default_field: false - - name: parent.hash.sha384 - level: extended - type: keyword - ignore_above: 1024 - description: SHA384 hash. - default_field: false - - name: parent.hash.sha512 - level: extended - type: keyword - ignore_above: 1024 - description: SHA512 hash. - default_field: false - - name: parent.hash.ssdeep - level: extended - type: keyword - ignore_above: 1024 - description: SSDEEP hash. - default_field: false - - name: parent.hash.tlsh - level: extended - type: keyword - ignore_above: 1024 - description: TLSH hash. - default_field: false - - name: parent.interactive - level: extended - type: boolean - description: 'Whether the process is connected to an interactive shell. - - Process interactivity is inferred from the processes file descriptors. If - the character device for the controlling tty is the same as stdin and stderr - for the process, the process is considered interactive. - - Note: A non-interactive process can belong to an interactive session and is - simply one that does not have open file descriptors reading the controlling - TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A - backgrounded process is still considered interactive if stdin and stderr are - connected to the controlling TTY.' - example: true - default_field: false - - name: parent.macho.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a Mach-O file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: parent.macho.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: parent.macho.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.macho.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.macho.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: parent.macho.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a Mach-O file. An import hash can be - used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - This is a synonym for symhash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: parent.macho.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: parent.macho.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: parent.macho.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: parent.macho.sections - level: extended - type: nested - description: 'An array containing an object for each section of the Mach-O file. - - The keys that should be present in these objects are defined by sub-fields - underneath `macho.sections.*`.' - default_field: false - - name: parent.macho.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: parent.macho.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: Mach-O Section List name. - default_field: false - - name: parent.macho.sections.physical_size - level: extended - type: long - format: bytes - description: Mach-O Section List physical size. - default_field: false - - name: parent.macho.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: parent.macho.sections.virtual_size - level: extended - type: long - format: string - description: Mach-O Section List virtual size. This is always the same as `physical_size`. - default_field: false - - name: parent.macho.symhash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a Mach-O file. An import hash can be - used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - This is a Mach-O implementation of the Windows PE imphash' - example: d3ccf195b62a9279c3c19af1080497ec - default_field: false - - name: parent.name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: 'Process name. - - Sometimes called program name or similar.' - example: ssh - default_field: false - - name: parent.pe.architecture - level: extended - type: keyword - ignore_above: 1024 - description: CPU architecture target for the file. - example: x64 - default_field: false - - name: parent.pe.company - level: extended - type: keyword - ignore_above: 1024 - description: Internal company name of the file, provided at compile-time. - example: Microsoft Corporation - default_field: false - - name: parent.pe.description - level: extended - type: keyword - ignore_above: 1024 - description: Internal description of the file, provided at compile-time. - example: Paint - default_field: false - - name: parent.pe.file_version - level: extended - type: keyword - ignore_above: 1024 - description: Internal version of the file, provided at compile-time. - example: 6.3.9600.17415 - default_field: false - - name: parent.pe.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a PE file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: parent.pe.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: parent.pe.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.pe.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.pe.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: parent.pe.imphash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An imphash -- or import hash - -- can be used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' - example: 0c6803c4e922103c4dca5963aad36ddf - default_field: false - - name: parent.pe.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is a synonym for imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: parent.pe.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: parent.pe.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: parent.pe.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: parent.pe.original_file_name - level: extended - type: keyword - ignore_above: 1024 - description: Internal name of the file, provided at compile-time. - example: MSPAINT.EXE - default_field: false - - name: parent.pe.pehash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the PE header and data from one or more PE sections. - An pehash can be used to cluster files by transforming structural information - about a file into a hash value. - - Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' - example: 73ff189b63cd6be375a7ff25179a38d347651975 - default_field: false - - name: parent.pe.product - level: extended - type: keyword - ignore_above: 1024 - description: Internal product name of the file, provided at compile-time. - example: "Microsoft\xAE Windows\xAE Operating System" - default_field: false - - name: parent.pe.sections - level: extended - type: nested - description: 'An array containing an object for each section of the PE file. - - The keys that should be present in these objects are defined by sub-fields - underneath `pe.sections.*`.' - default_field: false - - name: parent.pe.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: parent.pe.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: PE Section List name. - default_field: false - - name: parent.pe.sections.physical_size - level: extended - type: long - format: bytes - description: PE Section List physical size. - default_field: false - - name: parent.pe.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: parent.pe.sections.virtual_size - level: extended - type: long - format: string - description: PE Section List virtual size. This is always the same as `physical_size`. - default_field: false - - name: parent.pgid - level: extended - type: long - format: string - description: 'Deprecated for removal in next major version release. This field - is superseded by `process.group_leader.pid`. - - Identifier of the group of processes the process belongs to.' - default_field: false - - name: parent.pid - level: core - type: long - format: string - description: Process id. - example: 4242 - default_field: false - - name: parent.real_group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: parent.real_group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: parent.real_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: parent.real_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: parent.saved_group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: parent.saved_group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: parent.saved_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: parent.saved_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: parent.start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: parent.supplemental_groups.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: parent.supplemental_groups.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: parent.thread.capabilities.effective - level: extended - type: keyword - ignore_above: 1024 - description: This is the set of capabilities used by the kernel to perform permission - checks for the thread. - example: '["CAP_BPF", "CAP_SYS_ADMIN"]' - pattern: ^(CAP_[A-Z_]+|\d+)$ - default_field: false - - name: parent.thread.capabilities.permitted - level: extended - type: keyword - ignore_above: 1024 - description: This is a limiting superset for the effective capabilities that - the thread may assume. - example: '["CAP_BPF", "CAP_SYS_ADMIN"]' - pattern: ^(CAP_[A-Z_]+|\d+)$ - default_field: false - - name: parent.thread.id - level: extended - type: long - format: string - description: Thread ID. - example: 4242 - default_field: false - - name: parent.thread.name - level: extended - type: keyword - ignore_above: 1024 - description: Thread name. - example: thread-0 - default_field: false - - name: parent.title - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: 'Process title. - - The proctitle, some times the same as process name. Can also be different: - for example a browser setting its title to the web page currently opened.' - default_field: false - - name: parent.tty - level: extended - type: object - description: Information about the controlling TTY device. If set, the process - belongs to an interactive session. - default_field: false - - name: parent.tty.char_device.major - level: extended - type: long - description: The major number identifies the driver associated with the device. - The character device's major and minor numbers can be algorithmically combined - to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". - For more details, please refer to the Linux kernel documentation. - example: 4 - default_field: false - - name: parent.tty.char_device.minor - level: extended - type: long - description: "The minor number is used only by the driver specified by the major\ - \ number; other parts of the kernel don\u2019t use it, and merely pass it\ - \ along to the driver. It is common for a driver to control several devices;\ - \ the minor number provides a way for the driver to differentiate among them." - example: 1 - default_field: false - - name: parent.uptime - level: extended - type: long - description: Seconds the process has been up. - example: 1325 - default_field: false - - name: parent.user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: parent.user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: parent.vpid - level: core - type: long - format: string - description: 'Virtual process id. - - The process id within a pid namespace. This is not necessarily unique across - all processes on the host but it is unique within the process namespace that - the process exists within.' - example: 4242 - default_field: false - - name: parent.working_directory - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: The working directory of the process. - example: /home/alice - default_field: false - - name: pe.architecture - level: extended - type: keyword - ignore_above: 1024 - description: CPU architecture target for the file. - example: x64 - default_field: false - - name: pe.company - level: extended - type: keyword - ignore_above: 1024 - description: Internal company name of the file, provided at compile-time. - example: Microsoft Corporation - default_field: false - - name: pe.description - level: extended - type: keyword - ignore_above: 1024 - description: Internal description of the file, provided at compile-time. - example: Paint - default_field: false - - name: pe.file_version - level: extended - type: keyword - ignore_above: 1024 - description: Internal version of the file, provided at compile-time. - example: 6.3.9600.17415 - default_field: false - - name: pe.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a PE file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: pe.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: pe.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: pe.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: pe.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: pe.imphash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An imphash -- or import hash - -- can be used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' - example: 0c6803c4e922103c4dca5963aad36ddf - default_field: false - - name: pe.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is a synonym for imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: pe.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: pe.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: pe.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: pe.original_file_name - level: extended - type: keyword - ignore_above: 1024 - description: Internal name of the file, provided at compile-time. - example: MSPAINT.EXE - default_field: false - - name: pe.pehash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the PE header and data from one or more PE sections. - An pehash can be used to cluster files by transforming structural information - about a file into a hash value. - - Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' - example: 73ff189b63cd6be375a7ff25179a38d347651975 - default_field: false - - name: pe.product - level: extended - type: keyword - ignore_above: 1024 - description: Internal product name of the file, provided at compile-time. - example: "Microsoft\xAE Windows\xAE Operating System" - default_field: false - - name: pe.sections - level: extended - type: nested - description: 'An array containing an object for each section of the PE file. - - The keys that should be present in these objects are defined by sub-fields - underneath `pe.sections.*`.' - default_field: false - - name: pe.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: pe.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: PE Section List name. - default_field: false - - name: pe.sections.physical_size - level: extended - type: long - format: bytes - description: PE Section List physical size. - default_field: false - - name: pe.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: pe.sections.virtual_size - level: extended - type: long - format: string - description: PE Section List virtual size. This is always the same as `physical_size`. - default_field: false - - name: pgid - level: extended - type: long - format: string - description: 'Deprecated for removal in next major version release. This field - is superseded by `process.group_leader.pid`. - - Identifier of the group of processes the process belongs to.' - - name: pid - level: core - type: long - format: string - description: Process id. - example: 4242 - - name: previous.args - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of process arguments, starting with the absolute path to - the executable. - - May be filtered to protect sensitive information.' - example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' - default_field: false - - name: previous.args_count - level: extended - type: long - description: 'Length of the process.args array. - - This field can be useful for querying or performing bucket analysis on how - many arguments were provided to start a process. More arguments may be an - indication of suspicious activity.' - example: 4 - default_field: false - - name: previous.executable - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Absolute path to the process executable. - example: /usr/bin/ssh - default_field: false - - name: real_group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: real_group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: real_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: real_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: saved_group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: saved_group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: saved_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: saved_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: session_leader.args - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of process arguments, starting with the absolute path to - the executable. - - May be filtered to protect sensitive information.' - example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' - default_field: false - - name: session_leader.args_count - level: extended - type: long - description: 'Length of the process.args array. - - This field can be useful for querying or performing bucket analysis on how - many arguments were provided to start a process. More arguments may be an - indication of suspicious activity.' - example: 4 - default_field: false - - name: session_leader.command_line - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - description: 'Full command line that started the process, including the absolute - path to the executable, and all arguments. - - Some arguments may be filtered to protect sensitive information.' - example: /usr/bin/ssh -l user 10.0.0.16 - default_field: false - - name: session_leader.entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: session_leader.executable - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Absolute path to the process executable. - example: /usr/bin/ssh - default_field: false - - name: session_leader.group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: session_leader.group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: session_leader.interactive - level: extended - type: boolean - description: 'Whether the process is connected to an interactive shell. - - Process interactivity is inferred from the processes file descriptors. If - the character device for the controlling tty is the same as stdin and stderr - for the process, the process is considered interactive. - - Note: A non-interactive process can belong to an interactive session and is - simply one that does not have open file descriptors reading the controlling - TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A - backgrounded process is still considered interactive if stdin and stderr are - connected to the controlling TTY.' - example: true - default_field: false - - name: session_leader.name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: 'Process name. - - Sometimes called program name or similar.' - example: ssh - default_field: false - - name: session_leader.parent.entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: session_leader.parent.pid - level: core - type: long - format: string - description: Process id. - example: 4242 - default_field: false - - name: session_leader.parent.session_leader.entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: session_leader.parent.session_leader.pid - level: core - type: long - format: string - description: Process id. - example: 4242 - default_field: false - - name: session_leader.parent.session_leader.start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: session_leader.parent.session_leader.vpid - level: core - type: long - format: string - description: 'Virtual process id. - - The process id within a pid namespace. This is not necessarily unique across - all processes on the host but it is unique within the process namespace that - the process exists within.' - example: 4242 - default_field: false - - name: session_leader.parent.start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: session_leader.parent.vpid - level: core - type: long - format: string - description: 'Virtual process id. - - The process id within a pid namespace. This is not necessarily unique across - all processes on the host but it is unique within the process namespace that - the process exists within.' - example: 4242 - default_field: false - - name: session_leader.pid - level: core - type: long - format: string - description: Process id. - example: 4242 - default_field: false - - name: session_leader.real_group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: session_leader.real_group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: session_leader.real_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: session_leader.real_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: session_leader.same_as_process - level: extended - type: boolean - description: 'This boolean is used to identify if a leader process is the same - as the top level process. - - For example, if `process.group_leader.same_as_process = true`, it means the - process event in question is the leader of its process group. Details under - `process.*` like `pid` would be the same under `process.group_leader.*` The - same applies for both `process.session_leader` and `process.entry_leader`. - - This field exists to the benefit of EQL and other rule engines since it''s - not possible to compare equality between two fields in a single document. - e.g `process.entity_id` = `process.group_leader.entity_id` (top level process - is the process group leader) OR `process.entity_id` = `process.entry_leader.entity_id` - (top level process is the entry session leader) - - Instead these rules could be written like: `process.group_leader.same_as_process: - true` OR `process.entry_leader.same_as_process: true` - - Note: This field is only set on `process.entry_leader`, `process.session_leader` - and `process.group_leader`.' - example: true - default_field: false - - name: session_leader.saved_group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: session_leader.saved_group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: session_leader.saved_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: session_leader.saved_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: session_leader.start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: session_leader.supplemental_groups.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: session_leader.supplemental_groups.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: session_leader.tty - level: extended - type: object - description: Information about the controlling TTY device. If set, the process - belongs to an interactive session. - default_field: false - - name: session_leader.tty.char_device.major - level: extended - type: long - description: The major number identifies the driver associated with the device. - The character device's major and minor numbers can be algorithmically combined - to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". - For more details, please refer to the Linux kernel documentation. - example: 4 - default_field: false - - name: session_leader.tty.char_device.minor - level: extended - type: long - description: "The minor number is used only by the driver specified by the major\ - \ number; other parts of the kernel don\u2019t use it, and merely pass it\ - \ along to the driver. It is common for a driver to control several devices;\ - \ the minor number provides a way for the driver to differentiate among them." - example: 1 - default_field: false - - name: session_leader.user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: session_leader.user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: session_leader.vpid - level: core - type: long - format: string - description: 'Virtual process id. - - The process id within a pid namespace. This is not necessarily unique across - all processes on the host but it is unique within the process namespace that - the process exists within.' - example: 4242 - default_field: false - - name: session_leader.working_directory - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: The working directory of the process. - example: /home/alice - default_field: false - - name: start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - - name: supplemental_groups.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: supplemental_groups.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: thread.capabilities.effective - level: extended - type: keyword - ignore_above: 1024 - description: This is the set of capabilities used by the kernel to perform permission - checks for the thread. - example: '["CAP_BPF", "CAP_SYS_ADMIN"]' - pattern: ^(CAP_[A-Z_]+|\d+)$ - default_field: false - - name: thread.capabilities.permitted - level: extended - type: keyword - ignore_above: 1024 - description: This is a limiting superset for the effective capabilities that - the thread may assume. - example: '["CAP_BPF", "CAP_SYS_ADMIN"]' - pattern: ^(CAP_[A-Z_]+|\d+)$ - default_field: false - - name: thread.id - level: extended - type: long - format: string - description: Thread ID. - example: 4242 - - name: thread.name - level: extended - type: keyword - ignore_above: 1024 - description: Thread name. - example: thread-0 - - name: title - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: 'Process title. - - The proctitle, some times the same as process name. Can also be different: - for example a browser setting its title to the web page currently opened.' - - name: tty - level: extended - type: object - description: Information about the controlling TTY device. If set, the process - belongs to an interactive session. - default_field: false - - name: tty.char_device.major - level: extended - type: long - description: The major number identifies the driver associated with the device. - The character device's major and minor numbers can be algorithmically combined - to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". - For more details, please refer to the Linux kernel documentation. - example: 4 - default_field: false - - name: tty.char_device.minor - level: extended - type: long - description: "The minor number is used only by the driver specified by the major\ - \ number; other parts of the kernel don\u2019t use it, and merely pass it\ - \ along to the driver. It is common for a driver to control several devices;\ - \ the minor number provides a way for the driver to differentiate among them." - example: 1 - default_field: false - - name: tty.columns - level: extended - type: long - description: 'The number of character columns per line. e.g terminal width - - Terminal sizes can change, so this value reflects the maximum value for a - given IO event. i.e. where event.action = ''text_output''' - example: 80 - default_field: false - - name: tty.rows - level: extended - type: long - description: 'The number of character rows in the terminal. e.g terminal height - - Terminal sizes can change, so this value reflects the maximum value for a - given IO event. i.e. where event.action = ''text_output''' - example: 24 - default_field: false - - name: uptime - level: extended - type: long - description: Seconds the process has been up. - example: 1325 - - name: user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - - name: vpid - level: core - type: long - format: string - description: 'Virtual process id. - - The process id within a pid namespace. This is not necessarily unique across - all processes on the host but it is unique within the process namespace that - the process exists within.' - example: 4242 - default_field: false - - name: working_directory - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: The working directory of the process. - example: /home/alice - - name: registry - title: Registry - group: 2 - description: Fields related to Windows Registry operations. - type: group - default_field: true - fields: - - name: data.bytes - level: extended - type: keyword - ignore_above: 1024 - description: 'Original bytes written with base64 encoding. - - For Windows registry operations, such as SetValueEx and RegQueryValueEx, this - corresponds to the data pointed by `lp_data`. This is optional but provides - better recoverability and should be populated for REG_BINARY encoded values.' - example: ZQBuAC0AVQBTAAAAZQBuAAAAAAA= - default_field: false - - name: data.strings - level: core - type: wildcard - description: 'Content when writing string types. - - Populated as an array when writing string data to the registry. For single - string registry types (REG_SZ, REG_EXPAND_SZ), this should be an array with - one string. For sequences of string with REG_MULTI_SZ, this array will be - variable length. For numeric data, such as REG_DWORD and REG_QWORD, this should - be populated with the decimal representation (e.g `"1"`).' - example: '["C:\rta\red_ttp\bin\myapp.exe"]' - default_field: false - - name: data.type - level: core - type: keyword - ignore_above: 1024 - description: Standard registry type for encoding contents - example: REG_SZ - default_field: false - - name: hive - level: core - type: keyword - ignore_above: 1024 - description: Abbreviated name for the hive. - example: HKLM - default_field: false - - name: key - level: core - type: keyword - ignore_above: 1024 - description: Hive-relative path of keys. - example: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe - default_field: false - - name: path - level: core - type: keyword - ignore_above: 1024 - description: Full path, including hive, key and value - example: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution - Options\winword.exe\Debugger - default_field: false - - name: value - level: core - type: keyword - ignore_above: 1024 - description: Name of the value written. - example: Debugger - default_field: false - - name: related - title: Related - group: 2 - description: 'This field set is meant to facilitate pivoting around a piece of - data. - - Some pieces of information can be seen in many places in an ECS event. To facilitate - searching for them, store an array of all seen values to their corresponding - field in `related.`. - - A concrete example is IP addresses, which can be under host, observer, source, - destination, client, server, and network.forwarded_ip. If you append all IPs - to `related.ip`, you can then search for a given IP trivially, no matter where - it appeared, by querying `related.ip:192.0.2.15`.' - type: group - default_field: true - fields: - - name: hash - level: extended - type: keyword - ignore_above: 1024 - description: All the hashes seen on your event. Populating this field, then - using it to search for hashes can help in situations where you're unsure what - the hash algorithm is (and therefore which key name to search). - default_field: false - - name: hosts - level: extended - type: keyword - ignore_above: 1024 - description: All hostnames or other host identifiers seen on your event. Example - identifiers include FQDNs, domain names, workstation names, or aliases. - default_field: false - - name: ip - level: extended - type: ip - description: All of the IPs seen on your event. - - name: user - level: extended - type: keyword - ignore_above: 1024 - description: All the user names or other user identifiers seen on the event. - default_field: false - - name: rule - title: Rule - group: 2 - description: 'Rule fields are used to capture the specifics of any observer or - agent rules that generate alerts or other notable events. - - Examples of data sources that would populate the rule fields include: network - admission control platforms, network or host IDS/IPS, network firewalls, web - application firewalls, url filters, endpoint detection and response (EDR) systems, - etc.' - type: group - default_field: true - fields: - - name: author - level: extended - type: keyword - ignore_above: 1024 - description: Name, organization, or pseudonym of the author or authors who created - the rule used to generate this event. - example: '["Star-Lord"]' - default_field: false - - name: category - level: extended - type: keyword - ignore_above: 1024 - description: A categorization value keyword used by the entity using the rule - for detection of this event. - example: Attempted Information Leak - default_field: false - - name: description - level: extended - type: keyword - ignore_above: 1024 - description: The description of the rule generating the event. - example: Block requests to public DNS over HTTPS / TLS protocols - default_field: false - - name: id - level: extended - type: keyword - ignore_above: 1024 - description: A rule ID that is unique within the scope of an agent, observer, - or other entity using the rule for detection of this event. - example: 101 - default_field: false - - name: license - level: extended - type: keyword - ignore_above: 1024 - description: Name of the license under which the rule used to generate this - event is made available. - example: Apache 2.0 - default_field: false - - name: name - level: extended - type: keyword - ignore_above: 1024 - description: The name of the rule or signature generating the event. - example: BLOCK_DNS_over_TLS - default_field: false - - name: reference - level: extended - type: keyword - ignore_above: 1024 - description: 'Reference URL to additional information about the rule used to - generate this event. - - The URL can point to the vendor''s documentation about the rule. If that''s - not available, it can also be a link to a more general page describing this - type of alert.' - example: https://en.wikipedia.org/wiki/DNS_over_TLS - default_field: false - - name: ruleset - level: extended - type: keyword - ignore_above: 1024 - description: Name of the ruleset, policy, group, or parent category in which - the rule used to generate this event is a member. - example: Standard_Protocol_Filters - default_field: false - - name: uuid - level: extended - type: keyword - ignore_above: 1024 - description: A rule ID that is unique within the scope of a set or group of - agents, observers, or other entities using the rule for detection of this - event. - example: 1100110011 - default_field: false - - name: version - level: extended - type: keyword - ignore_above: 1024 - description: The version / revision of the rule being used for analysis. - example: 1.1 - default_field: false - - name: server - title: Server - group: 2 - description: 'A Server is defined as the responder in a network connection for - events regarding sessions, connections, or bidirectional flow records. - - For TCP events, the server is the receiver of the initial SYN packet(s) of the - TCP connection. For other protocols, the server is generally the responder in - the network transaction. Some systems actually use the term "responder" to refer - the server in TCP connections. The server fields describe details about the - system acting as the server in the network event. Server fields are usually - populated in conjunction with client fields. Server fields are generally not - populated for packet-level events. - - Client / server representations can add semantic context to an exchange, which - is helpful to visualize the data in certain situations. If your context falls - in that category, you should still ensure that source and destination are filled - appropriately.' - type: group - default_field: true - fields: - - name: address - level: extended - type: keyword - ignore_above: 1024 - description: 'Some event server addresses are defined ambiguously. The event - will sometimes list an IP, a domain or a unix socket. You should always store - the raw address in the `.address` field. - - Then it should be duplicated to `.ip` or `.domain`, depending on which one - it is.' - - name: as.number - level: extended - type: long - description: Unique number allocated to the autonomous system. The autonomous - system number (ASN) uniquely identifies each network on the Internet. - example: 15169 - - name: as.organization.name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Organization name. - example: Google LLC - - name: bytes - level: core - type: long - format: bytes - description: Bytes sent from the server to the client. - example: 184 - - name: domain - level: core - type: keyword - ignore_above: 1024 - description: 'The domain name of the server system. - - This value may be a host name, a fully qualified domain name, or another host - naming format. The value may derive from the original event or be added from - enrichment.' - example: foo.example.com - - name: geo.city_name - level: core - type: keyword - ignore_above: 1024 - description: City name. - example: Montreal - - name: geo.continent_code - level: core - type: keyword - ignore_above: 1024 - description: Two-letter code representing continent's name. - example: NA - default_field: false - - name: geo.continent_name - level: core - type: keyword - ignore_above: 1024 - description: Name of the continent. - example: North America - - name: geo.country_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Country ISO code. - example: CA - - name: geo.country_name - level: core - type: keyword - ignore_above: 1024 - description: Country name. - example: Canada - - name: geo.location - level: core - type: geo_point - description: Longitude and latitude. - example: '{ "lon": -73.614830, "lat": 45.505918 }' - - name: geo.name - level: extended - type: keyword - ignore_above: 1024 - description: 'User-defined description of a location, at the level of granularity - they care about. - - Could be the name of their data centers, the floor number, if this describes - a local physical entity, city names. - - Not typically used in automated geolocation.' - example: boston-dc - - name: geo.postal_code - level: core - type: keyword - ignore_above: 1024 - description: 'Postal code associated with the location. - - Values appropriate for this field may also be known as a postcode or ZIP code - and will vary widely from country to country.' - example: 94040 - default_field: false - - name: geo.region_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Region ISO code. - example: CA-QC - - name: geo.region_name - level: core - type: keyword - ignore_above: 1024 - description: Region name. - example: Quebec - - name: geo.timezone - level: core - type: keyword - ignore_above: 1024 - description: The time zone of the location, such as IANA time zone name. - example: America/Argentina/Buenos_Aires - default_field: false - - name: ip - level: core - type: ip - description: IP address of the server (IPv4 or IPv6). - - name: mac - level: core - type: keyword - ignore_above: 1024 - description: 'MAC address of the server. - - The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit - byte) is represented by two [uppercase] hexadecimal digits giving the value - of the octet as an unsigned integer. Successive octets are separated by a - hyphen.' - example: 00-00-5E-00-53-23 - pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ - - name: nat.ip - level: extended - type: ip - description: 'Translated ip of destination based NAT sessions (e.g. internet - to private DMZ) - - Typically used with load balancers, firewalls, or routers.' - - name: nat.port - level: extended - type: long - format: string - description: 'Translated port of destination based NAT sessions (e.g. internet - to private DMZ) - - Typically used with load balancers, firewalls, or routers.' - - name: packets - level: core - type: long - description: Packets sent from the server to the client. - example: 12 - - name: port - level: core - type: long - format: string - description: Port of the server. - - name: registered_domain - level: extended - type: keyword - ignore_above: 1024 - description: 'The highest registered server domain, stripped of the subdomain. - - For example, the registered domain for "foo.example.com" is "example.com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last two labels will not work well for TLDs such as "co.uk".' - example: example.com - - name: subdomain - level: extended - type: keyword - ignore_above: 1024 - description: 'The subdomain portion of a fully qualified domain name includes - all of the names except the host name under the registered_domain. In a partially - qualified domain, or if the the qualification level of the full name cannot - be determined, subdomain contains all of the names below the registered domain. - - For example the subdomain portion of "www.east.mydomain.co.uk" is "east". - If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", - the subdomain field should contain "sub2.sub1", with no trailing period.' - example: east - default_field: false - - name: top_level_domain - level: extended - type: keyword - ignore_above: 1024 - description: 'The effective top level domain (eTLD), also known as the domain - suffix, is the last part of the domain name. For example, the top level domain - for example.com is "com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last label will not work well for effective TLDs such as "co.uk".' - example: co.uk - - name: user.domain - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the user is a member of. - - For example, an LDAP or Active Directory domain name.' - - name: user.email - level: extended - type: keyword - ignore_above: 1024 - description: User email address. - - name: user.full_name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: User's full name, if available. - example: Albert Einstein - - name: user.group.domain - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the group is a member of. - - For example, an LDAP or Active Directory domain name.' - - name: user.group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - - name: user.group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - - name: user.hash - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique user hash to correlate information for a user in anonymized - form. - - Useful if `user.id` or `user.name` contain confidential information and cannot - be used.' - - name: user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - - name: user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Short name or login of the user. - example: a.einstein - - name: user.roles - level: extended - type: keyword - ignore_above: 1024 - description: Array of user roles at the time of the event. - example: '["kibana_admin", "reporting_user"]' - default_field: false - - name: service - title: Service - group: 2 - description: 'The service fields describe the service for or from which the data - was collected. - - These fields help you find and correlate logs for a specific service and version.' - footnote: The service fields may be self-nested under service.origin.* and service.target.* - to describe origin or target services in the context of incoming or outgoing - requests, respectively. However, the fieldsets service.origin.* and service.target.* - must not be confused with the root service fieldset that is used to describe - the actual service under observation. The fieldset service.origin.* may only - be used in the context of incoming requests or events to describe the originating - service of the request. The fieldset service.target.* may only be used in the - context of outgoing requests or events to describe the target service of the - request. - type: group - default_field: true - fields: - - name: address - level: extended - type: keyword - ignore_above: 1024 - description: 'Address where data about this service was collected from. - - This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource - path (sockets).' - example: 172.26.0.2:5432 - default_field: false - - name: environment - level: extended - type: keyword - ignore_above: 1024 - description: 'Identifies the environment where the service is running. - - If the same service runs in different environments (production, staging, QA, - development, etc.), the environment can identify other instances of the same - service. Can also group services and applications from the same environment.' - example: production - default_field: false - - name: ephemeral_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Ephemeral identifier of this service (if one exists). - - This id normally changes across restarts, but `service.id` does not.' - example: 8a4f500f - - name: id - level: core - type: keyword - ignore_above: 1024 - description: 'Unique identifier of the running service. If the service is comprised - of many nodes, the `service.id` should be the same for all nodes. - - This id should uniquely identify the service. This makes it possible to correlate - logs and metrics for one specific service, no matter which particular node - emitted the event. - - Note that if you need to see the events from one specific host of the service, - you should filter on that `host.name` or `host.id` instead.' - example: d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6 - - name: name - level: core - type: keyword - ignore_above: 1024 - description: 'Name of the service data is collected from. - - The name of the service is normally user given. This allows for distributed - services that run on multiple hosts to correlate the related instances based - on the name. - - In the case of Elasticsearch the `service.name` could contain the cluster - name. For Beats the `service.name` is by default a copy of the `service.type` - field if no name is specified.' - example: elasticsearch-metrics - - name: node.name - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of a service node. - - This allows for two nodes of the same service running on the same host to - be differentiated. Therefore, `service.node.name` should typically be unique - across nodes of a given service. - - In the case of Elasticsearch, the `service.node.name` could contain the unique - node name within the Elasticsearch cluster. In cases where the service doesn''t - have the concept of a node name, the host name or container name can be used - to distinguish running instances that make up this service. If those do not - provide uniqueness (e.g. multiple instances of the service running on the - same host) - the node name can be manually set.' - example: instance-0000000016 - - name: node.role - level: extended - type: keyword - ignore_above: 1024 - description: 'Deprecated for removal in next major version release. This field - will be superseded by `node.roles`. - - Role of a service node. - - This allows for distinction between different running roles of the same service. - - In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks`. - - In the case of Elasticsearch, the `service.node.role` could be `master` or - `data`. - - Other services could use this to distinguish between a `web` and `worker` - role running as part of the service.' - example: background_tasks - default_field: false - - name: node.roles - level: extended - type: keyword - ignore_above: 1024 - description: 'Roles of a service node. - - This allows for distinction between different running roles of the same service. - - In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks` - or both. - - In the case of Elasticsearch, the `service.node.role` could be `master` or - `data` or both. - - Other services could use this to distinguish between a `web` and `worker` - role running as part of the service.' - example: '["ui", "background_tasks"]' - default_field: false - - name: origin.address - level: extended - type: keyword - ignore_above: 1024 - description: 'Address where data about this service was collected from. - - This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource - path (sockets).' - example: 172.26.0.2:5432 - default_field: false - - name: origin.environment - level: extended - type: keyword - ignore_above: 1024 - description: 'Identifies the environment where the service is running. - - If the same service runs in different environments (production, staging, QA, - development, etc.), the environment can identify other instances of the same - service. Can also group services and applications from the same environment.' - example: production - default_field: false - - name: origin.ephemeral_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Ephemeral identifier of this service (if one exists). - - This id normally changes across restarts, but `service.id` does not.' - example: 8a4f500f - default_field: false - - name: origin.id - level: core - type: keyword - ignore_above: 1024 - description: 'Unique identifier of the running service. If the service is comprised - of many nodes, the `service.id` should be the same for all nodes. - - This id should uniquely identify the service. This makes it possible to correlate - logs and metrics for one specific service, no matter which particular node - emitted the event. - - Note that if you need to see the events from one specific host of the service, - you should filter on that `host.name` or `host.id` instead.' - example: d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6 - default_field: false - - name: origin.name - level: core - type: keyword - ignore_above: 1024 - description: 'Name of the service data is collected from. - - The name of the service is normally user given. This allows for distributed - services that run on multiple hosts to correlate the related instances based - on the name. - - In the case of Elasticsearch the `service.name` could contain the cluster - name. For Beats the `service.name` is by default a copy of the `service.type` - field if no name is specified.' - example: elasticsearch-metrics - default_field: false - - name: origin.node.name - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of a service node. - - This allows for two nodes of the same service running on the same host to - be differentiated. Therefore, `service.node.name` should typically be unique - across nodes of a given service. - - In the case of Elasticsearch, the `service.node.name` could contain the unique - node name within the Elasticsearch cluster. In cases where the service doesn''t - have the concept of a node name, the host name or container name can be used - to distinguish running instances that make up this service. If those do not - provide uniqueness (e.g. multiple instances of the service running on the - same host) - the node name can be manually set.' - example: instance-0000000016 - default_field: false - - name: origin.node.role - level: extended - type: keyword - ignore_above: 1024 - description: 'Deprecated for removal in next major version release. This field - will be superseded by `node.roles`. - - Role of a service node. - - This allows for distinction between different running roles of the same service. - - In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks`. - - In the case of Elasticsearch, the `service.node.role` could be `master` or - `data`. - - Other services could use this to distinguish between a `web` and `worker` - role running as part of the service.' - example: background_tasks - default_field: false - - name: origin.node.roles - level: extended - type: keyword - ignore_above: 1024 - description: 'Roles of a service node. - - This allows for distinction between different running roles of the same service. - - In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks` - or both. - - In the case of Elasticsearch, the `service.node.role` could be `master` or - `data` or both. - - Other services could use this to distinguish between a `web` and `worker` - role running as part of the service.' - example: '["ui", "background_tasks"]' - default_field: false - - name: origin.state - level: core - type: keyword - ignore_above: 1024 - description: Current state of the service. - default_field: false - - name: origin.type - level: core - type: keyword - ignore_above: 1024 - description: 'The type of the service data is collected from. - - The type can be used to group and correlate logs and metrics from one service - type. - - Example: If logs or metrics are collected from Elasticsearch, `service.type` - would be `elasticsearch`.' - example: elasticsearch - default_field: false - - name: origin.version - level: core - type: keyword - ignore_above: 1024 - description: 'Version of the service the data was collected from. - - This allows to look at a data set only for a specific version of a service.' - example: 3.2.4 - default_field: false - - name: state - level: core - type: keyword - ignore_above: 1024 - description: Current state of the service. - - name: target.address - level: extended - type: keyword - ignore_above: 1024 - description: 'Address where data about this service was collected from. - - This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource - path (sockets).' - example: 172.26.0.2:5432 - default_field: false - - name: target.environment - level: extended - type: keyword - ignore_above: 1024 - description: 'Identifies the environment where the service is running. - - If the same service runs in different environments (production, staging, QA, - development, etc.), the environment can identify other instances of the same - service. Can also group services and applications from the same environment.' - example: production - default_field: false - - name: target.ephemeral_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Ephemeral identifier of this service (if one exists). - - This id normally changes across restarts, but `service.id` does not.' - example: 8a4f500f - default_field: false - - name: target.id - level: core - type: keyword - ignore_above: 1024 - description: 'Unique identifier of the running service. If the service is comprised - of many nodes, the `service.id` should be the same for all nodes. - - This id should uniquely identify the service. This makes it possible to correlate - logs and metrics for one specific service, no matter which particular node - emitted the event. - - Note that if you need to see the events from one specific host of the service, - you should filter on that `host.name` or `host.id` instead.' - example: d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6 - default_field: false - - name: target.name - level: core - type: keyword - ignore_above: 1024 - description: 'Name of the service data is collected from. - - The name of the service is normally user given. This allows for distributed - services that run on multiple hosts to correlate the related instances based - on the name. - - In the case of Elasticsearch the `service.name` could contain the cluster - name. For Beats the `service.name` is by default a copy of the `service.type` - field if no name is specified.' - example: elasticsearch-metrics - default_field: false - - name: target.node.name - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of a service node. - - This allows for two nodes of the same service running on the same host to - be differentiated. Therefore, `service.node.name` should typically be unique - across nodes of a given service. - - In the case of Elasticsearch, the `service.node.name` could contain the unique - node name within the Elasticsearch cluster. In cases where the service doesn''t - have the concept of a node name, the host name or container name can be used - to distinguish running instances that make up this service. If those do not - provide uniqueness (e.g. multiple instances of the service running on the - same host) - the node name can be manually set.' - example: instance-0000000016 - default_field: false - - name: target.node.role - level: extended - type: keyword - ignore_above: 1024 - description: 'Deprecated for removal in next major version release. This field - will be superseded by `node.roles`. - - Role of a service node. - - This allows for distinction between different running roles of the same service. - - In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks`. - - In the case of Elasticsearch, the `service.node.role` could be `master` or - `data`. - - Other services could use this to distinguish between a `web` and `worker` - role running as part of the service.' - example: background_tasks - default_field: false - - name: target.node.roles - level: extended - type: keyword - ignore_above: 1024 - description: 'Roles of a service node. - - This allows for distinction between different running roles of the same service. - - In the case of Kibana, the `service.node.role` could be `ui` or `background_tasks` - or both. - - In the case of Elasticsearch, the `service.node.role` could be `master` or - `data` or both. - - Other services could use this to distinguish between a `web` and `worker` - role running as part of the service.' - example: '["ui", "background_tasks"]' - default_field: false - - name: target.state - level: core - type: keyword - ignore_above: 1024 - description: Current state of the service. - default_field: false - - name: target.type - level: core - type: keyword - ignore_above: 1024 - description: 'The type of the service data is collected from. - - The type can be used to group and correlate logs and metrics from one service - type. - - Example: If logs or metrics are collected from Elasticsearch, `service.type` - would be `elasticsearch`.' - example: elasticsearch - default_field: false - - name: target.version - level: core - type: keyword - ignore_above: 1024 - description: 'Version of the service the data was collected from. - - This allows to look at a data set only for a specific version of a service.' - example: 3.2.4 - default_field: false - - name: type - level: core - type: keyword - ignore_above: 1024 - description: 'The type of the service data is collected from. - - The type can be used to group and correlate logs and metrics from one service - type. - - Example: If logs or metrics are collected from Elasticsearch, `service.type` - would be `elasticsearch`.' - example: elasticsearch - - name: version - level: core - type: keyword - ignore_above: 1024 - description: 'Version of the service the data was collected from. - - This allows to look at a data set only for a specific version of a service.' - example: 3.2.4 - - name: source - title: Source - group: 2 - description: 'Source fields capture details about the sender of a network exchange/packet. - These fields are populated from a network event, packet, or other event containing - details of a network transaction. - - Source fields are usually populated in conjunction with destination fields. - The source and destination fields are considered the baseline and should always - be filled if an event contains source and destination details from a network - transaction. If the event also contains identification of the client and server - roles, then the client and server fields should also be populated.' - type: group - default_field: true - fields: - - name: address - level: extended - type: keyword - ignore_above: 1024 - description: 'Some event source addresses are defined ambiguously. The event - will sometimes list an IP, a domain or a unix socket. You should always store - the raw address in the `.address` field. - - Then it should be duplicated to `.ip` or `.domain`, depending on which one - it is.' - - name: as.number - level: extended - type: long - description: Unique number allocated to the autonomous system. The autonomous - system number (ASN) uniquely identifies each network on the Internet. - example: 15169 - - name: as.organization.name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Organization name. - example: Google LLC - - name: bytes - level: core - type: long - format: bytes - description: Bytes sent from the source to the destination. - example: 184 - - name: domain - level: core - type: keyword - ignore_above: 1024 - description: 'The domain name of the source system. - - This value may be a host name, a fully qualified domain name, or another host - naming format. The value may derive from the original event or be added from - enrichment.' - example: foo.example.com - - name: geo.city_name - level: core - type: keyword - ignore_above: 1024 - description: City name. - example: Montreal - - name: geo.continent_code - level: core - type: keyword - ignore_above: 1024 - description: Two-letter code representing continent's name. - example: NA - default_field: false - - name: geo.continent_name - level: core - type: keyword - ignore_above: 1024 - description: Name of the continent. - example: North America - - name: geo.country_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Country ISO code. - example: CA - - name: geo.country_name - level: core - type: keyword - ignore_above: 1024 - description: Country name. - example: Canada - - name: geo.location - level: core - type: geo_point - description: Longitude and latitude. - example: '{ "lon": -73.614830, "lat": 45.505918 }' - - name: geo.name - level: extended - type: keyword - ignore_above: 1024 - description: 'User-defined description of a location, at the level of granularity - they care about. - - Could be the name of their data centers, the floor number, if this describes - a local physical entity, city names. - - Not typically used in automated geolocation.' - example: boston-dc - - name: geo.postal_code - level: core - type: keyword - ignore_above: 1024 - description: 'Postal code associated with the location. - - Values appropriate for this field may also be known as a postcode or ZIP code - and will vary widely from country to country.' - example: 94040 - default_field: false - - name: geo.region_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Region ISO code. - example: CA-QC - - name: geo.region_name - level: core - type: keyword - ignore_above: 1024 - description: Region name. - example: Quebec - - name: geo.timezone - level: core - type: keyword - ignore_above: 1024 - description: The time zone of the location, such as IANA time zone name. - example: America/Argentina/Buenos_Aires - default_field: false - - name: ip - level: core - type: ip - description: IP address of the source (IPv4 or IPv6). - - name: mac - level: core - type: keyword - ignore_above: 1024 - description: 'MAC address of the source. - - The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit - byte) is represented by two [uppercase] hexadecimal digits giving the value - of the octet as an unsigned integer. Successive octets are separated by a - hyphen.' - example: 00-00-5E-00-53-23 - pattern: ^[A-F0-9]{2}(-[A-F0-9]{2}){5,}$ - - name: nat.ip - level: extended - type: ip - description: 'Translated ip of source based NAT sessions (e.g. internal client - to internet) - - Typically connections traversing load balancers, firewalls, or routers.' - - name: nat.port - level: extended - type: long - format: string - description: 'Translated port of source based NAT sessions. (e.g. internal client - to internet) - - Typically used with load balancers, firewalls, or routers.' - - name: packets - level: core - type: long - description: Packets sent from the source to the destination. - example: 12 - - name: port - level: core - type: long - format: string - description: Port of the source. - - name: registered_domain - level: extended - type: keyword - ignore_above: 1024 - description: 'The highest registered source domain, stripped of the subdomain. - - For example, the registered domain for "foo.example.com" is "example.com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last two labels will not work well for TLDs such as "co.uk".' - example: example.com - - name: subdomain - level: extended - type: keyword - ignore_above: 1024 - description: 'The subdomain portion of a fully qualified domain name includes - all of the names except the host name under the registered_domain. In a partially - qualified domain, or if the the qualification level of the full name cannot - be determined, subdomain contains all of the names below the registered domain. - - For example the subdomain portion of "www.east.mydomain.co.uk" is "east". - If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", - the subdomain field should contain "sub2.sub1", with no trailing period.' - example: east - default_field: false - - name: top_level_domain - level: extended - type: keyword - ignore_above: 1024 - description: 'The effective top level domain (eTLD), also known as the domain - suffix, is the last part of the domain name. For example, the top level domain - for example.com is "com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last label will not work well for effective TLDs such as "co.uk".' - example: co.uk - - name: user.domain - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the user is a member of. - - For example, an LDAP or Active Directory domain name.' - - name: user.email - level: extended - type: keyword - ignore_above: 1024 - description: User email address. - - name: user.full_name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: User's full name, if available. - example: Albert Einstein - - name: user.group.domain - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the group is a member of. - - For example, an LDAP or Active Directory domain name.' - - name: user.group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - - name: user.group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - - name: user.hash - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique user hash to correlate information for a user in anonymized - form. - - Useful if `user.id` or `user.name` contain confidential information and cannot - be used.' - - name: user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - - name: user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Short name or login of the user. - example: a.einstein - - name: user.roles - level: extended - type: keyword - ignore_above: 1024 - description: Array of user roles at the time of the event. - example: '["kibana_admin", "reporting_user"]' - default_field: false - - name: threat - title: Threat - group: 2 - description: "Fields to classify events and alerts according to a threat taxonomy\ - \ such as the MITRE ATT&CK\xAE framework.\nThese fields are for users to classify\ - \ alerts from all of their sources (e.g. IDS, NGFW, etc.) within a common taxonomy.\ - \ The threat.tactic.* fields are meant to capture the high level category of\ - \ the threat (e.g. \"impact\"). The threat.technique.* fields are meant to capture\ - \ which kind of approach is used by this detected threat, to accomplish the\ - \ goal (e.g. \"endpoint denial of service\")." - type: group - default_field: true - fields: - - name: enrichments - level: extended - type: nested - description: A list of associated indicators objects enriching the event, and - the context of that association/enrichment. - default_field: false - - name: enrichments.indicator - level: extended - type: object - description: Object containing associated indicators enriching the event. - default_field: false - - name: enrichments.indicator.as.number - level: extended - type: long - description: Unique number allocated to the autonomous system. The autonomous - system number (ASN) uniquely identifies each network on the Internet. - example: 15169 - default_field: false - - name: enrichments.indicator.as.organization.name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Organization name. - example: Google LLC - default_field: false - - name: enrichments.indicator.confidence - level: extended - type: keyword - ignore_above: 1024 - description: Identifies the vendor-neutral confidence rating using the None/Low/Medium/High - scale defined in Appendix A of the STIX 2.1 framework. Vendor-specific confidence - scales may be added as custom fields. - example: Medium - default_field: false - - name: enrichments.indicator.description - level: extended - type: keyword - ignore_above: 1024 - description: Describes the type of action conducted by the threat. - example: IP x.x.x.x was observed delivering the Angler EK. - default_field: false - - name: enrichments.indicator.email.address - level: extended - type: keyword - ignore_above: 1024 - description: Identifies a threat indicator as an email address (irrespective - of direction). - example: phish@example.com - default_field: false - - name: enrichments.indicator.file.accessed - level: extended - type: date - description: 'Last time the file was accessed. - - Note that not all filesystems keep track of access time.' - default_field: false - - name: enrichments.indicator.file.attributes - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of file attributes. - - Attributes names will vary by platform. Here''s a non-exhaustive list of values - that are expected in this field: archive, compressed, directory, encrypted, - execute, hidden, read, readonly, system, write.' - example: '["readonly", "system"]' - default_field: false - - name: enrichments.indicator.file.code_signature.digest_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: 'The hashing algorithm used to sign the process. - - This value can distinguish signatures when a file is signed multiple times - by the same signer but with a different digest algorithm.' - example: sha256 - default_field: false - - name: enrichments.indicator.file.code_signature.exists - level: core - type: boolean - description: Boolean to capture if a signature is present. - example: 'true' - default_field: false - - name: enrichments.indicator.file.code_signature.signing_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The identifier used to sign the process. - - This is used to identify the application manufactured by a software vendor. - The field is relevant to Apple *OS only.' - example: com.apple.xpc.proxy - default_field: false - - name: enrichments.indicator.file.code_signature.status - level: extended - type: keyword - ignore_above: 1024 - description: 'Additional information about the certificate status. - - This is useful for logging cryptographic errors with the certificate validity - or trust status. Leave unpopulated if the validity or trust of the certificate - was unchecked.' - example: ERROR_UNTRUSTED_ROOT - default_field: false - - name: enrichments.indicator.file.code_signature.subject_name - level: core - type: keyword - ignore_above: 1024 - description: Subject name of the code signer - example: Microsoft Corporation - default_field: false - - name: enrichments.indicator.file.code_signature.team_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The team identifier used to sign the process. - - This is used to identify the team or vendor of a software product. The field - is relevant to Apple *OS only.' - example: EQHXZ8M8AV - default_field: false - - name: enrichments.indicator.file.code_signature.timestamp - level: extended - type: date - description: Date and time when the code signature was generated and signed. - example: '2021-01-01T12:10:30Z' - default_field: false - - name: enrichments.indicator.file.code_signature.trusted - level: extended - type: boolean - description: 'Stores the trust status of the certificate chain. - - Validating the trust of the certificate chain may be complicated, and this - field should only be populated by tools that actively check the status.' - example: 'true' - default_field: false - - name: enrichments.indicator.file.code_signature.valid - level: extended - type: boolean - description: 'Boolean to capture if the digital signature is verified against - the binary content. - - Leave unpopulated if a certificate was unchecked.' - example: 'true' - default_field: false - - name: enrichments.indicator.file.created - level: extended - type: date - description: 'File creation time. - - Note that not all filesystems store the creation time.' - default_field: false - - name: enrichments.indicator.file.ctime - level: extended - type: date - description: 'Last time the file attributes or metadata changed. - - Note that changes to the file content will update `mtime`. This implies `ctime` - will be adjusted at the same time, since `mtime` is an attribute of the file.' - default_field: false - - name: enrichments.indicator.file.device - level: extended - type: keyword - ignore_above: 1024 - description: Device that is the source of the file. - example: sda - default_field: false - - name: enrichments.indicator.file.directory - level: extended - type: keyword - ignore_above: 1024 - description: Directory where the file is located. It should include the drive - letter, when appropriate. - example: /home/alice - default_field: false - - name: enrichments.indicator.file.drive_letter - level: extended - type: keyword - ignore_above: 1 - description: 'Drive letter where the file is located. This field is only relevant - on Windows. - - The value should be uppercase, and not include the colon.' - example: C - default_field: false - - name: enrichments.indicator.file.elf.architecture - level: extended - type: keyword - ignore_above: 1024 - description: Machine architecture of the ELF file. - example: x86-64 - default_field: false - - name: enrichments.indicator.file.elf.byte_order - level: extended - type: keyword - ignore_above: 1024 - description: Byte sequence of ELF file. - example: Little Endian - default_field: false - - name: enrichments.indicator.file.elf.cpu_type - level: extended - type: keyword - ignore_above: 1024 - description: CPU type of the ELF file. - example: Intel - default_field: false - - name: enrichments.indicator.file.elf.creation_date - level: extended - type: date - description: Extracted when possible from the file's metadata. Indicates when - it was built or compiled. It can also be faked by malware creators. - default_field: false - - name: enrichments.indicator.file.elf.exports - level: extended - type: flattened - description: List of exported element names and types. - default_field: false - - name: enrichments.indicator.file.elf.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in an ELF file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: enrichments.indicator.file.elf.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: enrichments.indicator.file.elf.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: enrichments.indicator.file.elf.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: enrichments.indicator.file.elf.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: enrichments.indicator.file.elf.header.abi_version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF Application Binary Interface (ABI). - default_field: false - - name: enrichments.indicator.file.elf.header.class - level: extended - type: keyword - ignore_above: 1024 - description: Header class of the ELF file. - default_field: false - - name: enrichments.indicator.file.elf.header.data - level: extended - type: keyword - ignore_above: 1024 - description: Data table of the ELF header. - default_field: false - - name: enrichments.indicator.file.elf.header.entrypoint - level: extended - type: long - format: string - description: Header entrypoint of the ELF file. - default_field: false - - name: enrichments.indicator.file.elf.header.object_version - level: extended - type: keyword - ignore_above: 1024 - description: '"0x1" for original ELF files.' - default_field: false - - name: enrichments.indicator.file.elf.header.os_abi - level: extended - type: keyword - ignore_above: 1024 - description: Application Binary Interface (ABI) of the Linux OS. - default_field: false - - name: enrichments.indicator.file.elf.header.type - level: extended - type: keyword - ignore_above: 1024 - description: Header type of the ELF file. - default_field: false - - name: enrichments.indicator.file.elf.header.version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF header. - default_field: false - - name: enrichments.indicator.file.elf.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in an ELF file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is an ELF implementation of the Windows PE imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: enrichments.indicator.file.elf.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: enrichments.indicator.file.elf.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: enrichments.indicator.file.elf.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: enrichments.indicator.file.elf.sections - level: extended - type: nested - description: 'An array containing an object for each section of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.sections.*`.' - default_field: false - - name: enrichments.indicator.file.elf.sections.chi2 - level: extended - type: long - format: number - description: Chi-square probability distribution of the section. - default_field: false - - name: enrichments.indicator.file.elf.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: enrichments.indicator.file.elf.sections.flags - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List flags. - default_field: false - - name: enrichments.indicator.file.elf.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List name. - default_field: false - - name: enrichments.indicator.file.elf.sections.physical_offset - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List offset. - default_field: false - - name: enrichments.indicator.file.elf.sections.physical_size - level: extended - type: long - format: bytes - description: ELF Section List physical size. - default_field: false - - name: enrichments.indicator.file.elf.sections.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List type. - default_field: false - - name: enrichments.indicator.file.elf.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: enrichments.indicator.file.elf.sections.virtual_address - level: extended - type: long - format: string - description: ELF Section List virtual address. - default_field: false - - name: enrichments.indicator.file.elf.sections.virtual_size - level: extended - type: long - format: string - description: ELF Section List virtual size. - default_field: false - - name: enrichments.indicator.file.elf.segments - level: extended - type: nested - description: 'An array containing an object for each segment of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.segments.*`.' - default_field: false - - name: enrichments.indicator.file.elf.segments.sections - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment sections. - default_field: false - - name: enrichments.indicator.file.elf.segments.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment type. - default_field: false - - name: enrichments.indicator.file.elf.shared_libraries - level: extended - type: keyword - ignore_above: 1024 - description: List of shared libraries used by this ELF object. - default_field: false - - name: enrichments.indicator.file.elf.telfhash - level: extended - type: keyword - ignore_above: 1024 - description: telfhash symbol hash for ELF file. - default_field: false - - name: enrichments.indicator.file.extension - level: extended - type: keyword - ignore_above: 1024 - description: 'File extension, excluding the leading dot. - - Note that when the file name has multiple extensions (example.tar.gz), only - the last one should be captured ("gz", not "tar.gz").' - example: png - default_field: false - - name: enrichments.indicator.file.fork_name - level: extended - type: keyword - ignore_above: 1024 - description: 'A fork is additional data associated with a filesystem object. - - On Linux, a resource fork is used to store additional data with a filesystem - object. A file always has at least one fork for the data portion, and additional - forks may exist. - - On NTFS, this is analogous to an Alternate Data Stream (ADS), and the default - data stream for a file is just called $DATA. Zone.Identifier is commonly used - by Windows to track contents downloaded from the Internet. An ADS is typically - of the form: `C:\path\to\filename.extension:some_fork_name`, and `some_fork_name` - is the value that should populate `fork_name`. `filename.extension` should - populate `file.name`, and `extension` should populate `file.extension`. The - full path, `file.path`, will include the fork name.' - example: Zone.Identifer - default_field: false - - name: enrichments.indicator.file.gid - level: extended - type: keyword - ignore_above: 1024 - description: Primary group ID (GID) of the file. - example: '1001' - default_field: false - - name: enrichments.indicator.file.group - level: extended - type: keyword - ignore_above: 1024 - description: Primary group name of the file. - example: alice - default_field: false - - name: enrichments.indicator.file.hash.md5 - level: extended - type: keyword - ignore_above: 1024 - description: MD5 hash. - default_field: false - - name: enrichments.indicator.file.hash.sha1 - level: extended - type: keyword - ignore_above: 1024 - description: SHA1 hash. - default_field: false - - name: enrichments.indicator.file.hash.sha256 - level: extended - type: keyword - ignore_above: 1024 - description: SHA256 hash. - default_field: false - - name: enrichments.indicator.file.hash.sha384 - level: extended - type: keyword - ignore_above: 1024 - description: SHA384 hash. - default_field: false - - name: enrichments.indicator.file.hash.sha512 - level: extended - type: keyword - ignore_above: 1024 - description: SHA512 hash. - default_field: false - - name: enrichments.indicator.file.hash.ssdeep - level: extended - type: keyword - ignore_above: 1024 - description: SSDEEP hash. - default_field: false - - name: enrichments.indicator.file.hash.tlsh - level: extended - type: keyword - ignore_above: 1024 - description: TLSH hash. - default_field: false - - name: enrichments.indicator.file.inode - level: extended - type: keyword - ignore_above: 1024 - description: Inode representing the file in the filesystem. - example: '256383' - default_field: false - - name: enrichments.indicator.file.mime_type - level: extended - type: keyword - ignore_above: 1024 - description: MIME type should identify the format of the file or stream of bytes - using https://www.iana.org/assignments/media-types/media-types.xhtml[IANA - official types], where possible. When more than one type is applicable, the - most specific type should be used. - default_field: false - - name: enrichments.indicator.file.mode - level: extended - type: keyword - ignore_above: 1024 - description: Mode of the file in octal representation. - example: '0640' - default_field: false - - name: enrichments.indicator.file.mtime - level: extended - type: date - description: Last time the file content was modified. - default_field: false - - name: enrichments.indicator.file.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the file including the extension, without the directory. - example: example.png - default_field: false - - name: enrichments.indicator.file.owner - level: extended - type: keyword - ignore_above: 1024 - description: File owner's username. - example: alice - default_field: false - - name: enrichments.indicator.file.path - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Full path to the file, including the file name. It should include - the drive letter, when appropriate. - example: /home/alice/example.png - default_field: false - - name: enrichments.indicator.file.pe.architecture - level: extended - type: keyword - ignore_above: 1024 - description: CPU architecture target for the file. - example: x64 - default_field: false - - name: enrichments.indicator.file.pe.company - level: extended - type: keyword - ignore_above: 1024 - description: Internal company name of the file, provided at compile-time. - example: Microsoft Corporation - default_field: false - - name: enrichments.indicator.file.pe.description - level: extended - type: keyword - ignore_above: 1024 - description: Internal description of the file, provided at compile-time. - example: Paint - default_field: false - - name: enrichments.indicator.file.pe.file_version - level: extended - type: keyword - ignore_above: 1024 - description: Internal version of the file, provided at compile-time. - example: 6.3.9600.17415 - default_field: false - - name: enrichments.indicator.file.pe.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a PE file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: enrichments.indicator.file.pe.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: enrichments.indicator.file.pe.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: enrichments.indicator.file.pe.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: enrichments.indicator.file.pe.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: enrichments.indicator.file.pe.imphash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An imphash -- or import hash - -- can be used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' - example: 0c6803c4e922103c4dca5963aad36ddf - default_field: false - - name: enrichments.indicator.file.pe.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is a synonym for imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: enrichments.indicator.file.pe.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: enrichments.indicator.file.pe.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: enrichments.indicator.file.pe.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: enrichments.indicator.file.pe.original_file_name - level: extended - type: keyword - ignore_above: 1024 - description: Internal name of the file, provided at compile-time. - example: MSPAINT.EXE - default_field: false - - name: enrichments.indicator.file.pe.pehash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the PE header and data from one or more PE sections. - An pehash can be used to cluster files by transforming structural information - about a file into a hash value. - - Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' - example: 73ff189b63cd6be375a7ff25179a38d347651975 - default_field: false - - name: enrichments.indicator.file.pe.product - level: extended - type: keyword - ignore_above: 1024 - description: Internal product name of the file, provided at compile-time. - example: "Microsoft\xAE Windows\xAE Operating System" - default_field: false - - name: enrichments.indicator.file.pe.sections - level: extended - type: nested - description: 'An array containing an object for each section of the PE file. - - The keys that should be present in these objects are defined by sub-fields - underneath `pe.sections.*`.' - default_field: false - - name: enrichments.indicator.file.pe.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: enrichments.indicator.file.pe.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: PE Section List name. - default_field: false - - name: enrichments.indicator.file.pe.sections.physical_size - level: extended - type: long - format: bytes - description: PE Section List physical size. - default_field: false - - name: enrichments.indicator.file.pe.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: enrichments.indicator.file.pe.sections.virtual_size - level: extended - type: long - format: string - description: PE Section List virtual size. This is always the same as `physical_size`. - default_field: false - - name: enrichments.indicator.file.size - level: extended - type: long - description: 'File size in bytes. - - Only relevant when `file.type` is "file".' - example: 16384 - default_field: false - - name: enrichments.indicator.file.target_path - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Target path for symlinks. - default_field: false - - name: enrichments.indicator.file.type - level: extended - type: keyword - ignore_above: 1024 - description: File type (file, dir, or symlink). - example: file - default_field: false - - name: enrichments.indicator.file.uid - level: extended - type: keyword - ignore_above: 1024 - description: The user ID (UID) or security identifier (SID) of the file owner. - example: '1001' - default_field: false - - name: enrichments.indicator.file.x509.alternative_names - level: extended - type: keyword - ignore_above: 1024 - description: List of subject alternative names (SAN). Name types vary by certificate - authority and certificate type but commonly contain IP addresses, DNS names - (and wildcards), and email addresses. - example: '*.elastic.co' - default_field: false - - name: enrichments.indicator.file.x509.issuer.common_name - level: extended - type: keyword - ignore_above: 1024 - description: List of common name (CN) of issuing certificate authority. - example: Example SHA2 High Assurance Server CA - default_field: false - - name: enrichments.indicator.file.x509.issuer.country - level: extended - type: keyword - ignore_above: 1024 - description: List of country \(C) codes - example: US - default_field: false - - name: enrichments.indicator.file.x509.issuer.distinguished_name - level: extended - type: keyword - ignore_above: 1024 - description: Distinguished name (DN) of issuing certificate authority. - example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance - Server CA - default_field: false - - name: enrichments.indicator.file.x509.issuer.locality - level: extended - type: keyword - ignore_above: 1024 - description: List of locality names (L) - example: Mountain View - default_field: false - - name: enrichments.indicator.file.x509.issuer.organization - level: extended - type: keyword - ignore_above: 1024 - description: List of organizations (O) of issuing certificate authority. - example: Example Inc - default_field: false - - name: enrichments.indicator.file.x509.issuer.organizational_unit - level: extended - type: keyword - ignore_above: 1024 - description: List of organizational units (OU) of issuing certificate authority. - example: www.example.com - default_field: false - - name: enrichments.indicator.file.x509.issuer.state_or_province - level: extended - type: keyword - ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California - default_field: false - - name: enrichments.indicator.file.x509.not_after - level: extended - type: date - description: Time at which the certificate is no longer considered valid. - example: '2020-07-16T03:15:39Z' - default_field: false - - name: enrichments.indicator.file.x509.not_before - level: extended - type: date - description: Time at which the certificate is first considered valid. - example: '2019-08-16T01:40:25Z' - default_field: false - - name: enrichments.indicator.file.x509.public_key_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: Algorithm used to generate the public key. - example: RSA - default_field: false - - name: enrichments.indicator.file.x509.public_key_curve - level: extended - type: keyword - ignore_above: 1024 - description: The curve used by the elliptic curve public key algorithm. This - is algorithm specific. - example: nistp521 - default_field: false - - name: enrichments.indicator.file.x509.public_key_exponent - level: extended - type: long - description: Exponent used to derive the public key. This is algorithm specific. - example: 65537 - index: false - doc_values: false - default_field: false - - name: enrichments.indicator.file.x509.public_key_size - level: extended - type: long - description: The size of the public key space in bits. - example: 2048 - default_field: false - - name: enrichments.indicator.file.x509.serial_number - level: extended - type: keyword - ignore_above: 1024 - description: Unique serial number issued by the certificate authority. For consistency, - if this value is alphanumeric, it should be formatted without colons and uppercase - characters. - example: 55FBB9C7DEBF09809D12CCAA - default_field: false - - name: enrichments.indicator.file.x509.signature_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: Identifier for certificate signature algorithm. We recommend using - names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. - example: SHA256-RSA - default_field: false - - name: enrichments.indicator.file.x509.subject.common_name - level: extended - type: keyword - ignore_above: 1024 - description: List of common names (CN) of subject. - example: shared.global.example.net - default_field: false - - name: enrichments.indicator.file.x509.subject.country - level: extended - type: keyword - ignore_above: 1024 - description: List of country \(C) code - example: US - default_field: false - - name: enrichments.indicator.file.x509.subject.distinguished_name - level: extended - type: keyword - ignore_above: 1024 - description: Distinguished name (DN) of the certificate subject entity. - example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net - default_field: false - - name: enrichments.indicator.file.x509.subject.locality - level: extended - type: keyword - ignore_above: 1024 - description: List of locality names (L) - example: San Francisco - default_field: false - - name: enrichments.indicator.file.x509.subject.organization - level: extended - type: keyword - ignore_above: 1024 - description: List of organizations (O) of subject. - example: Example, Inc. - default_field: false - - name: enrichments.indicator.file.x509.subject.organizational_unit - level: extended - type: keyword - ignore_above: 1024 - description: List of organizational units (OU) of subject. - default_field: false - - name: enrichments.indicator.file.x509.subject.state_or_province - level: extended - type: keyword - ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California - default_field: false - - name: enrichments.indicator.file.x509.version_number - level: extended - type: keyword - ignore_above: 1024 - description: Version of x509 format. - example: 3 - default_field: false - - name: enrichments.indicator.first_seen - level: extended - type: date - description: The date and time when intelligence source first reported sighting - this indicator. - example: '2020-11-05T17:25:47.000Z' - default_field: false - - name: enrichments.indicator.geo.city_name - level: core - type: keyword - ignore_above: 1024 - description: City name. - example: Montreal - default_field: false - - name: enrichments.indicator.geo.continent_code - level: core - type: keyword - ignore_above: 1024 - description: Two-letter code representing continent's name. - example: NA - default_field: false - - name: enrichments.indicator.geo.continent_name - level: core - type: keyword - ignore_above: 1024 - description: Name of the continent. - example: North America - default_field: false - - name: enrichments.indicator.geo.country_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Country ISO code. - example: CA - default_field: false - - name: enrichments.indicator.geo.country_name - level: core - type: keyword - ignore_above: 1024 - description: Country name. - example: Canada - default_field: false - - name: enrichments.indicator.geo.location - level: core - type: geo_point - description: Longitude and latitude. - example: '{ "lon": -73.614830, "lat": 45.505918 }' - default_field: false - - name: enrichments.indicator.geo.name - level: extended - type: keyword - ignore_above: 1024 - description: 'User-defined description of a location, at the level of granularity - they care about. - - Could be the name of their data centers, the floor number, if this describes - a local physical entity, city names. - - Not typically used in automated geolocation.' - example: boston-dc - default_field: false - - name: enrichments.indicator.geo.postal_code - level: core - type: keyword - ignore_above: 1024 - description: 'Postal code associated with the location. - - Values appropriate for this field may also be known as a postcode or ZIP code - and will vary widely from country to country.' - example: 94040 - default_field: false - - name: enrichments.indicator.geo.region_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Region ISO code. - example: CA-QC - default_field: false - - name: enrichments.indicator.geo.region_name - level: core - type: keyword - ignore_above: 1024 - description: Region name. - example: Quebec - default_field: false - - name: enrichments.indicator.geo.timezone - level: core - type: keyword - ignore_above: 1024 - description: The time zone of the location, such as IANA time zone name. - example: America/Argentina/Buenos_Aires - default_field: false - - name: enrichments.indicator.ip - level: extended - type: ip - description: Identifies a threat indicator as an IP address (irrespective of - direction). - example: 1.2.3.4 - default_field: false - - name: enrichments.indicator.last_seen - level: extended - type: date - description: The date and time when intelligence source last reported sighting - this indicator. - example: '2020-11-05T17:25:47.000Z' - default_field: false - - name: enrichments.indicator.marking.tlp - level: extended - type: keyword - ignore_above: 1024 - description: Traffic Light Protocol sharing markings. - example: CLEAR - default_field: false - - name: enrichments.indicator.marking.tlp_version - level: extended - type: keyword - ignore_above: 1024 - description: Traffic Light Protocol version. - example: 2.0 - default_field: false - - name: enrichments.indicator.modified_at - level: extended - type: date - description: The date and time when intelligence source last modified information - for this indicator. - example: '2020-11-05T17:25:47.000Z' - default_field: false - - name: enrichments.indicator.name - level: extended - type: keyword - ignore_above: 1024 - description: 'The display name indicator in an UI friendly format - - URL, IP address, email address, registry key, port number, hash value, or - other relevant name can serve as the display name.' - example: 5.2.75.227 - default_field: false - - name: enrichments.indicator.port - level: extended - type: long - description: Identifies a threat indicator as a port number (irrespective of - direction). - example: 443 - default_field: false - - name: enrichments.indicator.provider - level: extended - type: keyword - ignore_above: 1024 - description: The name of the indicator's provider. - example: lrz_urlhaus - default_field: false - - name: enrichments.indicator.reference - level: extended - type: keyword - ignore_above: 1024 - description: Reference URL linking to additional information about this indicator. - example: https://system.example.com/indicator/0001234 - default_field: false - - name: enrichments.indicator.registry.data.bytes - level: extended - type: keyword - ignore_above: 1024 - description: 'Original bytes written with base64 encoding. - - For Windows registry operations, such as SetValueEx and RegQueryValueEx, this - corresponds to the data pointed by `lp_data`. This is optional but provides - better recoverability and should be populated for REG_BINARY encoded values.' - example: ZQBuAC0AVQBTAAAAZQBuAAAAAAA= - default_field: false - - name: enrichments.indicator.registry.data.strings - level: core - type: wildcard - description: 'Content when writing string types. - - Populated as an array when writing string data to the registry. For single - string registry types (REG_SZ, REG_EXPAND_SZ), this should be an array with - one string. For sequences of string with REG_MULTI_SZ, this array will be - variable length. For numeric data, such as REG_DWORD and REG_QWORD, this should - be populated with the decimal representation (e.g `"1"`).' - example: '["C:\rta\red_ttp\bin\myapp.exe"]' - default_field: false - - name: enrichments.indicator.registry.data.type - level: core - type: keyword - ignore_above: 1024 - description: Standard registry type for encoding contents - example: REG_SZ - default_field: false - - name: enrichments.indicator.registry.hive - level: core - type: keyword - ignore_above: 1024 - description: Abbreviated name for the hive. - example: HKLM - default_field: false - - name: enrichments.indicator.registry.key - level: core - type: keyword - ignore_above: 1024 - description: Hive-relative path of keys. - example: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe - default_field: false - - name: enrichments.indicator.registry.path - level: core - type: keyword - ignore_above: 1024 - description: Full path, including hive, key and value - example: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution - Options\winword.exe\Debugger - default_field: false - - name: enrichments.indicator.registry.value - level: core - type: keyword - ignore_above: 1024 - description: Name of the value written. - example: Debugger - default_field: false - - name: enrichments.indicator.scanner_stats - level: extended - type: long - description: Count of AV/EDR vendors that successfully detected malicious file - or URL. - example: 4 - default_field: false - - name: enrichments.indicator.sightings - level: extended - type: long - description: Number of times this indicator was observed conducting threat activity. - example: 20 - default_field: false - - name: enrichments.indicator.type - level: extended - type: keyword - ignore_above: 1024 - description: Type of indicator as represented by Cyber Observable in STIX 2.0. - example: ipv4-addr - default_field: false - - name: enrichments.indicator.url.domain - level: extended - type: keyword - ignore_above: 1024 - description: 'Domain of the url, such as "www.elastic.co". - - In some cases a URL may refer to an IP and/or port directly, without a domain - name. In this case, the IP address would go to the `domain` field. - - If the URL contains a literal IPv6 address enclosed by `[` and `]` (IETF RFC - 2732), the `[` and `]` characters should also be captured in the `domain` - field.' - example: www.elastic.co - default_field: false - - name: enrichments.indicator.url.extension - level: extended - type: keyword - ignore_above: 1024 - description: 'The field contains the file extension from the original request - url, excluding the leading dot. - - The file extension is only set if it exists, as not every url has a file extension. - - The leading period must not be included. For example, the value must be "png", - not ".png". - - Note that when the file name has multiple extensions (example.tar.gz), only - the last one should be captured ("gz", not "tar.gz").' - example: png - default_field: false - - name: enrichments.indicator.url.fragment - level: extended - type: keyword - ignore_above: 1024 - description: 'Portion of the url after the `#`, such as "top". - - The `#` is not part of the fragment.' - default_field: false - - name: enrichments.indicator.url.full - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - description: If full URLs are important to your use case, they should be stored - in `url.full`, whether this field is reconstructed or present in the event - source. - example: https://www.elastic.co:443/search?q=elasticsearch#top - default_field: false - - name: enrichments.indicator.url.original - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - description: 'Unmodified original url as seen in the event source. - - Note that in network monitoring, the observed URL may be a full URL, whereas - in access logs, the URL is often just represented as a path. - - This field is meant to represent the URL as it was observed, complete or not.' - example: https://www.elastic.co:443/search?q=elasticsearch#top or /search?q=elasticsearch - default_field: false - - name: enrichments.indicator.url.password - level: extended - type: keyword - ignore_above: 1024 - description: Password of the request. - default_field: false - - name: enrichments.indicator.url.path - level: extended - type: wildcard - description: Path of the request, such as "/search". - default_field: false - - name: enrichments.indicator.url.port - level: extended - type: long - format: string - description: Port of the request, such as 443. - example: 443 - default_field: false - - name: enrichments.indicator.url.query - level: extended - type: keyword - ignore_above: 1024 - description: 'The query field describes the query string of the request, such - as "q=elasticsearch". - - The `?` is excluded from the query string. If a URL contains no `?`, there - is no query field. If there is a `?` but no query, the query field exists - with an empty string. The `exists` query can be used to differentiate between - the two cases.' - default_field: false - - name: enrichments.indicator.url.registered_domain - level: extended - type: keyword - ignore_above: 1024 - description: 'The highest registered url domain, stripped of the subdomain. - - For example, the registered domain for "foo.example.com" is "example.com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last two labels will not work well for TLDs such as "co.uk".' - example: example.com - default_field: false - - name: enrichments.indicator.url.scheme - level: extended - type: keyword - ignore_above: 1024 - description: 'Scheme of the request, such as "https". - - Note: The `:` is not part of the scheme.' - example: https - default_field: false - - name: enrichments.indicator.url.subdomain - level: extended - type: keyword - ignore_above: 1024 - description: 'The subdomain portion of a fully qualified domain name includes - all of the names except the host name under the registered_domain. In a partially - qualified domain, or if the the qualification level of the full name cannot - be determined, subdomain contains all of the names below the registered domain. - - For example the subdomain portion of "www.east.mydomain.co.uk" is "east". - If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", - the subdomain field should contain "sub2.sub1", with no trailing period.' - example: east - default_field: false - - name: enrichments.indicator.url.top_level_domain - level: extended - type: keyword - ignore_above: 1024 - description: 'The effective top level domain (eTLD), also known as the domain - suffix, is the last part of the domain name. For example, the top level domain - for example.com is "com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last label will not work well for effective TLDs such as "co.uk".' - example: co.uk - default_field: false - - name: enrichments.indicator.url.username - level: extended - type: keyword - ignore_above: 1024 - description: Username of the request. - default_field: false - - name: enrichments.indicator.x509.alternative_names - level: extended - type: keyword - ignore_above: 1024 - description: List of subject alternative names (SAN). Name types vary by certificate - authority and certificate type but commonly contain IP addresses, DNS names - (and wildcards), and email addresses. - example: '*.elastic.co' - default_field: false - - name: enrichments.indicator.x509.issuer.common_name - level: extended - type: keyword - ignore_above: 1024 - description: List of common name (CN) of issuing certificate authority. - example: Example SHA2 High Assurance Server CA - default_field: false - - name: enrichments.indicator.x509.issuer.country - level: extended - type: keyword - ignore_above: 1024 - description: List of country \(C) codes - example: US - default_field: false - - name: enrichments.indicator.x509.issuer.distinguished_name - level: extended - type: keyword - ignore_above: 1024 - description: Distinguished name (DN) of issuing certificate authority. - example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance - Server CA - default_field: false - - name: enrichments.indicator.x509.issuer.locality - level: extended - type: keyword - ignore_above: 1024 - description: List of locality names (L) - example: Mountain View - default_field: false - - name: enrichments.indicator.x509.issuer.organization - level: extended - type: keyword - ignore_above: 1024 - description: List of organizations (O) of issuing certificate authority. - example: Example Inc - default_field: false - - name: enrichments.indicator.x509.issuer.organizational_unit - level: extended - type: keyword - ignore_above: 1024 - description: List of organizational units (OU) of issuing certificate authority. - example: www.example.com - default_field: false - - name: enrichments.indicator.x509.issuer.state_or_province - level: extended - type: keyword - ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California - default_field: false - - name: enrichments.indicator.x509.not_after - level: extended - type: date - description: Time at which the certificate is no longer considered valid. - example: '2020-07-16T03:15:39Z' - default_field: false - - name: enrichments.indicator.x509.not_before - level: extended - type: date - description: Time at which the certificate is first considered valid. - example: '2019-08-16T01:40:25Z' - default_field: false - - name: enrichments.indicator.x509.public_key_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: Algorithm used to generate the public key. - example: RSA - default_field: false - - name: enrichments.indicator.x509.public_key_curve - level: extended - type: keyword - ignore_above: 1024 - description: The curve used by the elliptic curve public key algorithm. This - is algorithm specific. - example: nistp521 - default_field: false - - name: enrichments.indicator.x509.public_key_exponent - level: extended - type: long - description: Exponent used to derive the public key. This is algorithm specific. - example: 65537 - index: false - doc_values: false - default_field: false - - name: enrichments.indicator.x509.public_key_size - level: extended - type: long - description: The size of the public key space in bits. - example: 2048 - default_field: false - - name: enrichments.indicator.x509.serial_number - level: extended - type: keyword - ignore_above: 1024 - description: Unique serial number issued by the certificate authority. For consistency, - if this value is alphanumeric, it should be formatted without colons and uppercase - characters. - example: 55FBB9C7DEBF09809D12CCAA - default_field: false - - name: enrichments.indicator.x509.signature_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: Identifier for certificate signature algorithm. We recommend using - names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. - example: SHA256-RSA - default_field: false - - name: enrichments.indicator.x509.subject.common_name - level: extended - type: keyword - ignore_above: 1024 - description: List of common names (CN) of subject. - example: shared.global.example.net - default_field: false - - name: enrichments.indicator.x509.subject.country - level: extended - type: keyword - ignore_above: 1024 - description: List of country \(C) code - example: US - default_field: false - - name: enrichments.indicator.x509.subject.distinguished_name - level: extended - type: keyword - ignore_above: 1024 - description: Distinguished name (DN) of the certificate subject entity. - example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net - default_field: false - - name: enrichments.indicator.x509.subject.locality - level: extended - type: keyword - ignore_above: 1024 - description: List of locality names (L) - example: San Francisco - default_field: false - - name: enrichments.indicator.x509.subject.organization - level: extended - type: keyword - ignore_above: 1024 - description: List of organizations (O) of subject. - example: Example, Inc. - default_field: false - - name: enrichments.indicator.x509.subject.organizational_unit - level: extended - type: keyword - ignore_above: 1024 - description: List of organizational units (OU) of subject. - default_field: false - - name: enrichments.indicator.x509.subject.state_or_province - level: extended - type: keyword - ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California - default_field: false - - name: enrichments.indicator.x509.version_number - level: extended - type: keyword - ignore_above: 1024 - description: Version of x509 format. - example: 3 - default_field: false - - name: enrichments.matched.atomic - level: extended - type: keyword - ignore_above: 1024 - description: Identifies the atomic indicator value that matched a local environment - endpoint or network event. - example: bad-domain.com - default_field: false - - name: enrichments.matched.field - level: extended - type: keyword - ignore_above: 1024 - description: Identifies the field of the atomic indicator that matched a local - environment endpoint or network event. - example: file.hash.sha256 - default_field: false - - name: enrichments.matched.id - level: extended - type: keyword - ignore_above: 1024 - description: Identifies the _id of the indicator document enriching the event. - example: ff93aee5-86a1-4a61-b0e6-0cdc313d01b5 - default_field: false - - name: enrichments.matched.index - level: extended - type: keyword - ignore_above: 1024 - description: Identifies the _index of the indicator document enriching the event. - example: filebeat-8.0.0-2021.05.23-000011 - default_field: false - - name: enrichments.matched.occurred - level: extended - type: date - description: Indicates when the indicator match was generated - example: '2021-10-05T17:00:58.326Z' - default_field: false - - name: enrichments.matched.type - level: extended - type: keyword - ignore_above: 1024 - description: Identifies the type of match that caused the event to be enriched - with the given indicator - example: indicator_match_rule - default_field: false - - name: feed.dashboard_id - level: extended - type: keyword - ignore_above: 1024 - description: The saved object ID of the dashboard belonging to the threat feed - for displaying dashboard links to threat feeds in Kibana. - example: 5ba16340-72e6-11eb-a3e3-b3cc7c78a70f - default_field: false - - name: feed.description - level: extended - type: keyword - ignore_above: 1024 - description: Description of the threat feed in a UI friendly format. - example: Threat feed from the AlienVault Open Threat eXchange network. - default_field: false - - name: feed.name - level: extended - type: keyword - ignore_above: 1024 - description: The name of the threat feed in UI friendly format. - example: AlienVault OTX - default_field: false - - name: feed.reference - level: extended - type: keyword - ignore_above: 1024 - description: Reference information for the threat feed in a UI friendly format. - example: https://otx.alienvault.com - default_field: false - - name: framework - level: extended - type: keyword - ignore_above: 1024 - description: Name of the threat framework used to further categorize and classify - the tactic and technique of the reported threat. Framework classification - can be provided by detecting systems, evaluated at ingest time, or retrospectively - tagged to events. - example: MITRE ATT&CK - - name: group.alias - level: extended - type: keyword - ignore_above: 1024 - description: "The alias(es) of the group for a set of related intrusion activity\ - \ that are tracked by a common name in the security community.\nWhile not\ - \ required, you can use a MITRE ATT&CK\xAE group alias(es)." - example: '[ "Magecart Group 6" ]' - default_field: false - - name: group.id - level: extended - type: keyword - ignore_above: 1024 - description: "The id of the group for a set of related intrusion activity that\ - \ are tracked by a common name in the security community.\nWhile not required,\ - \ you can use a MITRE ATT&CK\xAE group id." - example: G0037 - default_field: false - - name: group.name - level: extended - type: keyword - ignore_above: 1024 - description: "The name of the group for a set of related intrusion activity\ - \ that are tracked by a common name in the security community.\nWhile not\ - \ required, you can use a MITRE ATT&CK\xAE group name." - example: FIN6 - default_field: false - - name: group.reference - level: extended - type: keyword - ignore_above: 1024 - description: "The reference URL of the group for a set of related intrusion\ - \ activity that are tracked by a common name in the security community.\n\ - While not required, you can use a MITRE ATT&CK\xAE group reference URL." - example: https://attack.mitre.org/groups/G0037/ - default_field: false - - name: indicator.as.number - level: extended - type: long - description: Unique number allocated to the autonomous system. The autonomous - system number (ASN) uniquely identifies each network on the Internet. - example: 15169 - default_field: false - - name: indicator.as.organization.name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Organization name. - example: Google LLC - default_field: false - - name: indicator.confidence - level: extended - type: keyword - ignore_above: 1024 - description: Identifies the vendor-neutral confidence rating using the None/Low/Medium/High - scale defined in Appendix A of the STIX 2.1 framework. Vendor-specific confidence - scales may be added as custom fields. - example: Medium - default_field: false - - name: indicator.description - level: extended - type: keyword - ignore_above: 1024 - description: Describes the type of action conducted by the threat. - example: IP x.x.x.x was observed delivering the Angler EK. - default_field: false - - name: indicator.email.address - level: extended - type: keyword - ignore_above: 1024 - description: Identifies a threat indicator as an email address (irrespective - of direction). - example: phish@example.com - default_field: false - - name: indicator.file.accessed - level: extended - type: date - description: 'Last time the file was accessed. - - Note that not all filesystems keep track of access time.' - default_field: false - - name: indicator.file.attributes - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of file attributes. - - Attributes names will vary by platform. Here''s a non-exhaustive list of values - that are expected in this field: archive, compressed, directory, encrypted, - execute, hidden, read, readonly, system, write.' - example: '["readonly", "system"]' - default_field: false - - name: indicator.file.code_signature.digest_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: 'The hashing algorithm used to sign the process. - - This value can distinguish signatures when a file is signed multiple times - by the same signer but with a different digest algorithm.' - example: sha256 - default_field: false - - name: indicator.file.code_signature.exists - level: core - type: boolean - description: Boolean to capture if a signature is present. - example: 'true' - default_field: false - - name: indicator.file.code_signature.signing_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The identifier used to sign the process. - - This is used to identify the application manufactured by a software vendor. - The field is relevant to Apple *OS only.' - example: com.apple.xpc.proxy - default_field: false - - name: indicator.file.code_signature.status - level: extended - type: keyword - ignore_above: 1024 - description: 'Additional information about the certificate status. - - This is useful for logging cryptographic errors with the certificate validity - or trust status. Leave unpopulated if the validity or trust of the certificate - was unchecked.' - example: ERROR_UNTRUSTED_ROOT - default_field: false - - name: indicator.file.code_signature.subject_name - level: core - type: keyword - ignore_above: 1024 - description: Subject name of the code signer - example: Microsoft Corporation - default_field: false - - name: indicator.file.code_signature.team_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The team identifier used to sign the process. - - This is used to identify the team or vendor of a software product. The field - is relevant to Apple *OS only.' - example: EQHXZ8M8AV - default_field: false - - name: indicator.file.code_signature.timestamp - level: extended - type: date - description: Date and time when the code signature was generated and signed. - example: '2021-01-01T12:10:30Z' - default_field: false - - name: indicator.file.code_signature.trusted - level: extended - type: boolean - description: 'Stores the trust status of the certificate chain. - - Validating the trust of the certificate chain may be complicated, and this - field should only be populated by tools that actively check the status.' - example: 'true' - default_field: false - - name: indicator.file.code_signature.valid - level: extended - type: boolean - description: 'Boolean to capture if the digital signature is verified against - the binary content. - - Leave unpopulated if a certificate was unchecked.' - example: 'true' - default_field: false - - name: indicator.file.created - level: extended - type: date - description: 'File creation time. - - Note that not all filesystems store the creation time.' - default_field: false - - name: indicator.file.ctime - level: extended - type: date - description: 'Last time the file attributes or metadata changed. - - Note that changes to the file content will update `mtime`. This implies `ctime` - will be adjusted at the same time, since `mtime` is an attribute of the file.' - default_field: false - - name: indicator.file.device - level: extended - type: keyword - ignore_above: 1024 - description: Device that is the source of the file. - example: sda - default_field: false - - name: indicator.file.directory - level: extended - type: keyword - ignore_above: 1024 - description: Directory where the file is located. It should include the drive - letter, when appropriate. - example: /home/alice - default_field: false - - name: indicator.file.drive_letter - level: extended - type: keyword - ignore_above: 1 - description: 'Drive letter where the file is located. This field is only relevant - on Windows. - - The value should be uppercase, and not include the colon.' - example: C - default_field: false - - name: indicator.file.elf.architecture - level: extended - type: keyword - ignore_above: 1024 - description: Machine architecture of the ELF file. - example: x86-64 - default_field: false - - name: indicator.file.elf.byte_order - level: extended - type: keyword - ignore_above: 1024 - description: Byte sequence of ELF file. - example: Little Endian - default_field: false - - name: indicator.file.elf.cpu_type - level: extended - type: keyword - ignore_above: 1024 - description: CPU type of the ELF file. - example: Intel - default_field: false - - name: indicator.file.elf.creation_date - level: extended - type: date - description: Extracted when possible from the file's metadata. Indicates when - it was built or compiled. It can also be faked by malware creators. - default_field: false - - name: indicator.file.elf.exports - level: extended - type: flattened - description: List of exported element names and types. - default_field: false - - name: indicator.file.elf.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in an ELF file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: indicator.file.elf.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: indicator.file.elf.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: indicator.file.elf.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: indicator.file.elf.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: indicator.file.elf.header.abi_version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF Application Binary Interface (ABI). - default_field: false - - name: indicator.file.elf.header.class - level: extended - type: keyword - ignore_above: 1024 - description: Header class of the ELF file. - default_field: false - - name: indicator.file.elf.header.data - level: extended - type: keyword - ignore_above: 1024 - description: Data table of the ELF header. - default_field: false - - name: indicator.file.elf.header.entrypoint - level: extended - type: long - format: string - description: Header entrypoint of the ELF file. - default_field: false - - name: indicator.file.elf.header.object_version - level: extended - type: keyword - ignore_above: 1024 - description: '"0x1" for original ELF files.' - default_field: false - - name: indicator.file.elf.header.os_abi - level: extended - type: keyword - ignore_above: 1024 - description: Application Binary Interface (ABI) of the Linux OS. - default_field: false - - name: indicator.file.elf.header.type - level: extended - type: keyword - ignore_above: 1024 - description: Header type of the ELF file. - default_field: false - - name: indicator.file.elf.header.version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF header. - default_field: false - - name: indicator.file.elf.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in an ELF file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is an ELF implementation of the Windows PE imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: indicator.file.elf.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: indicator.file.elf.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: indicator.file.elf.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: indicator.file.elf.sections - level: extended - type: nested - description: 'An array containing an object for each section of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.sections.*`.' - default_field: false - - name: indicator.file.elf.sections.chi2 - level: extended - type: long - format: number - description: Chi-square probability distribution of the section. - default_field: false - - name: indicator.file.elf.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: indicator.file.elf.sections.flags - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List flags. - default_field: false - - name: indicator.file.elf.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List name. - default_field: false - - name: indicator.file.elf.sections.physical_offset - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List offset. - default_field: false - - name: indicator.file.elf.sections.physical_size - level: extended - type: long - format: bytes - description: ELF Section List physical size. - default_field: false - - name: indicator.file.elf.sections.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List type. - default_field: false - - name: indicator.file.elf.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: indicator.file.elf.sections.virtual_address - level: extended - type: long - format: string - description: ELF Section List virtual address. - default_field: false - - name: indicator.file.elf.sections.virtual_size - level: extended - type: long - format: string - description: ELF Section List virtual size. - default_field: false - - name: indicator.file.elf.segments - level: extended - type: nested - description: 'An array containing an object for each segment of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.segments.*`.' - default_field: false - - name: indicator.file.elf.segments.sections - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment sections. - default_field: false - - name: indicator.file.elf.segments.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment type. - default_field: false - - name: indicator.file.elf.shared_libraries - level: extended - type: keyword - ignore_above: 1024 - description: List of shared libraries used by this ELF object. - default_field: false - - name: indicator.file.elf.telfhash - level: extended - type: keyword - ignore_above: 1024 - description: telfhash symbol hash for ELF file. - default_field: false - - name: indicator.file.extension - level: extended - type: keyword - ignore_above: 1024 - description: 'File extension, excluding the leading dot. - - Note that when the file name has multiple extensions (example.tar.gz), only - the last one should be captured ("gz", not "tar.gz").' - example: png - default_field: false - - name: indicator.file.fork_name - level: extended - type: keyword - ignore_above: 1024 - description: 'A fork is additional data associated with a filesystem object. - - On Linux, a resource fork is used to store additional data with a filesystem - object. A file always has at least one fork for the data portion, and additional - forks may exist. - - On NTFS, this is analogous to an Alternate Data Stream (ADS), and the default - data stream for a file is just called $DATA. Zone.Identifier is commonly used - by Windows to track contents downloaded from the Internet. An ADS is typically - of the form: `C:\path\to\filename.extension:some_fork_name`, and `some_fork_name` - is the value that should populate `fork_name`. `filename.extension` should - populate `file.name`, and `extension` should populate `file.extension`. The - full path, `file.path`, will include the fork name.' - example: Zone.Identifer - default_field: false - - name: indicator.file.gid - level: extended - type: keyword - ignore_above: 1024 - description: Primary group ID (GID) of the file. - example: '1001' - default_field: false - - name: indicator.file.group - level: extended - type: keyword - ignore_above: 1024 - description: Primary group name of the file. - example: alice - default_field: false - - name: indicator.file.hash.md5 - level: extended - type: keyword - ignore_above: 1024 - description: MD5 hash. + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 default_field: false - - name: indicator.file.hash.sha1 + - name: entry_leader.working_directory level: extended type: keyword ignore_above: 1024 - description: SHA1 hash. + multi_fields: + - name: text + type: match_only_text + description: The working directory of the process. + example: /home/alice default_field: false - - name: indicator.file.hash.sha256 + - name: env_vars level: extended type: keyword ignore_above: 1024 - description: SHA256 hash. + description: 'Array of environment variable bindings. Captured from a snapshot + of the environment at the time of execution. + + May be filtered to protect sensitive information.' + example: '["PATH=/usr/local/bin:/usr/bin", "USER=ubuntu"]' default_field: false - - name: indicator.file.hash.sha384 + - name: executable level: extended type: keyword ignore_above: 1024 - description: SHA384 hash. + multi_fields: + - name: text + type: match_only_text + default_field: false + description: Absolute path to the process executable. + example: /usr/bin/ssh + - name: exit_code + level: extended + type: long + description: 'The exit code of the process, if this is a termination event. + + The field should be absent if there is no exit code for the event (e.g. process + start).' + example: 137 default_field: false - - name: indicator.file.hash.sha512 + - name: group_leader.args level: extended type: keyword ignore_above: 1024 - description: SHA512 hash. + description: 'Array of process arguments, starting with the absolute path to + the executable. + + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' default_field: false - - name: indicator.file.hash.ssdeep + - name: group_leader.args_count level: extended - type: keyword - ignore_above: 1024 - description: SSDEEP hash. + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 default_field: false - - name: indicator.file.hash.tlsh + - name: group_leader.command_line level: extended - type: keyword - ignore_above: 1024 - description: TLSH hash. + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: 'Full command line that started the process, including the absolute + path to the executable, and all arguments. + + Some arguments may be filtered to protect sensitive information.' + example: /usr/bin/ssh -l user 10.0.0.16 default_field: false - - name: indicator.file.inode + - name: group_leader.entity_id level: extended type: keyword ignore_above: 1024 - description: Inode representing the file in the filesystem. - example: '256383' + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d default_field: false - - name: indicator.file.mime_type + - name: group_leader.executable level: extended type: keyword ignore_above: 1024 - description: MIME type should identify the format of the file or stream of bytes - using https://www.iana.org/assignments/media-types/media-types.xhtml[IANA - official types], where possible. When more than one type is applicable, the - most specific type should be used. + multi_fields: + - name: text + type: match_only_text + description: Absolute path to the process executable. + example: /usr/bin/ssh default_field: false - - name: indicator.file.mode + - name: group_leader.group.id level: extended type: keyword ignore_above: 1024 - description: Mode of the file in octal representation. - example: '0640' - default_field: false - - name: indicator.file.mtime - level: extended - type: date - description: Last time the file content was modified. + description: Unique identifier for the group on the system/platform. default_field: false - - name: indicator.file.name + - name: group_leader.group.name level: extended type: keyword ignore_above: 1024 - description: Name of the file including the extension, without the directory. - example: example.png + description: Name of the group. default_field: false - - name: indicator.file.owner + - name: group_leader.interactive level: extended - type: keyword - ignore_above: 1024 - description: File owner's username. - example: alice + type: boolean + description: 'Whether the process is connected to an interactive shell. + + Process interactivity is inferred from the processes file descriptors. If + the character device for the controlling tty is the same as stdin and stderr + for the process, the process is considered interactive. + + Note: A non-interactive process can belong to an interactive session and is + simply one that does not have open file descriptors reading the controlling + TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A + backgrounded process is still considered interactive if stdin and stderr are + connected to the controlling TTY.' + example: true default_field: false - - name: indicator.file.path + - name: group_leader.name level: extended type: keyword ignore_above: 1024 multi_fields: - name: text type: match_only_text - description: Full path to the file, including the file name. It should include - the drive letter, when appropriate. - example: /home/alice/example.png + description: 'Process name. + + Sometimes called program name or similar.' + example: ssh default_field: false - - name: indicator.file.pe.architecture - level: extended - type: keyword - ignore_above: 1024 - description: CPU architecture target for the file. - example: x64 + - name: group_leader.pid + level: core + type: long + format: string + description: Process id. + example: 4242 default_field: false - - name: indicator.file.pe.company + - name: group_leader.real_group.id level: extended type: keyword ignore_above: 1024 - description: Internal company name of the file, provided at compile-time. - example: Microsoft Corporation + description: Unique identifier for the group on the system/platform. default_field: false - - name: indicator.file.pe.description + - name: group_leader.real_group.name level: extended type: keyword ignore_above: 1024 - description: Internal description of the file, provided at compile-time. - example: Paint + description: Name of the group. default_field: false - - name: indicator.file.pe.file_version - level: extended + - name: group_leader.real_user.id + level: core type: keyword ignore_above: 1024 - description: Internal version of the file, provided at compile-time. - example: 6.3.9600.17415 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 default_field: false - - name: indicator.file.pe.go_import_hash - level: extended + - name: group_leader.real_user.name + level: core type: keyword ignore_above: 1024 - description: 'A hash of the Go language imports in a PE file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: indicator.file.pe.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: indicator.file.pe.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: indicator.file.pe.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein default_field: false - - name: indicator.file.pe.go_stripped + - name: group_leader.same_as_process level: extended type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: indicator.file.pe.imphash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An imphash -- or import hash - -- can be used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. + description: 'This boolean is used to identify if a leader process is the same + as the top level process. - Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' - example: 0c6803c4e922103c4dca5963aad36ddf + For example, if `process.group_leader.same_as_process = true`, it means the + process event in question is the leader of its process group. Details under + `process.*` like `pid` would be the same under `process.group_leader.*` The + same applies for both `process.session_leader` and `process.entry_leader`. + + This field exists to the benefit of EQL and other rule engines since it''s + not possible to compare equality between two fields in a single document. + e.g `process.entity_id` = `process.group_leader.entity_id` (top level process + is the process group leader) OR `process.entity_id` = `process.entry_leader.entity_id` + (top level process is the entry session leader) + + Instead these rules could be written like: `process.group_leader.same_as_process: + true` OR `process.entry_leader.same_as_process: true` + + Note: This field is only set on `process.entry_leader`, `process.session_leader` + and `process.group_leader`.' + example: true default_field: false - - name: indicator.file.pe.import_hash + - name: group_leader.saved_group.id level: extended type: keyword ignore_above: 1024 - description: 'A hash of the imports in a PE file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is a synonym for imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: indicator.file.pe.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: indicator.file.pe.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: indicator.file.pe.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. + description: Unique identifier for the group on the system/platform. default_field: false - - name: indicator.file.pe.original_file_name + - name: group_leader.saved_group.name level: extended type: keyword ignore_above: 1024 - description: Internal name of the file, provided at compile-time. - example: MSPAINT.EXE + description: Name of the group. default_field: false - - name: indicator.file.pe.pehash - level: extended + - name: group_leader.saved_user.id + level: core type: keyword ignore_above: 1024 - description: 'A hash of the PE header and data from one or more PE sections. - An pehash can be used to cluster files by transforming structural information - about a file into a hash value. - - Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' - example: 73ff189b63cd6be375a7ff25179a38d347651975 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 default_field: false - - name: indicator.file.pe.product - level: extended + - name: group_leader.saved_user.name + level: core type: keyword ignore_above: 1024 - description: Internal product name of the file, provided at compile-time. - example: "Microsoft\xAE Windows\xAE Operating System" + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein default_field: false - - name: indicator.file.pe.sections + - name: group_leader.start level: extended - type: nested - description: 'An array containing an object for each section of the PE file. - - The keys that should be present in these objects are defined by sub-fields - underneath `pe.sections.*`.' + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' default_field: false - - name: indicator.file.pe.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. + - name: group_leader.supplemental_groups.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. default_field: false - - name: indicator.file.pe.sections.name + - name: group_leader.supplemental_groups.name level: extended type: keyword ignore_above: 1024 - description: PE Section List name. + description: Name of the group. default_field: false - - name: indicator.file.pe.sections.physical_size + - name: group_leader.tty level: extended - type: long - format: bytes - description: PE Section List physical size. + type: object + description: Information about the controlling TTY device. If set, the process + belongs to an interactive session. default_field: false - - name: indicator.file.pe.sections.var_entropy + - name: group_leader.tty.char_device.major level: extended type: long - format: number - description: Variance for Shannon entropy calculation from the section. + description: The major number identifies the driver associated with the device. + The character device's major and minor numbers can be algorithmically combined + to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". + For more details, please refer to the Linux kernel documentation. + example: 4 default_field: false - - name: indicator.file.pe.sections.virtual_size + - name: group_leader.tty.char_device.minor level: extended type: long - format: string - description: PE Section List virtual size. This is always the same as `physical_size`. + description: "The minor number is used only by the driver specified by the major\ + \ number; other parts of the kernel don\u2019t use it, and merely pass it\ + \ along to the driver. It is common for a driver to control several devices;\ + \ the minor number provides a way for the driver to differentiate among them." + example: 1 default_field: false - - name: indicator.file.size - level: extended + - name: group_leader.user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: group_leader.user.name + level: core + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: group_leader.vpid + level: core type: long - description: 'File size in bytes. + format: string + description: 'Virtual process id. - Only relevant when `file.type` is "file".' - example: 16384 + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 default_field: false - - name: indicator.file.target_path + - name: group_leader.working_directory level: extended type: keyword ignore_above: 1024 multi_fields: - name: text type: match_only_text - description: Target path for symlinks. + description: The working directory of the process. + example: /home/alice default_field: false - - name: indicator.file.type + - name: hash.md5 level: extended type: keyword ignore_above: 1024 - description: File type (file, dir, or symlink). - example: file - default_field: false - - name: indicator.file.uid + description: MD5 hash. + - name: hash.sha1 level: extended type: keyword ignore_above: 1024 - description: The user ID (UID) or security identifier (SID) of the file owner. - example: '1001' - default_field: false - - name: indicator.file.x509.alternative_names + description: SHA1 hash. + - name: hash.sha256 level: extended type: keyword ignore_above: 1024 - description: List of subject alternative names (SAN). Name types vary by certificate - authority and certificate type but commonly contain IP addresses, DNS names - (and wildcards), and email addresses. - example: '*.elastic.co' - default_field: false - - name: indicator.file.x509.issuer.common_name + description: SHA256 hash. + - name: hash.sha384 level: extended type: keyword ignore_above: 1024 - description: List of common name (CN) of issuing certificate authority. - example: Example SHA2 High Assurance Server CA + description: SHA384 hash. default_field: false - - name: indicator.file.x509.issuer.country + - name: hash.sha512 level: extended type: keyword ignore_above: 1024 - description: List of country \(C) codes - example: US - default_field: false - - name: indicator.file.x509.issuer.distinguished_name + description: SHA512 hash. + - name: hash.ssdeep level: extended type: keyword ignore_above: 1024 - description: Distinguished name (DN) of issuing certificate authority. - example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance - Server CA + description: SSDEEP hash. default_field: false - - name: indicator.file.x509.issuer.locality + - name: hash.tlsh level: extended type: keyword ignore_above: 1024 - description: List of locality names (L) - example: Mountain View + description: TLSH hash. default_field: false - - name: indicator.file.x509.issuer.organization + - name: interactive level: extended - type: keyword - ignore_above: 1024 - description: List of organizations (O) of issuing certificate authority. - example: Example Inc + type: boolean + description: 'Whether the process is connected to an interactive shell. + + Process interactivity is inferred from the processes file descriptors. If + the character device for the controlling tty is the same as stdin and stderr + for the process, the process is considered interactive. + + Note: A non-interactive process can belong to an interactive session and is + simply one that does not have open file descriptors reading the controlling + TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A + backgrounded process is still considered interactive if stdin and stderr are + connected to the controlling TTY.' + example: true default_field: false - - name: indicator.file.x509.issuer.organizational_unit + - name: io level: extended - type: keyword - ignore_above: 1024 - description: List of organizational units (OU) of issuing certificate authority. - example: www.example.com + type: object + description: 'A chunk of input or output (IO) from a single process. + + This field only appears on the top level process object, which is the process + that wrote the output or read the input.' default_field: false - - name: indicator.file.x509.issuer.state_or_province + - name: io.bytes_skipped level: extended - type: keyword - ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California + type: object + description: An array of byte offsets and lengths denoting where IO data has + been skipped. default_field: false - - name: indicator.file.x509.not_after + - name: io.bytes_skipped.length level: extended - type: date - description: Time at which the certificate is no longer considered valid. - example: '2020-07-16T03:15:39Z' + type: long + description: The length of bytes skipped. default_field: false - - name: indicator.file.x509.not_before + - name: io.bytes_skipped.offset level: extended - type: date - description: Time at which the certificate is first considered valid. - example: '2019-08-16T01:40:25Z' + type: long + description: The byte offset into this event's io.text (or io.bytes in the future) + where length bytes were skipped. default_field: false - - name: indicator.file.x509.public_key_algorithm + - name: io.max_bytes_per_process_exceeded level: extended - type: keyword - ignore_above: 1024 - description: Algorithm used to generate the public key. - example: RSA + type: boolean + description: If true, the process producing the output has exceeded the max_kilobytes_per_process + configuration setting. default_field: false - - name: indicator.file.x509.public_key_curve + - name: io.text level: extended - type: keyword - ignore_above: 1024 - description: The curve used by the elliptic curve public key algorithm. This - is algorithm specific. - example: nistp521 + type: wildcard + description: 'A chunk of output or input sanitized to UTF-8. + + Best efforts are made to ensure complete lines are captured in these events. + Assumptions should NOT be made that multiple lines will appear in the same + event. TTY output may contain terminal control codes such as for cursor movement, + so some string queries may not match due to terminal codes inserted between + characters of a word.' default_field: false - - name: indicator.file.x509.public_key_exponent + - name: io.total_bytes_captured level: extended type: long - description: Exponent used to derive the public key. This is algorithm specific. - example: 65537 - index: false - doc_values: false + description: The total number of bytes captured in this event. default_field: false - - name: indicator.file.x509.public_key_size + - name: io.total_bytes_skipped level: extended type: long - description: The size of the public key space in bits. - example: 2048 + description: The total number of bytes that were not captured due to implementation + restrictions such as buffer size limits. Implementors should strive to ensure + this value is always zero default_field: false - - name: indicator.file.x509.serial_number + - name: io.type level: extended type: keyword ignore_above: 1024 - description: Unique serial number issued by the certificate authority. For consistency, - if this value is alphanumeric, it should be formatted without colons and uppercase - characters. - example: 55FBB9C7DEBF09809D12CCAA + description: 'The type of object on which the IO action (read or write) was + taken. + + Currently only ''tty'' is supported. Other types may be added in the future + for ''file'' and ''socket'' support.' default_field: false - - name: indicator.file.x509.signature_algorithm + - name: macho.go_import_hash level: extended type: keyword ignore_above: 1024 - description: Identifier for certificate signature algorithm. We recommend using - names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. - example: SHA256-RSA + description: 'A hash of the Go language imports in a Mach-O file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 default_field: false - - name: indicator.file.x509.subject.common_name + - name: macho.go_imports level: extended - type: keyword - ignore_above: 1024 - description: List of common names (CN) of subject. - example: shared.global.example.net + type: flattened + description: List of imported Go language element names and types. default_field: false - - name: indicator.file.x509.subject.country + - name: macho.go_imports_names_entropy level: extended - type: keyword - ignore_above: 1024 - description: List of country \(C) code - example: US + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. default_field: false - - name: indicator.file.x509.subject.distinguished_name + - name: macho.go_imports_names_var_entropy level: extended - type: keyword - ignore_above: 1024 - description: Distinguished name (DN) of the certificate subject entity. - example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. default_field: false - - name: indicator.file.x509.subject.locality + - name: macho.go_stripped level: extended - type: keyword - ignore_above: 1024 - description: List of locality names (L) - example: San Francisco + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. default_field: false - - name: indicator.file.x509.subject.organization + - name: macho.import_hash level: extended type: keyword ignore_above: 1024 - description: List of organizations (O) of subject. - example: Example, Inc. + description: 'A hash of the imports in a Mach-O file. An import hash can be + used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + This is a synonym for symhash.' + example: d41d8cd98f00b204e9800998ecf8427e default_field: false - - name: indicator.file.x509.subject.organizational_unit + - name: macho.imports level: extended - type: keyword - ignore_above: 1024 - description: List of organizational units (OU) of subject. + type: flattened + description: List of imported element names and types. default_field: false - - name: indicator.file.x509.subject.state_or_province + - name: macho.imports_names_entropy level: extended - type: keyword - ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. default_field: false - - name: indicator.file.x509.version_number + - name: macho.imports_names_var_entropy level: extended - type: keyword - ignore_above: 1024 - description: Version of x509 format. - example: 3 + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. default_field: false - - name: indicator.first_seen + - name: macho.sections level: extended - type: date - description: The date and time when intelligence source first reported sighting - this indicator. - example: '2020-11-05T17:25:47.000Z' + type: nested + description: 'An array containing an object for each section of the Mach-O file. + + The keys that should be present in these objects are defined by sub-fields + underneath `macho.sections.*`.' default_field: false - - name: indicator.geo.city_name - level: core - type: keyword - ignore_above: 1024 - description: City name. - example: Montreal + - name: macho.sections.entropy + level: extended + type: long + format: number + description: Shannon entropy calculation from the section. default_field: false - - name: indicator.geo.continent_code - level: core + - name: macho.sections.name + level: extended type: keyword ignore_above: 1024 - description: Two-letter code representing continent's name. - example: NA + description: Mach-O Section List name. default_field: false - - name: indicator.geo.continent_name - level: core - type: keyword - ignore_above: 1024 - description: Name of the continent. - example: North America + - name: macho.sections.physical_size + level: extended + type: long + format: bytes + description: Mach-O Section List physical size. default_field: false - - name: indicator.geo.country_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Country ISO code. - example: CA + - name: macho.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. default_field: false - - name: indicator.geo.country_name - level: core + - name: macho.sections.virtual_size + level: extended + type: long + format: string + description: Mach-O Section List virtual size. This is always the same as `physical_size`. + default_field: false + - name: macho.symhash + level: extended type: keyword ignore_above: 1024 - description: Country name. - example: Canada - default_field: false - - name: indicator.geo.location - level: core - type: geo_point - description: Longitude and latitude. - example: '{ "lon": -73.614830, "lat": 45.505918 }' + description: 'A hash of the imports in a Mach-O file. An import hash can be + used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + This is a Mach-O implementation of the Windows PE imphash' + example: d3ccf195b62a9279c3c19af1080497ec default_field: false - - name: indicator.geo.name + - name: name level: extended type: keyword ignore_above: 1024 - description: 'User-defined description of a location, at the level of granularity - they care about. - - Could be the name of their data centers, the floor number, if this describes - a local physical entity, city names. + multi_fields: + - name: text + type: match_only_text + default_field: false + description: 'Process name. - Not typically used in automated geolocation.' - example: boston-dc - default_field: false - - name: indicator.geo.postal_code - level: core + Sometimes called program name or similar.' + example: ssh + - name: parent.args + level: extended type: keyword ignore_above: 1024 - description: 'Postal code associated with the location. + description: 'Array of process arguments, starting with the absolute path to + the executable. - Values appropriate for this field may also be known as a postcode or ZIP code - and will vary widely from country to country.' - example: 94040 + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' default_field: false - - name: indicator.geo.region_iso_code - level: core - type: keyword - ignore_above: 1024 - description: Region ISO code. - example: CA-QC + - name: parent.args_count + level: extended + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 default_field: false - - name: indicator.geo.region_name - level: core + - name: parent.code_signature.digest_algorithm + level: extended type: keyword ignore_above: 1024 - description: Region name. - example: Quebec + description: 'The hashing algorithm used to sign the process. + + This value can distinguish signatures when a file is signed multiple times + by the same signer but with a different digest algorithm.' + example: sha256 default_field: false - - name: indicator.geo.timezone + - name: parent.code_signature.exists level: core - type: keyword - ignore_above: 1024 - description: The time zone of the location, such as IANA time zone name. - example: America/Argentina/Buenos_Aires + type: boolean + description: Boolean to capture if a signature is present. + example: 'true' default_field: false - - name: indicator.id + - name: parent.code_signature.signing_id level: extended type: keyword ignore_above: 1024 - description: "The ID of the indicator used by this threat to conduct behavior\ - \ commonly modeled using MITRE ATT&CK\xAE. This field can have multiple values\ - \ to allow for the identification of the same indicator across systems that\ - \ use different ID formats.\nWhile not required, a common approach is to use\ - \ a STIX 2.x indicator ID." - example: '[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37]' - default_field: false - - name: indicator.ip - level: extended - type: ip - description: Identifies a threat indicator as an IP address (irrespective of - direction). - example: 1.2.3.4 + description: 'The identifier used to sign the process. + + This is used to identify the application manufactured by a software vendor. + The field is relevant to Apple *OS only.' + example: com.apple.xpc.proxy default_field: false - - name: indicator.last_seen + - name: parent.code_signature.status level: extended - type: date - description: The date and time when intelligence source last reported sighting - this indicator. - example: '2020-11-05T17:25:47.000Z' + type: keyword + ignore_above: 1024 + description: 'Additional information about the certificate status. + + This is useful for logging cryptographic errors with the certificate validity + or trust status. Leave unpopulated if the validity or trust of the certificate + was unchecked.' + example: ERROR_UNTRUSTED_ROOT default_field: false - - name: indicator.marking.tlp - level: extended + - name: parent.code_signature.subject_name + level: core type: keyword ignore_above: 1024 - description: Traffic Light Protocol sharing markings. - example: CLEAR + description: Subject name of the code signer + example: Microsoft Corporation default_field: false - - name: indicator.marking.tlp_version + - name: parent.code_signature.team_id level: extended type: keyword ignore_above: 1024 - description: Traffic Light Protocol version. - example: 2.0 + description: 'The team identifier used to sign the process. + + This is used to identify the team or vendor of a software product. The field + is relevant to Apple *OS only.' + example: EQHXZ8M8AV default_field: false - - name: indicator.modified_at + - name: parent.code_signature.timestamp level: extended type: date - description: The date and time when intelligence source last modified information - for this indicator. - example: '2020-11-05T17:25:47.000Z' + description: Date and time when the code signature was generated and signed. + example: '2021-01-01T12:10:30Z' default_field: false - - name: indicator.name + - name: parent.code_signature.trusted level: extended - type: keyword - ignore_above: 1024 - description: 'The display name indicator in an UI friendly format + type: boolean + description: 'Stores the trust status of the certificate chain. - URL, IP address, email address, registry key, port number, hash value, or - other relevant name can serve as the display name.' - example: 5.2.75.227 + Validating the trust of the certificate chain may be complicated, and this + field should only be populated by tools that actively check the status.' + example: 'true' default_field: false - - name: indicator.port + - name: parent.code_signature.valid level: extended - type: long - description: Identifies a threat indicator as a port number (irrespective of - direction). - example: 443 + type: boolean + description: 'Boolean to capture if the digital signature is verified against + the binary content. + + Leave unpopulated if a certificate was unchecked.' + example: 'true' default_field: false - - name: indicator.provider + - name: parent.command_line level: extended - type: keyword - ignore_above: 1024 - description: The name of the indicator's provider. - example: lrz_urlhaus + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: 'Full command line that started the process, including the absolute + path to the executable, and all arguments. + + Some arguments may be filtered to protect sensitive information.' + example: /usr/bin/ssh -l user 10.0.0.16 default_field: false - - name: indicator.reference + - name: parent.elf.architecture level: extended type: keyword ignore_above: 1024 - description: Reference URL linking to additional information about this indicator. - example: https://system.example.com/indicator/0001234 + description: Machine architecture of the ELF file. + example: x86-64 default_field: false - - name: indicator.registry.data.bytes + - name: parent.elf.byte_order level: extended type: keyword ignore_above: 1024 - description: 'Original bytes written with base64 encoding. - - For Windows registry operations, such as SetValueEx and RegQueryValueEx, this - corresponds to the data pointed by `lp_data`. This is optional but provides - better recoverability and should be populated for REG_BINARY encoded values.' - example: ZQBuAC0AVQBTAAAAZQBuAAAAAAA= - default_field: false - - name: indicator.registry.data.strings - level: core - type: wildcard - description: 'Content when writing string types. - - Populated as an array when writing string data to the registry. For single - string registry types (REG_SZ, REG_EXPAND_SZ), this should be an array with - one string. For sequences of string with REG_MULTI_SZ, this array will be - variable length. For numeric data, such as REG_DWORD and REG_QWORD, this should - be populated with the decimal representation (e.g `"1"`).' - example: '["C:\rta\red_ttp\bin\myapp.exe"]' - default_field: false - - name: indicator.registry.data.type - level: core - type: keyword - ignore_above: 1024 - description: Standard registry type for encoding contents - example: REG_SZ + description: Byte sequence of ELF file. + example: Little Endian default_field: false - - name: indicator.registry.hive - level: core + - name: parent.elf.cpu_type + level: extended type: keyword ignore_above: 1024 - description: Abbreviated name for the hive. - example: HKLM + description: CPU type of the ELF file. + example: Intel default_field: false - - name: indicator.registry.key - level: core - type: keyword - ignore_above: 1024 - description: Hive-relative path of keys. - example: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe + - name: parent.elf.creation_date + level: extended + type: date + description: Extracted when possible from the file's metadata. Indicates when + it was built or compiled. It can also be faked by malware creators. default_field: false - - name: indicator.registry.path - level: core - type: keyword - ignore_above: 1024 - description: Full path, including hive, key and value - example: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution - Options\winword.exe\Debugger + - name: parent.elf.exports + level: extended + type: flattened + description: List of exported element names and types. default_field: false - - name: indicator.registry.value - level: core + - name: parent.elf.go_import_hash + level: extended type: keyword ignore_above: 1024 - description: Name of the value written. - example: Debugger + description: 'A hash of the Go language imports in an ELF file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 default_field: false - - name: indicator.scanner_stats + - name: parent.elf.go_imports level: extended - type: long - description: Count of AV/EDR vendors that successfully detected malicious file - or URL. - example: 4 + type: flattened + description: List of imported Go language element names and types. default_field: false - - name: indicator.sightings + - name: parent.elf.go_imports_names_entropy level: extended type: long - description: Number of times this indicator was observed conducting threat activity. - example: 20 + format: number + description: Shannon entropy calculation from the list of Go imports. default_field: false - - name: indicator.type + - name: parent.elf.go_imports_names_var_entropy level: extended - type: keyword - ignore_above: 1024 - description: Type of indicator as represented by Cyber Observable in STIX 2.0. - example: ipv4-addr + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. default_field: false - - name: indicator.url.domain + - name: parent.elf.go_stripped level: extended - type: keyword - ignore_above: 1024 - description: 'Domain of the url, such as "www.elastic.co". - - In some cases a URL may refer to an IP and/or port directly, without a domain - name. In this case, the IP address would go to the `domain` field. - - If the URL contains a literal IPv6 address enclosed by `[` and `]` (IETF RFC - 2732), the `[` and `]` characters should also be captured in the `domain` - field.' - example: www.elastic.co + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. default_field: false - - name: indicator.url.extension + - name: parent.elf.header.abi_version level: extended type: keyword ignore_above: 1024 - description: 'The field contains the file extension from the original request - url, excluding the leading dot. - - The file extension is only set if it exists, as not every url has a file extension. - - The leading period must not be included. For example, the value must be "png", - not ".png". - - Note that when the file name has multiple extensions (example.tar.gz), only - the last one should be captured ("gz", not "tar.gz").' - example: png + description: Version of the ELF Application Binary Interface (ABI). default_field: false - - name: indicator.url.fragment + - name: parent.elf.header.class level: extended type: keyword ignore_above: 1024 - description: 'Portion of the url after the `#`, such as "top". - - The `#` is not part of the fragment.' - default_field: false - - name: indicator.url.full - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - description: If full URLs are important to your use case, they should be stored - in `url.full`, whether this field is reconstructed or present in the event - source. - example: https://www.elastic.co:443/search?q=elasticsearch#top - default_field: false - - name: indicator.url.original - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - description: 'Unmodified original url as seen in the event source. - - Note that in network monitoring, the observed URL may be a full URL, whereas - in access logs, the URL is often just represented as a path. - - This field is meant to represent the URL as it was observed, complete or not.' - example: https://www.elastic.co:443/search?q=elasticsearch#top or /search?q=elasticsearch + description: Header class of the ELF file. default_field: false - - name: indicator.url.password + - name: parent.elf.header.data level: extended type: keyword ignore_above: 1024 - description: Password of the request. - default_field: false - - name: indicator.url.path - level: extended - type: wildcard - description: Path of the request, such as "/search". + description: Data table of the ELF header. default_field: false - - name: indicator.url.port + - name: parent.elf.header.entrypoint level: extended type: long format: string - description: Port of the request, such as 443. - example: 443 + description: Header entrypoint of the ELF file. default_field: false - - name: indicator.url.query + - name: parent.elf.header.object_version level: extended type: keyword ignore_above: 1024 - description: 'The query field describes the query string of the request, such - as "q=elasticsearch". - - The `?` is excluded from the query string. If a URL contains no `?`, there - is no query field. If there is a `?` but no query, the query field exists - with an empty string. The `exists` query can be used to differentiate between - the two cases.' + description: '"0x1" for original ELF files.' default_field: false - - name: indicator.url.registered_domain + - name: parent.elf.header.os_abi level: extended type: keyword ignore_above: 1024 - description: 'The highest registered url domain, stripped of the subdomain. - - For example, the registered domain for "foo.example.com" is "example.com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last two labels will not work well for TLDs such as "co.uk".' - example: example.com + description: Application Binary Interface (ABI) of the Linux OS. default_field: false - - name: indicator.url.scheme + - name: parent.elf.header.type level: extended type: keyword ignore_above: 1024 - description: 'Scheme of the request, such as "https". - - Note: The `:` is not part of the scheme.' - example: https + description: Header type of the ELF file. default_field: false - - name: indicator.url.subdomain + - name: parent.elf.header.version level: extended type: keyword ignore_above: 1024 - description: 'The subdomain portion of a fully qualified domain name includes - all of the names except the host name under the registered_domain. In a partially - qualified domain, or if the the qualification level of the full name cannot - be determined, subdomain contains all of the names below the registered domain. - - For example the subdomain portion of "www.east.mydomain.co.uk" is "east". - If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", - the subdomain field should contain "sub2.sub1", with no trailing period.' - example: east + description: Version of the ELF header. default_field: false - - name: indicator.url.top_level_domain + - name: parent.elf.import_hash level: extended type: keyword ignore_above: 1024 - description: 'The effective top level domain (eTLD), also known as the domain - suffix, is the last part of the domain name. For example, the top level domain - for example.com is "com". + description: 'A hash of the imports in an ELF file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last label will not work well for effective TLDs such as "co.uk".' - example: co.uk + This is an ELF implementation of the Windows PE imphash.' + example: d41d8cd98f00b204e9800998ecf8427e default_field: false - - name: indicator.url.username + - name: parent.elf.imports level: extended - type: keyword - ignore_above: 1024 - description: Username of the request. + type: flattened + description: List of imported element names and types. default_field: false - - name: indicator.x509.alternative_names + - name: parent.elf.imports_names_entropy level: extended - type: keyword - ignore_above: 1024 - description: List of subject alternative names (SAN). Name types vary by certificate - authority and certificate type but commonly contain IP addresses, DNS names - (and wildcards), and email addresses. - example: '*.elastic.co' + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. default_field: false - - name: indicator.x509.issuer.common_name + - name: parent.elf.imports_names_var_entropy level: extended - type: keyword - ignore_above: 1024 - description: List of common name (CN) of issuing certificate authority. - example: Example SHA2 High Assurance Server CA + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. default_field: false - - name: indicator.x509.issuer.country + - name: parent.elf.sections level: extended - type: keyword - ignore_above: 1024 - description: List of country \(C) codes - example: US + type: nested + description: 'An array containing an object for each section of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.sections.*`.' default_field: false - - name: indicator.x509.issuer.distinguished_name + - name: parent.elf.sections.chi2 level: extended - type: keyword - ignore_above: 1024 - description: Distinguished name (DN) of issuing certificate authority. - example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance - Server CA + type: long + format: number + description: Chi-square probability distribution of the section. default_field: false - - name: indicator.x509.issuer.locality + - name: parent.elf.sections.entropy level: extended - type: keyword - ignore_above: 1024 - description: List of locality names (L) - example: Mountain View + type: long + format: number + description: Shannon entropy calculation from the section. default_field: false - - name: indicator.x509.issuer.organization + - name: parent.elf.sections.flags level: extended type: keyword ignore_above: 1024 - description: List of organizations (O) of issuing certificate authority. - example: Example Inc + description: ELF Section List flags. default_field: false - - name: indicator.x509.issuer.organizational_unit + - name: parent.elf.sections.name level: extended type: keyword ignore_above: 1024 - description: List of organizational units (OU) of issuing certificate authority. - example: www.example.com + description: ELF Section List name. default_field: false - - name: indicator.x509.issuer.state_or_province + - name: parent.elf.sections.physical_offset level: extended type: keyword ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California - default_field: false - - name: indicator.x509.not_after - level: extended - type: date - description: Time at which the certificate is no longer considered valid. - example: '2020-07-16T03:15:39Z' + description: ELF Section List offset. default_field: false - - name: indicator.x509.not_before + - name: parent.elf.sections.physical_size level: extended - type: date - description: Time at which the certificate is first considered valid. - example: '2019-08-16T01:40:25Z' + type: long + format: bytes + description: ELF Section List physical size. default_field: false - - name: indicator.x509.public_key_algorithm + - name: parent.elf.sections.type level: extended type: keyword ignore_above: 1024 - description: Algorithm used to generate the public key. - example: RSA + description: ELF Section List type. default_field: false - - name: indicator.x509.public_key_curve + - name: parent.elf.sections.var_entropy level: extended - type: keyword - ignore_above: 1024 - description: The curve used by the elliptic curve public key algorithm. This - is algorithm specific. - example: nistp521 + type: long + format: number + description: Variance for Shannon entropy calculation from the section. default_field: false - - name: indicator.x509.public_key_exponent + - name: parent.elf.sections.virtual_address level: extended type: long - description: Exponent used to derive the public key. This is algorithm specific. - example: 65537 - index: false - doc_values: false + format: string + description: ELF Section List virtual address. default_field: false - - name: indicator.x509.public_key_size + - name: parent.elf.sections.virtual_size level: extended type: long - description: The size of the public key space in bits. - example: 2048 + format: string + description: ELF Section List virtual size. default_field: false - - name: indicator.x509.serial_number + - name: parent.elf.segments level: extended - type: keyword - ignore_above: 1024 - description: Unique serial number issued by the certificate authority. For consistency, - if this value is alphanumeric, it should be formatted without colons and uppercase - characters. - example: 55FBB9C7DEBF09809D12CCAA + type: nested + description: 'An array containing an object for each segment of the ELF file. + + The keys that should be present in these objects are defined by sub-fields + underneath `elf.segments.*`.' default_field: false - - name: indicator.x509.signature_algorithm + - name: parent.elf.segments.sections level: extended type: keyword ignore_above: 1024 - description: Identifier for certificate signature algorithm. We recommend using - names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. - example: SHA256-RSA + description: ELF object segment sections. default_field: false - - name: indicator.x509.subject.common_name + - name: parent.elf.segments.type level: extended type: keyword ignore_above: 1024 - description: List of common names (CN) of subject. - example: shared.global.example.net + description: ELF object segment type. default_field: false - - name: indicator.x509.subject.country + - name: parent.elf.shared_libraries level: extended type: keyword ignore_above: 1024 - description: List of country \(C) code - example: US + description: List of shared libraries used by this ELF object. default_field: false - - name: indicator.x509.subject.distinguished_name + - name: parent.elf.telfhash level: extended type: keyword ignore_above: 1024 - description: Distinguished name (DN) of the certificate subject entity. - example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net + description: telfhash symbol hash for ELF file. default_field: false - - name: indicator.x509.subject.locality + - name: parent.end level: extended - type: keyword - ignore_above: 1024 - description: List of locality names (L) - example: San Francisco + type: date + description: The time the process ended. + example: '2016-05-23T08:05:34.853Z' default_field: false - - name: indicator.x509.subject.organization + - name: parent.entity_id level: extended type: keyword ignore_above: 1024 - description: List of organizations (O) of subject. - example: Example, Inc. + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d default_field: false - - name: indicator.x509.subject.organizational_unit + - name: parent.executable level: extended type: keyword ignore_above: 1024 - description: List of organizational units (OU) of subject. + multi_fields: + - name: text + type: match_only_text + description: Absolute path to the process executable. + example: /usr/bin/ssh default_field: false - - name: indicator.x509.subject.state_or_province + - name: parent.exit_code level: extended - type: keyword - ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California + type: long + description: 'The exit code of the process, if this is a termination event. + + The field should be absent if there is no exit code for the event (e.g. process + start).' + example: 137 default_field: false - - name: indicator.x509.version_number + - name: parent.group.id level: extended type: keyword ignore_above: 1024 - description: Version of x509 format. - example: 3 + description: Unique identifier for the group on the system/platform. default_field: false - - name: software.alias + - name: parent.group.name level: extended type: keyword ignore_above: 1024 - description: "The alias(es) of the software for a set of related intrusion activity\ - \ that are tracked by a common name in the security community.\nWhile not\ - \ required, you can use a MITRE ATT&CK\xAE associated software description." - example: '[ "X-Agent" ]' + description: Name of the group. default_field: false - - name: software.id + - name: parent.group_leader.entity_id level: extended type: keyword ignore_above: 1024 - description: "The id of the software used by this threat to conduct behavior\ - \ commonly modeled using MITRE ATT&CK\xAE.\nWhile not required, you can use\ - \ a MITRE ATT&CK\xAE software id." - example: S0552 + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: parent.group_leader.pid + level: core + type: long + format: string + description: Process id. + example: 4242 default_field: false - - name: software.name + - name: parent.group_leader.start level: extended - type: keyword - ignore_above: 1024 - description: "The name of the software used by this threat to conduct behavior\ - \ commonly modeled using MITRE ATT&CK\xAE.\nWhile not required, you can use\ - \ a MITRE ATT&CK\xAE software name." - example: AdFind + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: parent.group_leader.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 default_field: false - - name: software.platforms + - name: parent.hash.md5 level: extended type: keyword ignore_above: 1024 - description: "The platforms of the software used by this threat to conduct behavior\ - \ commonly modeled using MITRE ATT&CK\xAE.\nWhile not required, you can use\ - \ MITRE ATT&CK\xAE software platform values." - example: '[ "Windows" ]' + description: MD5 hash. default_field: false - - name: software.reference + - name: parent.hash.sha1 level: extended type: keyword ignore_above: 1024 - description: "The reference URL of the software used by this threat to conduct\ - \ behavior commonly modeled using MITRE ATT&CK\xAE.\nWhile not required, you\ - \ can use a MITRE ATT&CK\xAE software reference URL." - example: https://attack.mitre.org/software/S0552/ + description: SHA1 hash. default_field: false - - name: software.type + - name: parent.hash.sha256 level: extended type: keyword ignore_above: 1024 - description: "The type of software used by this threat to conduct behavior commonly\ - \ modeled using MITRE ATT&CK\xAE.\nWhile not required, you can use a MITRE\ - \ ATT&CK\xAE software type." - example: Tool + description: SHA256 hash. default_field: false - - name: tactic.id + - name: parent.hash.sha384 level: extended type: keyword ignore_above: 1024 - description: "The id of tactic used by this threat. You can use a MITRE ATT&CK\xAE\ - \ tactic, for example. (ex. https://attack.mitre.org/tactics/TA0002/ )" - example: TA0002 - - name: tactic.name + description: SHA384 hash. + default_field: false + - name: parent.hash.sha512 level: extended type: keyword ignore_above: 1024 - description: "Name of the type of tactic used by this threat. You can use a\ - \ MITRE ATT&CK\xAE tactic, for example. (ex. https://attack.mitre.org/tactics/TA0002/)" - example: Execution - - name: tactic.reference + description: SHA512 hash. + default_field: false + - name: parent.hash.ssdeep level: extended type: keyword ignore_above: 1024 - description: "The reference url of tactic used by this threat. You can use a\ - \ MITRE ATT&CK\xAE tactic, for example. (ex. https://attack.mitre.org/tactics/TA0002/\ - \ )" - example: https://attack.mitre.org/tactics/TA0002/ - - name: technique.id + description: SSDEEP hash. + default_field: false + - name: parent.hash.tlsh level: extended type: keyword ignore_above: 1024 - description: "The id of technique used by this threat. You can use a MITRE ATT&CK\xAE\ - \ technique, for example. (ex. https://attack.mitre.org/techniques/T1059/)" - example: T1059 - - name: technique.name + description: TLSH hash. + default_field: false + - name: parent.interactive level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: "The name of technique used by this threat. You can use a MITRE\ - \ ATT&CK\xAE technique, for example. (ex. https://attack.mitre.org/techniques/T1059/)" - example: Command and Scripting Interpreter - - name: technique.reference + type: boolean + description: 'Whether the process is connected to an interactive shell. + + Process interactivity is inferred from the processes file descriptors. If + the character device for the controlling tty is the same as stdin and stderr + for the process, the process is considered interactive. + + Note: A non-interactive process can belong to an interactive session and is + simply one that does not have open file descriptors reading the controlling + TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A + backgrounded process is still considered interactive if stdin and stderr are + connected to the controlling TTY.' + example: true + default_field: false + - name: parent.macho.go_import_hash level: extended type: keyword ignore_above: 1024 - description: "The reference url of technique used by this threat. You can use\ - \ a MITRE ATT&CK\xAE technique, for example. (ex. https://attack.mitre.org/techniques/T1059/)" - example: https://attack.mitre.org/techniques/T1059/ - - name: technique.subtechnique.id + description: 'A hash of the Go language imports in a Mach-O file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 + default_field: false + - name: parent.macho.go_imports level: extended - type: keyword - ignore_above: 1024 - description: "The full id of subtechnique used by this threat. You can use a\ - \ MITRE ATT&CK\xAE subtechnique, for example. (ex. https://attack.mitre.org/techniques/T1059/001/)" - example: T1059.001 + type: flattened + description: List of imported Go language element names and types. default_field: false - - name: technique.subtechnique.name + - name: parent.macho.go_imports_names_entropy level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: "The name of subtechnique used by this threat. You can use a MITRE\ - \ ATT&CK\xAE subtechnique, for example. (ex. https://attack.mitre.org/techniques/T1059/001/)" - example: PowerShell + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. default_field: false - - name: technique.subtechnique.reference + - name: parent.macho.go_imports_names_var_entropy level: extended - type: keyword - ignore_above: 1024 - description: "The reference url of subtechnique used by this threat. You can\ - \ use a MITRE ATT&CK\xAE subtechnique, for example. (ex. https://attack.mitre.org/techniques/T1059/001/)" - example: https://attack.mitre.org/techniques/T1059/001/ + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. default_field: false - - name: tls - title: TLS - group: 2 - description: Fields related to a TLS connection. These fields focus on the TLS - protocol itself and intentionally avoids in-depth analysis of the related x.509 - certificate files. - type: group - default_field: true - fields: - - name: cipher + - name: parent.macho.go_stripped level: extended - type: keyword - ignore_above: 1024 - description: String indicating the cipher used during the current connection. - example: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. default_field: false - - name: client.certificate + - name: parent.macho.import_hash level: extended type: keyword ignore_above: 1024 - description: PEM-encoded stand-alone certificate offered by the client. This - is usually mutually-exclusive of `client.certificate_chain` since this value - also exists in that list. - example: MII... + description: 'A hash of the imports in a Mach-O file. An import hash can be + used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + This is a synonym for symhash.' + example: d41d8cd98f00b204e9800998ecf8427e default_field: false - - name: client.certificate_chain + - name: parent.macho.imports level: extended - type: keyword - ignore_above: 1024 - description: Array of PEM-encoded certificates that make up the certificate - chain offered by the client. This is usually mutually-exclusive of `client.certificate` - since that value should be the first certificate in the chain. - example: '["MII...", "MII..."]' + type: flattened + description: List of imported element names and types. default_field: false - - name: client.hash.md5 + - name: parent.macho.imports_names_entropy level: extended - type: keyword - ignore_above: 1024 - description: Certificate fingerprint using the MD5 digest of DER-encoded version - of certificate offered by the client. For consistency with other hash values, - this value should be formatted as an uppercase hash. - example: 0F76C7F2C55BFD7D8E8B8F4BFBF0C9EC + type: long + format: number + description: Shannon entropy calculation from the list of imported element names + and types. default_field: false - - name: client.hash.sha1 + - name: parent.macho.imports_names_var_entropy level: extended - type: keyword - ignore_above: 1024 - description: Certificate fingerprint using the SHA1 digest of DER-encoded version - of certificate offered by the client. For consistency with other hash values, - this value should be formatted as an uppercase hash. - example: 9E393D93138888D288266C2D915214D1D1CCEB2A + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. default_field: false - - name: client.hash.sha256 + - name: parent.macho.sections level: extended - type: keyword - ignore_above: 1024 - description: Certificate fingerprint using the SHA256 digest of DER-encoded - version of certificate offered by the client. For consistency with other hash - values, this value should be formatted as an uppercase hash. - example: 0687F666A054EF17A08E2F2162EAB4CBC0D265E1D7875BE74BF3C712CA92DAF0 + type: nested + description: 'An array containing an object for each section of the Mach-O file. + + The keys that should be present in these objects are defined by sub-fields + underneath `macho.sections.*`.' default_field: false - - name: client.issuer + - name: parent.macho.sections.entropy level: extended - type: keyword - ignore_above: 1024 - description: Distinguished name of subject of the issuer of the x.509 certificate - presented by the client. - example: CN=Example Root CA, OU=Infrastructure Team, DC=example, DC=com + type: long + format: number + description: Shannon entropy calculation from the section. default_field: false - - name: client.ja3 + - name: parent.macho.sections.name level: extended type: keyword ignore_above: 1024 - description: A hash that identifies clients based on how they perform an SSL/TLS - handshake. - example: d4e5b18d6b55c71272893221c96ba240 - default_field: false - - name: client.not_after - level: extended - type: date - description: Date/Time indicating when client certificate is no longer considered - valid. - example: '2021-01-01T00:00:00.000Z' + description: Mach-O Section List name. default_field: false - - name: client.not_before + - name: parent.macho.sections.physical_size level: extended - type: date - description: Date/Time indicating when client certificate is first considered - valid. - example: '1970-01-01T00:00:00.000Z' + type: long + format: bytes + description: Mach-O Section List physical size. default_field: false - - name: client.server_name + - name: parent.macho.sections.var_entropy level: extended - type: keyword - ignore_above: 1024 - description: Also called an SNI, this tells the server which hostname to which - the client is attempting to connect to. When this value is available, it should - get copied to `destination.domain`. - example: www.elastic.co + type: long + format: number + description: Variance for Shannon entropy calculation from the section. default_field: false - - name: client.subject + - name: parent.macho.sections.virtual_size level: extended - type: keyword - ignore_above: 1024 - description: Distinguished name of subject of the x.509 certificate presented - by the client. - example: CN=myclient, OU=Documentation Team, DC=example, DC=com + type: long + format: string + description: Mach-O Section List virtual size. This is always the same as `physical_size`. default_field: false - - name: client.supported_ciphers + - name: parent.macho.symhash level: extended type: keyword ignore_above: 1024 - description: Array of ciphers offered by the client during the client hello. - example: '["TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", - "..."]' + description: 'A hash of the imports in a Mach-O file. An import hash can be + used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + This is a Mach-O implementation of the Windows PE imphash' + example: d3ccf195b62a9279c3c19af1080497ec default_field: false - - name: client.x509.alternative_names + - name: parent.name level: extended type: keyword ignore_above: 1024 - description: List of subject alternative names (SAN). Name types vary by certificate - authority and certificate type but commonly contain IP addresses, DNS names - (and wildcards), and email addresses. - example: '*.elastic.co' + multi_fields: + - name: text + type: match_only_text + description: 'Process name. + + Sometimes called program name or similar.' + example: ssh default_field: false - - name: client.x509.issuer.common_name + - name: parent.pe.architecture level: extended type: keyword ignore_above: 1024 - description: List of common name (CN) of issuing certificate authority. - example: Example SHA2 High Assurance Server CA + description: CPU architecture target for the file. + example: x64 default_field: false - - name: client.x509.issuer.country + - name: parent.pe.company level: extended type: keyword ignore_above: 1024 - description: List of country \(C) codes - example: US + description: Internal company name of the file, provided at compile-time. + example: Microsoft Corporation default_field: false - - name: client.x509.issuer.distinguished_name + - name: parent.pe.description level: extended type: keyword ignore_above: 1024 - description: Distinguished name (DN) of issuing certificate authority. - example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance - Server CA + description: Internal description of the file, provided at compile-time. + example: Paint default_field: false - - name: client.x509.issuer.locality + - name: parent.pe.file_version level: extended type: keyword ignore_above: 1024 - description: List of locality names (L) - example: Mountain View + description: Internal version of the file, provided at compile-time. + example: 6.3.9600.17415 default_field: false - - name: client.x509.issuer.organization + - name: parent.pe.go_import_hash level: extended type: keyword ignore_above: 1024 - description: List of organizations (O) of issuing certificate authority. - example: Example Inc + description: 'A hash of the Go language imports in a PE file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 default_field: false - - name: client.x509.issuer.organizational_unit + - name: parent.pe.go_imports level: extended - type: keyword - ignore_above: 1024 - description: List of organizational units (OU) of issuing certificate authority. - example: www.example.com + type: flattened + description: List of imported Go language element names and types. default_field: false - - name: client.x509.issuer.state_or_province + - name: parent.pe.go_imports_names_entropy level: extended - type: keyword - ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. default_field: false - - name: client.x509.not_after + - name: parent.pe.go_imports_names_var_entropy level: extended - type: date - description: Time at which the certificate is no longer considered valid. - example: '2020-07-16T03:15:39Z' + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. default_field: false - - name: client.x509.not_before + - name: parent.pe.go_stripped level: extended - type: date - description: Time at which the certificate is first considered valid. - example: '2019-08-16T01:40:25Z' + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. default_field: false - - name: client.x509.public_key_algorithm + - name: parent.pe.imphash level: extended type: keyword ignore_above: 1024 - description: Algorithm used to generate the public key. - example: RSA + description: 'A hash of the imports in a PE file. An imphash -- or import hash + -- can be used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. + + Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' + example: 0c6803c4e922103c4dca5963aad36ddf default_field: false - - name: client.x509.public_key_curve + - name: parent.pe.import_hash level: extended type: keyword ignore_above: 1024 - description: The curve used by the elliptic curve public key algorithm. This - is algorithm specific. - example: nistp521 + description: 'A hash of the imports in a PE file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. + + This is a synonym for imphash.' + example: d41d8cd98f00b204e9800998ecf8427e default_field: false - - name: client.x509.public_key_exponent + - name: parent.pe.imports level: extended - type: long - description: Exponent used to derive the public key. This is algorithm specific. - example: 65537 - index: false - doc_values: false + type: flattened + description: List of imported element names and types. default_field: false - - name: client.x509.public_key_size + - name: parent.pe.imports_names_entropy level: extended type: long - description: The size of the public key space in bits. - example: 2048 + format: number + description: Shannon entropy calculation from the list of imported element names + and types. default_field: false - - name: client.x509.serial_number + - name: parent.pe.imports_names_var_entropy level: extended - type: keyword - ignore_above: 1024 - description: Unique serial number issued by the certificate authority. For consistency, - if this value is alphanumeric, it should be formatted without colons and uppercase - characters. - example: 55FBB9C7DEBF09809D12CCAA + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. default_field: false - - name: client.x509.signature_algorithm + - name: parent.pe.original_file_name level: extended type: keyword ignore_above: 1024 - description: Identifier for certificate signature algorithm. We recommend using - names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. - example: SHA256-RSA + description: Internal name of the file, provided at compile-time. + example: MSPAINT.EXE default_field: false - - name: client.x509.subject.common_name + - name: parent.pe.pehash level: extended type: keyword ignore_above: 1024 - description: List of common names (CN) of subject. - example: shared.global.example.net + description: 'A hash of the PE header and data from one or more PE sections. + An pehash can be used to cluster files by transforming structural information + about a file into a hash value. + + Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' + example: 73ff189b63cd6be375a7ff25179a38d347651975 default_field: false - - name: client.x509.subject.country + - name: parent.pe.product level: extended type: keyword ignore_above: 1024 - description: List of country \(C) code - example: US + description: Internal product name of the file, provided at compile-time. + example: "Microsoft\xAE Windows\xAE Operating System" default_field: false - - name: client.x509.subject.distinguished_name + - name: parent.pe.sections level: extended - type: keyword - ignore_above: 1024 - description: Distinguished name (DN) of the certificate subject entity. - example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net + type: nested + description: 'An array containing an object for each section of the PE file. + + The keys that should be present in these objects are defined by sub-fields + underneath `pe.sections.*`.' default_field: false - - name: client.x509.subject.locality + - name: parent.pe.sections.entropy level: extended - type: keyword - ignore_above: 1024 - description: List of locality names (L) - example: San Francisco + type: long + format: number + description: Shannon entropy calculation from the section. default_field: false - - name: client.x509.subject.organization + - name: parent.pe.sections.name level: extended type: keyword ignore_above: 1024 - description: List of organizations (O) of subject. - example: Example, Inc. + description: PE Section List name. default_field: false - - name: client.x509.subject.organizational_unit + - name: parent.pe.sections.physical_size level: extended - type: keyword - ignore_above: 1024 - description: List of organizational units (OU) of subject. + type: long + format: bytes + description: PE Section List physical size. default_field: false - - name: client.x509.subject.state_or_province + - name: parent.pe.sections.var_entropy level: extended - type: keyword - ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California + type: long + format: number + description: Variance for Shannon entropy calculation from the section. default_field: false - - name: client.x509.version_number + - name: parent.pe.sections.virtual_size level: extended - type: keyword - ignore_above: 1024 - description: Version of x509 format. - example: 3 + type: long + format: string + description: PE Section List virtual size. This is always the same as `physical_size`. default_field: false - - name: curve + - name: parent.pgid level: extended - type: keyword - ignore_above: 1024 - description: String indicating the curve used for the given cipher, when applicable. - example: secp256r1 + type: long + format: string + description: 'Deprecated for removal in next major version release. This field + is superseded by `process.group_leader.pid`. + + Identifier of the group of processes the process belongs to.' default_field: false - - name: established - level: extended - type: boolean - description: Boolean flag indicating if the TLS negotiation was successful and - transitioned to an encrypted tunnel. + - name: parent.pid + level: core + type: long + format: string + description: Process id. + example: 4242 default_field: false - - name: next_protocol + - name: parent.real_group.id level: extended type: keyword ignore_above: 1024 - description: String indicating the protocol being tunneled. Per the values in - the IANA registry (https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids), - this string should be lower case. - example: http/1.1 - default_field: false - - name: resumed - level: extended - type: boolean - description: Boolean flag indicating if this TLS connection was resumed from - an existing TLS negotiation. + description: Unique identifier for the group on the system/platform. default_field: false - - name: server.certificate + - name: parent.real_group.name level: extended type: keyword ignore_above: 1024 - description: PEM-encoded stand-alone certificate offered by the server. This - is usually mutually-exclusive of `server.certificate_chain` since this value - also exists in that list. - example: MII... + description: Name of the group. default_field: false - - name: server.certificate_chain - level: extended + - name: parent.real_user.id + level: core type: keyword ignore_above: 1024 - description: Array of PEM-encoded certificates that make up the certificate - chain offered by the server. This is usually mutually-exclusive of `server.certificate` - since that value should be the first certificate in the chain. - example: '["MII...", "MII..."]' + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 default_field: false - - name: server.hash.md5 - level: extended + - name: parent.real_user.name + level: core type: keyword ignore_above: 1024 - description: Certificate fingerprint using the MD5 digest of DER-encoded version - of certificate offered by the server. For consistency with other hash values, - this value should be formatted as an uppercase hash. - example: 0F76C7F2C55BFD7D8E8B8F4BFBF0C9EC + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein default_field: false - - name: server.hash.sha1 + - name: parent.saved_group.id level: extended type: keyword ignore_above: 1024 - description: Certificate fingerprint using the SHA1 digest of DER-encoded version - of certificate offered by the server. For consistency with other hash values, - this value should be formatted as an uppercase hash. - example: 9E393D93138888D288266C2D915214D1D1CCEB2A + description: Unique identifier for the group on the system/platform. default_field: false - - name: server.hash.sha256 + - name: parent.saved_group.name level: extended type: keyword ignore_above: 1024 - description: Certificate fingerprint using the SHA256 digest of DER-encoded - version of certificate offered by the server. For consistency with other hash - values, this value should be formatted as an uppercase hash. - example: 0687F666A054EF17A08E2F2162EAB4CBC0D265E1D7875BE74BF3C712CA92DAF0 + description: Name of the group. default_field: false - - name: server.issuer - level: extended + - name: parent.saved_user.id + level: core type: keyword ignore_above: 1024 - description: Subject of the issuer of the x.509 certificate presented by the - server. - example: CN=Example Root CA, OU=Infrastructure Team, DC=example, DC=com + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 default_field: false - - name: server.ja3s - level: extended + - name: parent.saved_user.name + level: core type: keyword ignore_above: 1024 - description: A hash that identifies servers based on how they perform an SSL/TLS - handshake. - example: 394441ab65754e2207b1e1b457b3641d - default_field: false - - name: server.not_after - level: extended - type: date - description: Timestamp indicating when server certificate is no longer considered - valid. - example: '2021-01-01T00:00:00.000Z' + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein default_field: false - - name: server.not_before + - name: parent.start level: extended type: date - description: Timestamp indicating when server certificate is first considered - valid. - example: '1970-01-01T00:00:00.000Z' - default_field: false - - name: server.subject - level: extended - type: keyword - ignore_above: 1024 - description: Subject of the x.509 certificate presented by the server. - example: CN=www.example.com, OU=Infrastructure Team, DC=example, DC=com - default_field: false - - name: server.x509.alternative_names - level: extended - type: keyword - ignore_above: 1024 - description: List of subject alternative names (SAN). Name types vary by certificate - authority and certificate type but commonly contain IP addresses, DNS names - (and wildcards), and email addresses. - example: '*.elastic.co' + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' default_field: false - - name: server.x509.issuer.common_name + - name: parent.supplemental_groups.id level: extended type: keyword ignore_above: 1024 - description: List of common name (CN) of issuing certificate authority. - example: Example SHA2 High Assurance Server CA + description: Unique identifier for the group on the system/platform. default_field: false - - name: server.x509.issuer.country + - name: parent.supplemental_groups.name level: extended type: keyword ignore_above: 1024 - description: List of country \(C) codes - example: US + description: Name of the group. default_field: false - - name: server.x509.issuer.distinguished_name + - name: parent.thread.capabilities.effective level: extended type: keyword ignore_above: 1024 - description: Distinguished name (DN) of issuing certificate authority. - example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance - Server CA + description: This is the set of capabilities used by the kernel to perform permission + checks for the thread. + example: '["CAP_BPF", "CAP_SYS_ADMIN"]' + pattern: ^(CAP_[A-Z_]+|\d+)$ default_field: false - - name: server.x509.issuer.locality + - name: parent.thread.capabilities.permitted level: extended type: keyword ignore_above: 1024 - description: List of locality names (L) - example: Mountain View + description: This is a limiting superset for the effective capabilities that + the thread may assume. + example: '["CAP_BPF", "CAP_SYS_ADMIN"]' + pattern: ^(CAP_[A-Z_]+|\d+)$ default_field: false - - name: server.x509.issuer.organization + - name: parent.thread.id level: extended - type: keyword - ignore_above: 1024 - description: List of organizations (O) of issuing certificate authority. - example: Example Inc + type: long + format: string + description: Thread ID. + example: 4242 default_field: false - - name: server.x509.issuer.organizational_unit + - name: parent.thread.name level: extended type: keyword ignore_above: 1024 - description: List of organizational units (OU) of issuing certificate authority. - example: www.example.com + description: Thread name. + example: thread-0 default_field: false - - name: server.x509.issuer.state_or_province + - name: parent.title level: extended type: keyword ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California - default_field: false - - name: server.x509.not_after - level: extended - type: date - description: Time at which the certificate is no longer considered valid. - example: '2020-07-16T03:15:39Z' - default_field: false - - name: server.x509.not_before - level: extended - type: date - description: Time at which the certificate is first considered valid. - example: '2019-08-16T01:40:25Z' + multi_fields: + - name: text + type: match_only_text + description: 'Process title. + + The proctitle, some times the same as process name. Can also be different: + for example a browser setting its title to the web page currently opened.' default_field: false - - name: server.x509.public_key_algorithm + - name: parent.tty level: extended - type: keyword - ignore_above: 1024 - description: Algorithm used to generate the public key. - example: RSA + type: object + description: Information about the controlling TTY device. If set, the process + belongs to an interactive session. default_field: false - - name: server.x509.public_key_curve + - name: parent.tty.char_device.major level: extended - type: keyword - ignore_above: 1024 - description: The curve used by the elliptic curve public key algorithm. This - is algorithm specific. - example: nistp521 + type: long + description: The major number identifies the driver associated with the device. + The character device's major and minor numbers can be algorithmically combined + to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". + For more details, please refer to the Linux kernel documentation. + example: 4 default_field: false - - name: server.x509.public_key_exponent + - name: parent.tty.char_device.minor level: extended type: long - description: Exponent used to derive the public key. This is algorithm specific. - example: 65537 - index: false - doc_values: false + description: "The minor number is used only by the driver specified by the major\ + \ number; other parts of the kernel don\u2019t use it, and merely pass it\ + \ along to the driver. It is common for a driver to control several devices;\ + \ the minor number provides a way for the driver to differentiate among them." + example: 1 default_field: false - - name: server.x509.public_key_size + - name: parent.uptime level: extended type: long - description: The size of the public key space in bits. - example: 2048 + description: Seconds the process has been up. + example: 1325 default_field: false - - name: server.x509.serial_number - level: extended + - name: parent.user.id + level: core type: keyword ignore_above: 1024 - description: Unique serial number issued by the certificate authority. For consistency, - if this value is alphanumeric, it should be formatted without colons and uppercase - characters. - example: 55FBB9C7DEBF09809D12CCAA + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 default_field: false - - name: server.x509.signature_algorithm - level: extended + - name: parent.user.name + level: core type: keyword ignore_above: 1024 - description: Identifier for certificate signature algorithm. We recommend using - names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353. - example: SHA256-RSA + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein default_field: false - - name: server.x509.subject.common_name - level: extended - type: keyword - ignore_above: 1024 - description: List of common names (CN) of subject. - example: shared.global.example.net + - name: parent.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 default_field: false - - name: server.x509.subject.country + - name: parent.working_directory level: extended type: keyword ignore_above: 1024 - description: List of country \(C) code - example: US + multi_fields: + - name: text + type: match_only_text + description: The working directory of the process. + example: /home/alice default_field: false - - name: server.x509.subject.distinguished_name + - name: pe.architecture level: extended type: keyword ignore_above: 1024 - description: Distinguished name (DN) of the certificate subject entity. - example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net + description: CPU architecture target for the file. + example: x64 default_field: false - - name: server.x509.subject.locality + - name: pe.company level: extended type: keyword ignore_above: 1024 - description: List of locality names (L) - example: San Francisco + description: Internal company name of the file, provided at compile-time. + example: Microsoft Corporation default_field: false - - name: server.x509.subject.organization + - name: pe.description level: extended type: keyword ignore_above: 1024 - description: List of organizations (O) of subject. - example: Example, Inc. + description: Internal description of the file, provided at compile-time. + example: Paint default_field: false - - name: server.x509.subject.organizational_unit + - name: pe.file_version level: extended type: keyword ignore_above: 1024 - description: List of organizational units (OU) of subject. + description: Internal version of the file, provided at compile-time. + example: 6.3.9600.17415 default_field: false - - name: server.x509.subject.state_or_province + - name: pe.go_import_hash level: extended type: keyword ignore_above: 1024 - description: List of state or province names (ST, S, or P) - example: California + description: 'A hash of the Go language imports in a PE file excluding standard + library imports. An import hash can be used to fingerprint binaries even after + recompilation or other code-level transformations have occurred, which would + change more traditional hash values. + + The algorithm used to calculate the Go symbol hash and a reference implementation + are available [here](https://github.com/elastic/toutoumomoma).' + example: 10bddcb4cee42080f76c88d9ff964491 default_field: false - - name: server.x509.version_number + - name: pe.go_imports level: extended - type: keyword - ignore_above: 1024 - description: Version of x509 format. - example: 3 + type: flattened + description: List of imported Go language element names and types. default_field: false - - name: version + - name: pe.go_imports_names_entropy level: extended - type: keyword - ignore_above: 1024 - description: Numeric part of the version parsed from the original string. - example: '1.2' + type: long + format: number + description: Shannon entropy calculation from the list of Go imports. default_field: false - - name: version_protocol + - name: pe.go_imports_names_var_entropy level: extended - type: keyword - ignore_above: 1024 - description: Normalized lowercase protocol name parsed from original string. - example: tls + type: long + format: number + description: Variance for Shannon entropy calculation from the list of Go imports. default_field: false - - name: span.id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier of the span within the scope of its trace. - - A span represents an operation within a transaction, such as a request to another - service, or a database query.' - example: 3ff9a8981b7ccd5a - - name: trace.id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier of the trace. - - A trace groups multiple events like transactions that belong together. For example, - a user request handled by multiple inter-connected services.' - example: 4bf92f3577b34da6a3ce929d0e0e4736 - default_field: true - - name: transaction.id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier of the transaction within the scope of its trace. - - A transaction is the highest level of work measured within a service, such as - a request to a server.' - example: 00f067aa0ba902b7 - default_field: true - - name: url - title: URL - group: 2 - description: URL fields provide support for complete or partial URLs, and supports - the breaking down into scheme, domain, path, and so on. - type: group - default_field: true - fields: - - name: domain + - name: pe.go_stripped level: extended - type: keyword - ignore_above: 1024 - description: 'Domain of the url, such as "www.elastic.co". - - In some cases a URL may refer to an IP and/or port directly, without a domain - name. In this case, the IP address would go to the `domain` field. - - If the URL contains a literal IPv6 address enclosed by `[` and `]` (IETF RFC - 2732), the `[` and `]` characters should also be captured in the `domain` - field.' - example: www.elastic.co - - name: extension + type: boolean + description: Set to true if the file is a Go executable that has had its symbols + stripped or obfuscated and false if an unobfuscated Go executable. + default_field: false + - name: pe.imphash level: extended type: keyword ignore_above: 1024 - description: 'The field contains the file extension from the original request - url, excluding the leading dot. - - The file extension is only set if it exists, as not every url has a file extension. - - The leading period must not be included. For example, the value must be "png", - not ".png". + description: 'A hash of the imports in a PE file. An imphash -- or import hash + -- can be used to fingerprint binaries even after recompilation or other code-level + transformations have occurred, which would change more traditional hash values. - Note that when the file name has multiple extensions (example.tar.gz), only - the last one should be captured ("gz", not "tar.gz").' - example: png - - name: fragment + Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' + example: 0c6803c4e922103c4dca5963aad36ddf + default_field: false + - name: pe.import_hash level: extended type: keyword ignore_above: 1024 - description: 'Portion of the url after the `#`, such as "top". - - The `#` is not part of the fragment.' - - name: full - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - default_field: false - description: If full URLs are important to your use case, they should be stored - in `url.full`, whether this field is reconstructed or present in the event - source. - example: https://www.elastic.co:443/search?q=elasticsearch#top - - name: original - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - default_field: false - description: 'Unmodified original url as seen in the event source. - - Note that in network monitoring, the observed URL may be a full URL, whereas - in access logs, the URL is often just represented as a path. + description: 'A hash of the imports in a PE file. An import hash can be used + to fingerprint binaries even after recompilation or other code-level transformations + have occurred, which would change more traditional hash values. - This field is meant to represent the URL as it was observed, complete or not.' - example: https://www.elastic.co:443/search?q=elasticsearch#top or /search?q=elasticsearch - - name: password - level: extended - type: keyword - ignore_above: 1024 - description: Password of the request. - - name: path + This is a synonym for imphash.' + example: d41d8cd98f00b204e9800998ecf8427e + default_field: false + - name: pe.imports level: extended - type: wildcard - description: Path of the request, such as "/search". - - name: port + type: flattened + description: List of imported element names and types. + default_field: false + - name: pe.imports_names_entropy level: extended type: long - format: string - description: Port of the request, such as 443. - example: 443 - - name: query - level: extended - type: keyword - ignore_above: 1024 - description: 'The query field describes the query string of the request, such - as "q=elasticsearch". - - The `?` is excluded from the query string. If a URL contains no `?`, there - is no query field. If there is a `?` but no query, the query field exists - with an empty string. The `exists` query can be used to differentiate between - the two cases.' - - name: registered_domain - level: extended - type: keyword - ignore_above: 1024 - description: 'The highest registered url domain, stripped of the subdomain. - - For example, the registered domain for "foo.example.com" is "example.com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last two labels will not work well for TLDs such as "co.uk".' - example: example.com - - name: scheme - level: extended - type: keyword - ignore_above: 1024 - description: 'Scheme of the request, such as "https". - - Note: The `:` is not part of the scheme.' - example: https - - name: subdomain - level: extended - type: keyword - ignore_above: 1024 - description: 'The subdomain portion of a fully qualified domain name includes - all of the names except the host name under the registered_domain. In a partially - qualified domain, or if the the qualification level of the full name cannot - be determined, subdomain contains all of the names below the registered domain. - - For example the subdomain portion of "www.east.mydomain.co.uk" is "east". - If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", - the subdomain field should contain "sub2.sub1", with no trailing period.' - example: east + format: number + description: Shannon entropy calculation from the list of imported element names + and types. default_field: false - - name: top_level_domain - level: extended - type: keyword - ignore_above: 1024 - description: 'The effective top level domain (eTLD), also known as the domain - suffix, is the last part of the domain name. For example, the top level domain - for example.com is "com". - - This value can be determined precisely with a list like the public suffix - list (http://publicsuffix.org). Trying to approximate this by simply taking - the last label will not work well for effective TLDs such as "co.uk".' - example: co.uk - - name: username + - name: pe.imports_names_var_entropy level: extended - type: keyword - ignore_above: 1024 - description: Username of the request. - - name: user - title: User - group: 2 - description: 'The user fields describe information about the user that is relevant - to the event. - - Fields can have one entry or multiple entries. If a user has more than one id, - provide an array that includes all of them.' - type: group - default_field: true - fields: - - name: changes.domain + type: long + format: number + description: Variance for Shannon entropy calculation from the list of imported + element names and types. + default_field: false + - name: pe.original_file_name level: extended type: keyword ignore_above: 1024 - description: 'Name of the directory the user is a member of. - - For example, an LDAP or Active Directory domain name.' + description: Internal name of the file, provided at compile-time. + example: MSPAINT.EXE default_field: false - - name: changes.email + - name: pe.pehash level: extended type: keyword ignore_above: 1024 - description: User email address. + description: 'A hash of the PE header and data from one or more PE sections. + An pehash can be used to cluster files by transforming structural information + about a file into a hash value. + + Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' + example: 73ff189b63cd6be375a7ff25179a38d347651975 default_field: false - - name: changes.full_name + - name: pe.product level: extended type: keyword ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: User's full name, if available. - example: Albert Einstein + description: Internal product name of the file, provided at compile-time. + example: "Microsoft\xAE Windows\xAE Operating System" default_field: false - - name: changes.group.domain + - name: pe.sections level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the group is a member of. + type: nested + description: 'An array containing an object for each section of the PE file. - For example, an LDAP or Active Directory domain name.' + The keys that should be present in these objects are defined by sub-fields + underneath `pe.sections.*`.' default_field: false - - name: changes.group.id + - name: pe.sections.entropy level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. + type: long + format: number + description: Shannon entropy calculation from the section. default_field: false - - name: changes.group.name + - name: pe.sections.name level: extended type: keyword ignore_above: 1024 - description: Name of the group. + description: PE Section List name. default_field: false - - name: changes.hash + - name: pe.sections.physical_size level: extended - type: keyword - ignore_above: 1024 - description: 'Unique user hash to correlate information for a user in anonymized - form. - - Useful if `user.id` or `user.name` contain confidential information and cannot - be used.' - default_field: false - - name: changes.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 + type: long + format: bytes + description: PE Section List physical size. default_field: false - - name: changes.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein + - name: pe.sections.var_entropy + level: extended + type: long + format: number + description: Variance for Shannon entropy calculation from the section. default_field: false - - name: changes.roles + - name: pe.sections.virtual_size level: extended - type: keyword - ignore_above: 1024 - description: Array of user roles at the time of the event. - example: '["kibana_admin", "reporting_user"]' + type: long + format: string + description: PE Section List virtual size. This is always the same as `physical_size`. default_field: false - - name: domain + - name: pgid level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the user is a member of. + type: long + format: string + description: 'Deprecated for removal in next major version release. This field + is superseded by `process.group_leader.pid`. - For example, an LDAP or Active Directory domain name.' - - name: effective.domain + Identifier of the group of processes the process belongs to.' + - name: pid + level: core + type: long + format: string + description: Process id. + example: 4242 + - name: previous.args level: extended type: keyword ignore_above: 1024 - description: 'Name of the directory the user is a member of. + description: 'Array of process arguments, starting with the absolute path to + the executable. - For example, an LDAP or Active Directory domain name.' + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' default_field: false - - name: effective.email + - name: previous.args_count level: extended - type: keyword - ignore_above: 1024 - description: User email address. + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 default_field: false - - name: effective.full_name + - name: previous.executable level: extended type: keyword ignore_above: 1024 multi_fields: - name: text type: match_only_text - description: User's full name, if available. - example: Albert Einstein - default_field: false - - name: effective.group.domain - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the group is a member of. - - For example, an LDAP or Active Directory domain name.' + description: Absolute path to the process executable. + example: /usr/bin/ssh default_field: false - - name: effective.group.id + - name: real_group.id level: extended type: keyword ignore_above: 1024 description: Unique identifier for the group on the system/platform. default_field: false - - name: effective.group.name + - name: real_group.name level: extended type: keyword ignore_above: 1024 description: Name of the group. default_field: false - - name: effective.hash - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique user hash to correlate information for a user in anonymized - form. - - Useful if `user.id` or `user.name` contain confidential information and cannot - be used.' - default_field: false - - name: effective.id + - name: real_user.id level: core type: keyword ignore_above: 1024 description: Unique identifier of the user. example: S-1-5-21-202424912787-2692429404-2351956786-1000 default_field: false - - name: effective.name + - name: real_user.name level: core type: keyword ignore_above: 1024 @@ -13124,551 +2557,520 @@ description: Short name or login of the user. example: a.einstein default_field: false - - name: effective.roles - level: extended - type: keyword - ignore_above: 1024 - description: Array of user roles at the time of the event. - example: '["kibana_admin", "reporting_user"]' - default_field: false - - name: email - level: extended - type: keyword - ignore_above: 1024 - description: User email address. - - name: full_name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: User's full name, if available. - example: Albert Einstein - - name: group.domain - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the group is a member of. - - For example, an LDAP or Active Directory domain name.' - - name: group.id + - name: saved_group.id level: extended type: keyword ignore_above: 1024 description: Unique identifier for the group on the system/platform. - - name: group.name + default_field: false + - name: saved_group.name level: extended type: keyword ignore_above: 1024 description: Name of the group. - - name: hash - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique user hash to correlate information for a user in anonymized - form. - - Useful if `user.id` or `user.name` contain confidential information and cannot - be used.' - - name: id + default_field: false + - name: saved_user.id level: core type: keyword ignore_above: 1024 description: Unique identifier of the user. example: S-1-5-21-202424912787-2692429404-2351956786-1000 - - name: name + default_field: false + - name: saved_user.name level: core type: keyword ignore_above: 1024 multi_fields: - name: text type: match_only_text - default_field: false description: Short name or login of the user. example: a.einstein - - name: risk.calculated_level - level: extended - type: keyword - ignore_above: 1024 - description: A risk classification level calculated by an internal system as - part of entity analytics and entity risk scoring. - example: High - default_field: false - - name: risk.calculated_score - level: extended - type: float - description: A risk classification score calculated by an internal system as - part of entity analytics and entity risk scoring. - example: 880.73 - default_field: false - - name: risk.calculated_score_norm - level: extended - type: float - description: A risk classification score calculated by an internal system as - part of entity analytics and entity risk scoring, and normalized to a range - of 0 to 100. - example: 88.73 default_field: false - - name: risk.static_level + - name: session_leader.args level: extended type: keyword ignore_above: 1024 - description: A risk classification level obtained from outside the system, such - as from some external Threat Intelligence Platform. - example: High - default_field: false - - name: risk.static_score - level: extended - type: float - description: A risk classification score obtained from outside the system, such - as from some external Threat Intelligence Platform. - example: 830.0 - default_field: false - - name: risk.static_score_norm - level: extended - type: float - description: A risk classification score obtained from outside the system, such - as from some external Threat Intelligence Platform, and normalized to a range - of 0 to 100. - example: 83.0 + description: 'Array of process arguments, starting with the absolute path to + the executable. + + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' default_field: false - - name: roles + - name: session_leader.args_count level: extended - type: keyword - ignore_above: 1024 - description: Array of user roles at the time of the event. - example: '["kibana_admin", "reporting_user"]' + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 default_field: false - - name: target.domain + - name: session_leader.command_line level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the user is a member of. + type: wildcard + multi_fields: + - name: text + type: match_only_text + description: 'Full command line that started the process, including the absolute + path to the executable, and all arguments. - For example, an LDAP or Active Directory domain name.' + Some arguments may be filtered to protect sensitive information.' + example: /usr/bin/ssh -l user 10.0.0.16 default_field: false - - name: target.email + - name: session_leader.entity_id level: extended type: keyword ignore_above: 1024 - description: User email address. + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d default_field: false - - name: target.full_name + - name: session_leader.executable level: extended type: keyword ignore_above: 1024 multi_fields: - name: text type: match_only_text - description: User's full name, if available. - example: Albert Einstein - default_field: false - - name: target.group.domain - level: extended - type: keyword - ignore_above: 1024 - description: 'Name of the directory the group is a member of. - - For example, an LDAP or Active Directory domain name.' + description: Absolute path to the process executable. + example: /usr/bin/ssh default_field: false - - name: target.group.id + - name: session_leader.group.id level: extended type: keyword ignore_above: 1024 description: Unique identifier for the group on the system/platform. default_field: false - - name: target.group.name + - name: session_leader.group.name level: extended type: keyword ignore_above: 1024 description: Name of the group. default_field: false - - name: target.hash + - name: session_leader.interactive level: extended - type: keyword - ignore_above: 1024 - description: 'Unique user hash to correlate information for a user in anonymized - form. + type: boolean + description: 'Whether the process is connected to an interactive shell. - Useful if `user.id` or `user.name` contain confidential information and cannot - be used.' - default_field: false - - name: target.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 + Process interactivity is inferred from the processes file descriptors. If + the character device for the controlling tty is the same as stdin and stderr + for the process, the process is considered interactive. + + Note: A non-interactive process can belong to an interactive session and is + simply one that does not have open file descriptors reading the controlling + TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A + backgrounded process is still considered interactive if stdin and stderr are + connected to the controlling TTY.' + example: true default_field: false - - name: target.name - level: core + - name: session_leader.name + level: extended type: keyword ignore_above: 1024 multi_fields: - name: text type: match_only_text - description: Short name or login of the user. - example: a.einstein + description: 'Process name. + + Sometimes called program name or similar.' + example: ssh default_field: false - - name: target.roles + - name: session_leader.parent.entity_id level: extended type: keyword ignore_above: 1024 - description: Array of user roles at the time of the event. - example: '["kibana_admin", "reporting_user"]' - default_field: false - - name: user_agent - title: User agent - group: 2 - description: 'The user_agent fields normally come from a browser request. + description: 'Unique identifier for the process. - They often show up in web service logs coming from the parsed user agent string.' - type: group - default_field: true - fields: - - name: device.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the device. - example: iPhone - - name: name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the user agent. - example: Safari - - name: original - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Unparsed user_agent string. - example: Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 - (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1 - - name: os.family - level: extended - type: keyword - ignore_above: 1024 - description: OS family (such as redhat, debian, freebsd, windows). - example: debian - - name: os.full - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Operating system name, including the version or code name. - example: Mac OS Mojave - - name: os.kernel - level: extended - type: keyword - ignore_above: 1024 - description: Operating system kernel version as a raw string. - example: 4.4.0-112-generic - - name: os.name + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: session_leader.parent.pid + level: core + type: long + format: string + description: Process id. + example: 4242 + default_field: false + - name: session_leader.parent.session_leader.entity_id level: extended type: keyword ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Operating system name, without the version. - example: Mac OS X - - name: os.platform + description: 'Unique identifier for the process. + + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d + default_field: false + - name: session_leader.parent.session_leader.pid + level: core + type: long + format: string + description: Process id. + example: 4242 + default_field: false + - name: session_leader.parent.session_leader.start level: extended - type: keyword - ignore_above: 1024 - description: Operating system platform (such centos, ubuntu, windows). - example: darwin - - name: os.type + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: session_leader.parent.session_leader.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: session_leader.parent.start level: extended - type: keyword - ignore_above: 1024 - description: 'Use the `os.type` field to categorize the operating system into - one of the broad commercial families. + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + default_field: false + - name: session_leader.parent.vpid + level: core + type: long + format: string + description: 'Virtual process id. - If the OS you''re dealing with is not listed as an expected value, the field - should not be populated. Please let us know by opening an issue with ECS, - to propose its addition.' - example: macos + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 + default_field: false + - name: session_leader.pid + level: core + type: long + format: string + description: Process id. + example: 4242 default_field: false - - name: os.version + - name: session_leader.real_group.id level: extended type: keyword ignore_above: 1024 - description: Operating system version as a raw string. - example: 10.14.1 - - name: version + description: Unique identifier for the group on the system/platform. + default_field: false + - name: session_leader.real_group.name level: extended type: keyword ignore_above: 1024 - description: Version of the user agent. - example: 12.0 - - name: volume - title: Volume - group: 2 - description: Fields related to storage volume details. - type: group - default_field: true - fields: - - name: bus_type - level: extended + description: Name of the group. + default_field: false + - name: session_leader.real_user.id + level: core type: keyword ignore_above: 1024 - description: Bus type of the device, such as `Nvme`, `Usb`, or `FileBackedVirtual`. - example: FileBackedVirtual + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 default_field: false - - name: default_access - level: extended + - name: session_leader.real_user.name + level: core type: keyword ignore_above: 1024 - description: Describes the default access(es) of the volume. + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein default_field: false - - name: device_name + - name: session_leader.same_as_process level: extended - type: keyword - ignore_above: 1024 - description: 'Full path of the volume device. + type: boolean + description: 'This boolean is used to identify if a leader process is the same + as the top level process. + + For example, if `process.group_leader.same_as_process = true`, it means the + process event in question is the leader of its process group. Details under + `process.*` like `pid` would be the same under `process.group_leader.*` The + same applies for both `process.session_leader` and `process.entry_leader`. + + This field exists to the benefit of EQL and other rule engines since it''s + not possible to compare equality between two fields in a single document. + e.g `process.entity_id` = `process.group_leader.entity_id` (top level process + is the process group leader) OR `process.entity_id` = `process.entry_leader.entity_id` + (top level process is the entry session leader) + + Instead these rules could be written like: `process.group_leader.same_as_process: + true` OR `process.entry_leader.same_as_process: true` - Only populate this field for POSIX system volumes.' + Note: This field is only set on `process.entry_leader`, `process.session_leader` + and `process.group_leader`.' + example: true default_field: false - - name: device_type + - name: session_leader.saved_group.id level: extended type: keyword ignore_above: 1024 - description: 'Volume device type. - - The most frequently seen volume device types are `Disk File System` and `CD-ROM - File System`.' - example: CD-ROM File System + description: Unique identifier for the group on the system/platform. default_field: false - - name: dos_name + - name: session_leader.saved_group.name level: extended type: keyword ignore_above: 1024 - description: 'The MS-DOS name of a device. - - DOS device name is in the format of driver letters, such as `C:`. The field - is relevant to Windows systems only.' - example: 'E:' + description: Name of the group. default_field: false - - name: file_system_type - level: extended + - name: session_leader.saved_user.id + level: core type: keyword ignore_above: 1024 - description: 'Volume device file system type. - - The most common volume file system types are `NTFS` and `UDF`.' + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 default_field: false - - name: mount_name - level: extended + - name: session_leader.saved_user.name + level: core type: keyword ignore_above: 1024 - description: 'Mount name of the volume device. - - Only populate this field for POSIX system volumes.' + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein default_field: false - - name: nt_name + - name: session_leader.start level: extended - type: keyword - ignore_above: 1024 - description: 'The NT device name. - - NT device name uses a format of `\Device\HarddiskVolume2`. The field is relevant - to Windows systems only.' - example: \Device\Cdrom1 + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' default_field: false - - name: product_id + - name: session_leader.supplemental_groups.id level: extended type: keyword ignore_above: 1024 - description: 'ProductID of the device. - - The vendor provides the ProductID for the volume, if any.' + description: Unique identifier for the group on the system/platform. default_field: false - - name: product_name + - name: session_leader.supplemental_groups.name level: extended type: keyword ignore_above: 1024 - description: 'Product name of the volume. - - The volume device vendor provides this value.' - example: Virtual DVD-ROM + description: Name of the group. default_field: false - - name: removable + - name: session_leader.tty level: extended - type: boolean - description: Indicates if the volume is removable. + type: object + description: Information about the controlling TTY device. If set, the process + belongs to an interactive session. default_field: false - - name: serial_number + - name: session_leader.tty.char_device.major level: extended - type: keyword - ignore_above: 1024 - description: 'Serial number identifier for the volume device. - - The serial number is provided by the vendor of the device, if any.' + type: long + description: The major number identifies the driver associated with the device. + The character device's major and minor numbers can be algorithmically combined + to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". + For more details, please refer to the Linux kernel documentation. + example: 4 default_field: false - - name: size + - name: session_leader.tty.char_device.minor level: extended type: long - description: Size of the volume device in bytes. + description: "The minor number is used only by the driver specified by the major\ + \ number; other parts of the kernel don\u2019t use it, and merely pass it\ + \ along to the driver. It is common for a driver to control several devices;\ + \ the minor number provides a way for the driver to differentiate among them." + example: 1 default_field: false - - name: vendor_id - level: extended + - name: session_leader.user.id + level: core type: keyword ignore_above: 1024 - description: 'VendorID of the volume device. - - The volume device vendor provides this value.' + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 default_field: false - - name: vendor_name - level: extended + - name: session_leader.user.name + level: core type: keyword ignore_above: 1024 - description: 'Vendor name of the volume device. - - The value is provided by the vendor of the device.' - example: Msft + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein default_field: false - - name: writable - level: extended - type: boolean - description: Indicates if the volume is writable. + - name: session_leader.vpid + level: core + type: long + format: string + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 default_field: false - - name: vulnerability - title: Vulnerability - group: 2 - description: The vulnerability fields describe information about a vulnerability - that is relevant to an event. - type: group - default_field: true - fields: - - name: category + - name: session_leader.working_directory level: extended type: keyword ignore_above: 1024 - description: 'The type of system or architecture that the vulnerability affects. - These may be platform-specific (for example, Debian or SUSE) or general (for - example, Database or Firewall). For example (https://qualysguard.qualys.com/qwebhelp/fo_portal/knowledgebase/vulnerability_categories.htm[Qualys - vulnerability categories]) - - This field must be an array.' - example: '["Firewall"]' + multi_fields: + - name: text + type: match_only_text + description: The working directory of the process. + example: /home/alice default_field: false - - name: classification + - name: start + level: extended + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' + - name: supplemental_groups.id level: extended type: keyword ignore_above: 1024 - description: The classification of the vulnerability scoring system. For example - (https://www.first.org/cvss/) - example: CVSS + description: Unique identifier for the group on the system/platform. default_field: false - - name: description + - name: supplemental_groups.name level: extended type: keyword ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: The description of the vulnerability that provides additional context - of the vulnerability. For example (https://cve.mitre.org/about/faqs.html#cve_entry_descriptions_created[Common - Vulnerabilities and Exposure CVE description]) - example: In macOS before 2.12.6, there is a vulnerability in the RPC... + description: Name of the group. default_field: false - - name: enumeration + - name: thread.capabilities.effective level: extended type: keyword ignore_above: 1024 - description: The type of identifier used for this vulnerability. For example - (https://cve.mitre.org/about/) - example: CVE + description: This is the set of capabilities used by the kernel to perform permission + checks for the thread. + example: '["CAP_BPF", "CAP_SYS_ADMIN"]' + pattern: ^(CAP_[A-Z_]+|\d+)$ default_field: false - - name: id + - name: thread.capabilities.permitted level: extended type: keyword ignore_above: 1024 - description: The identification (ID) is the number portion of a vulnerability - entry. It includes a unique identification number for the vulnerability. For - example (https://cve.mitre.org/about/faqs.html#what_is_cve_id[Common Vulnerabilities - and Exposure CVE ID]) - example: CVE-2019-00001 + description: This is a limiting superset for the effective capabilities that + the thread may assume. + example: '["CAP_BPF", "CAP_SYS_ADMIN"]' + pattern: ^(CAP_[A-Z_]+|\d+)$ default_field: false - - name: reference + - name: thread.id + level: extended + type: long + format: string + description: Thread ID. + example: 4242 + - name: thread.name level: extended type: keyword ignore_above: 1024 - description: A resource that provides additional information, context, and mitigations - for the identified vulnerability. - example: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6111 - default_field: false - - name: report_id + description: Thread name. + example: thread-0 + - name: title level: extended type: keyword ignore_above: 1024 - description: The report or scan identification number. - example: 20191018.0001 + multi_fields: + - name: text + type: match_only_text + default_field: false + description: 'Process title. + + The proctitle, some times the same as process name. Can also be different: + for example a browser setting its title to the web page currently opened.' + - name: tty + level: extended + type: object + description: Information about the controlling TTY device. If set, the process + belongs to an interactive session. default_field: false - - name: scanner.vendor + - name: tty.char_device.major level: extended - type: keyword - ignore_above: 1024 - description: The name of the vulnerability scanner vendor. - example: Tenable + type: long + description: The major number identifies the driver associated with the device. + The character device's major and minor numbers can be algorithmically combined + to produce the more familiar terminal identifiers such as "ttyS0" and "pts/0". + For more details, please refer to the Linux kernel documentation. + example: 4 default_field: false - - name: score.base + - name: tty.char_device.minor level: extended - type: float - description: 'Scores can range from 0.0 to 10.0, with 10.0 being the most severe. - - Base scores cover an assessment for exploitability metrics (attack vector, - complexity, privileges, and user interaction), impact metrics (confidentiality, - integrity, and availability), and scope. For example (https://www.first.org/cvss/specification-document)' - example: 5.5 + type: long + description: "The minor number is used only by the driver specified by the major\ + \ number; other parts of the kernel don\u2019t use it, and merely pass it\ + \ along to the driver. It is common for a driver to control several devices;\ + \ the minor number provides a way for the driver to differentiate among them." + example: 1 default_field: false - - name: score.environmental + - name: tty.columns level: extended - type: float - description: 'Scores can range from 0.0 to 10.0, with 10.0 being the most severe. + type: long + description: 'The number of character columns per line. e.g terminal width - Environmental scores cover an assessment for any modified Base metrics, confidentiality, - integrity, and availability requirements. For example (https://www.first.org/cvss/specification-document)' - example: 5.5 + Terminal sizes can change, so this value reflects the maximum value for a + given IO event. i.e. where event.action = ''text_output''' + example: 80 default_field: false - - name: score.temporal + - name: tty.rows level: extended - type: float - description: 'Scores can range from 0.0 to 10.0, with 10.0 being the most severe. + type: long + description: 'The number of character rows in the terminal. e.g terminal height - Temporal scores cover an assessment for code maturity, remediation level, - and confidence. For example (https://www.first.org/cvss/specification-document)' + Terminal sizes can change, so this value reflects the maximum value for a + given IO event. i.e. where event.action = ''text_output''' + example: 24 default_field: false - - name: score.version + - name: uptime level: extended + type: long + description: Seconds the process has been up. + example: 1325 + - name: user.id + level: core + type: keyword + ignore_above: 1024 + description: Unique identifier of the user. + example: S-1-5-21-202424912787-2692429404-2351956786-1000 + default_field: false + - name: user.name + level: core type: keyword ignore_above: 1024 - description: 'The National Vulnerability Database (NVD) provides qualitative - severity rankings of "Low", "Medium", and "High" for CVSS v2.0 base score - ranges in addition to the severity ratings for CVSS v3.0 as they are defined - in the CVSS v3.0 specification. + multi_fields: + - name: text + type: match_only_text + description: Short name or login of the user. + example: a.einstein + default_field: false + - name: vpid + level: core + type: long + format: string + description: 'Virtual process id. - CVSS is owned and managed by FIRST.Org, Inc. (FIRST), a US-based non-profit - organization, whose mission is to help computer security incident response - teams across the world. For example (https://nvd.nist.gov/vuln-metrics/cvss)' - example: 2.0 + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' + example: 4242 default_field: false - - name: severity + - name: working_directory level: extended type: keyword ignore_above: 1024 - description: The severity of the vulnerability can help with metrics and internal - prioritization regarding remediation. For example (https://nvd.nist.gov/vuln-metrics/cvss) - example: Critical - default_field: false + multi_fields: + - name: text + type: match_only_text + default_field: false + description: The working directory of the process. + example: /home/alice diff --git a/x-pack/auditbeat/processors/sessionmd/fields.go b/x-pack/auditbeat/processors/sessionmd/fields.go index fb5ca0d32cc..8cf1d8d7ae6 100644 --- a/x-pack/auditbeat/processors/sessionmd/fields.go +++ b/x-pack/auditbeat/processors/sessionmd/fields.go @@ -19,5 +19,5 @@ func init() { // AssetFieldsYml returns asset data. // This is the base64 encoded zlib format compressed contents of fields.yml. func AssetFieldsYml() string { - return "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" + return "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" } From 0789e25d574735b0706c25d011ca506d66a85b92 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Wed, 17 Apr 2024 13:19:57 -0700 Subject: [PATCH 4/6] Remove duplicate fields from sessionmd assets Remove duplicate process fields that exist in the base `fields.ecs.yml`, and remove some other fields that are not used in sessionmd. --- .../processors/sessionmd/_meta/fields.yml | 1857 +---------------- .../auditbeat/processors/sessionmd/fields.go | 2 +- 2 files changed, 84 insertions(+), 1775 deletions(-) diff --git a/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml b/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml index 520a341162a..bbb14b31498 100644 --- a/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml +++ b/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml @@ -15,382 +15,6 @@ type: group default_field: true fields: - - name: args - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of process arguments, starting with the absolute path to - the executable. - - May be filtered to protect sensitive information.' - example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' - - name: args_count - level: extended - type: long - description: 'Length of the process.args array. - - This field can be useful for querying or performing bucket analysis on how - many arguments were provided to start a process. More arguments may be an - indication of suspicious activity.' - example: 4 - default_field: false - - name: code_signature.digest_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: 'The hashing algorithm used to sign the process. - - This value can distinguish signatures when a file is signed multiple times - by the same signer but with a different digest algorithm.' - example: sha256 - default_field: false - - name: code_signature.exists - level: core - type: boolean - description: Boolean to capture if a signature is present. - example: 'true' - default_field: false - - name: code_signature.signing_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The identifier used to sign the process. - - This is used to identify the application manufactured by a software vendor. - The field is relevant to Apple *OS only.' - example: com.apple.xpc.proxy - default_field: false - - name: code_signature.status - level: extended - type: keyword - ignore_above: 1024 - description: 'Additional information about the certificate status. - - This is useful for logging cryptographic errors with the certificate validity - or trust status. Leave unpopulated if the validity or trust of the certificate - was unchecked.' - example: ERROR_UNTRUSTED_ROOT - default_field: false - - name: code_signature.subject_name - level: core - type: keyword - ignore_above: 1024 - description: Subject name of the code signer - example: Microsoft Corporation - default_field: false - - name: code_signature.team_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The team identifier used to sign the process. - - This is used to identify the team or vendor of a software product. The field - is relevant to Apple *OS only.' - example: EQHXZ8M8AV - default_field: false - - name: code_signature.timestamp - level: extended - type: date - description: Date and time when the code signature was generated and signed. - example: '2021-01-01T12:10:30Z' - default_field: false - - name: code_signature.trusted - level: extended - type: boolean - description: 'Stores the trust status of the certificate chain. - - Validating the trust of the certificate chain may be complicated, and this - field should only be populated by tools that actively check the status.' - example: 'true' - default_field: false - - name: code_signature.valid - level: extended - type: boolean - description: 'Boolean to capture if the digital signature is verified against - the binary content. - - Leave unpopulated if a certificate was unchecked.' - example: 'true' - default_field: false - - name: command_line - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - description: 'Full command line that started the process, including the absolute - path to the executable, and all arguments. - - Some arguments may be filtered to protect sensitive information.' - example: /usr/bin/ssh -l user 10.0.0.16 - default_field: false - - name: elf.architecture - level: extended - type: keyword - ignore_above: 1024 - description: Machine architecture of the ELF file. - example: x86-64 - default_field: false - - name: elf.byte_order - level: extended - type: keyword - ignore_above: 1024 - description: Byte sequence of ELF file. - example: Little Endian - default_field: false - - name: elf.cpu_type - level: extended - type: keyword - ignore_above: 1024 - description: CPU type of the ELF file. - example: Intel - default_field: false - - name: elf.creation_date - level: extended - type: date - description: Extracted when possible from the file's metadata. Indicates when - it was built or compiled. It can also be faked by malware creators. - default_field: false - - name: elf.exports - level: extended - type: flattened - description: List of exported element names and types. - default_field: false - - name: elf.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in an ELF file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: elf.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: elf.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: elf.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: elf.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: elf.header.abi_version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF Application Binary Interface (ABI). - default_field: false - - name: elf.header.class - level: extended - type: keyword - ignore_above: 1024 - description: Header class of the ELF file. - default_field: false - - name: elf.header.data - level: extended - type: keyword - ignore_above: 1024 - description: Data table of the ELF header. - default_field: false - - name: elf.header.entrypoint - level: extended - type: long - format: string - description: Header entrypoint of the ELF file. - default_field: false - - name: elf.header.object_version - level: extended - type: keyword - ignore_above: 1024 - description: '"0x1" for original ELF files.' - default_field: false - - name: elf.header.os_abi - level: extended - type: keyword - ignore_above: 1024 - description: Application Binary Interface (ABI) of the Linux OS. - default_field: false - - name: elf.header.type - level: extended - type: keyword - ignore_above: 1024 - description: Header type of the ELF file. - default_field: false - - name: elf.header.version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF header. - default_field: false - - name: elf.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in an ELF file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is an ELF implementation of the Windows PE imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: elf.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: elf.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: elf.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: elf.sections - level: extended - type: nested - description: 'An array containing an object for each section of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.sections.*`.' - default_field: false - - name: elf.sections.chi2 - level: extended - type: long - format: number - description: Chi-square probability distribution of the section. - default_field: false - - name: elf.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: elf.sections.flags - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List flags. - default_field: false - - name: elf.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List name. - default_field: false - - name: elf.sections.physical_offset - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List offset. - default_field: false - - name: elf.sections.physical_size - level: extended - type: long - format: bytes - description: ELF Section List physical size. - default_field: false - - name: elf.sections.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List type. - default_field: false - - name: elf.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: elf.sections.virtual_address - level: extended - type: long - format: string - description: ELF Section List virtual address. - default_field: false - - name: elf.sections.virtual_size - level: extended - type: long - format: string - description: ELF Section List virtual size. - default_field: false - - name: elf.segments - level: extended - type: nested - description: 'An array containing an object for each segment of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.segments.*`.' - default_field: false - - name: elf.segments.sections - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment sections. - default_field: false - - name: elf.segments.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment type. - default_field: false - - name: elf.shared_libraries - level: extended - type: keyword - ignore_above: 1024 - description: List of shared libraries used by this ELF object. - default_field: false - - name: elf.telfhash - level: extended - type: keyword - ignore_above: 1024 - description: telfhash symbol hash for ELF file. - default_field: false - - name: end - level: extended - type: date - description: The time the process ended. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - name: entry_leader.args level: extended type: keyword @@ -411,29 +35,6 @@ indication of suspicious activity.' example: 4 default_field: false - - name: entry_leader.attested_groups.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: entry_leader.attested_user.id - level: core - type: keyword - ignore_above: 1024 - description: Unique identifier of the user. - example: S-1-5-21-202424912787-2692429404-2351956786-1000 - default_field: false - - name: entry_leader.attested_user.name - level: core - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Short name or login of the user. - example: a.einstein - default_field: false - name: entry_leader.command_line level: extended type: wildcard @@ -610,20 +211,50 @@ description: Process id. example: 4242 default_field: false - - name: entry_leader.real_group.id + - name: previous.args level: extended type: keyword ignore_above: 1024 - description: Unique identifier for the group on the system/platform. + description: 'Array of process arguments, starting with the absolute path to + the executable. + + May be filtered to protect sensitive information.' + example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' default_field: false - - name: entry_leader.real_group.name + - name: previous.args_count level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: entry_leader.real_user.id - level: core + type: long + description: 'Length of the process.args array. + + This field can be useful for querying or performing bucket analysis on how + many arguments were provided to start a process. More arguments may be an + indication of suspicious activity.' + example: 4 + default_field: false + - name: previous.executable + level: extended + type: keyword + ignore_above: 1024 + multi_fields: + - name: text + type: match_only_text + description: Absolute path to the process executable. + example: /usr/bin/ssh + default_field: false + - name: entry_leader.real_group.id + level: extended + type: keyword + ignore_above: 1024 + description: Unique identifier for the group on the system/platform. + default_field: false + - name: entry_leader.real_group.name + level: extended + type: keyword + ignore_above: 1024 + description: Name of the group. + default_field: false + - name: entry_leader.real_user.id + level: core type: keyword ignore_above: 1024 description: Unique identifier of the user. @@ -782,25 +413,6 @@ May be filtered to protect sensitive information.' example: '["PATH=/usr/local/bin:/usr/bin", "USER=ubuntu"]' default_field: false - - name: executable - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: Absolute path to the process executable. - example: /usr/bin/ssh - - name: exit_code - level: extended - type: long - description: 'The exit code of the process, if this is a termination event. - - The field should be absent if there is no exit code for the event (e.g. process - start).' - example: 137 - default_field: false - name: group_leader.args level: extended type: keyword @@ -993,18 +605,6 @@ description: The time the process started. example: '2016-05-23T08:05:34.853Z' default_field: false - - name: group_leader.supplemental_groups.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: group_leader.supplemental_groups.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - name: group_leader.tty level: extended type: object @@ -1067,44 +667,6 @@ description: The working directory of the process. example: /home/alice default_field: false - - name: hash.md5 - level: extended - type: keyword - ignore_above: 1024 - description: MD5 hash. - - name: hash.sha1 - level: extended - type: keyword - ignore_above: 1024 - description: SHA1 hash. - - name: hash.sha256 - level: extended - type: keyword - ignore_above: 1024 - description: SHA256 hash. - - name: hash.sha384 - level: extended - type: keyword - ignore_above: 1024 - description: SHA384 hash. - default_field: false - - name: hash.sha512 - level: extended - type: keyword - ignore_above: 1024 - description: SHA512 hash. - - name: hash.ssdeep - level: extended - type: keyword - ignore_above: 1024 - description: SSDEEP hash. - default_field: false - - name: hash.tlsh - level: extended - type: keyword - ignore_above: 1024 - description: TLSH hash. - default_field: false - name: interactive level: extended type: boolean @@ -1121,1013 +683,73 @@ connected to the controlling TTY.' example: true default_field: false - - name: io - level: extended - type: object - description: 'A chunk of input or output (IO) from a single process. - - This field only appears on the top level process object, which is the process - that wrote the output or read the input.' - default_field: false - - name: io.bytes_skipped - level: extended - type: object - description: An array of byte offsets and lengths denoting where IO data has - been skipped. - default_field: false - - name: io.bytes_skipped.length - level: extended - type: long - description: The length of bytes skipped. - default_field: false - - name: io.bytes_skipped.offset - level: extended - type: long - description: The byte offset into this event's io.text (or io.bytes in the future) - where length bytes were skipped. - default_field: false - - name: io.max_bytes_per_process_exceeded - level: extended - type: boolean - description: If true, the process producing the output has exceeded the max_kilobytes_per_process - configuration setting. - default_field: false - - name: io.text - level: extended - type: wildcard - description: 'A chunk of output or input sanitized to UTF-8. - - Best efforts are made to ensure complete lines are captured in these events. - Assumptions should NOT be made that multiple lines will appear in the same - event. TTY output may contain terminal control codes such as for cursor movement, - so some string queries may not match due to terminal codes inserted between - characters of a word.' - default_field: false - - name: io.total_bytes_captured - level: extended - type: long - description: The total number of bytes captured in this event. - default_field: false - - name: io.total_bytes_skipped - level: extended - type: long - description: The total number of bytes that were not captured due to implementation - restrictions such as buffer size limits. Implementors should strive to ensure - this value is always zero - default_field: false - - name: io.type - level: extended - type: keyword - ignore_above: 1024 - description: 'The type of object on which the IO action (read or write) was - taken. - - Currently only ''tty'' is supported. Other types may be added in the future - for ''file'' and ''socket'' support.' - default_field: false - - name: macho.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a Mach-O file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: macho.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: macho.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: macho.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: macho.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: macho.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a Mach-O file. An import hash can be - used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - This is a synonym for symhash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: macho.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: macho.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: macho.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: macho.sections - level: extended - type: nested - description: 'An array containing an object for each section of the Mach-O file. - - The keys that should be present in these objects are defined by sub-fields - underneath `macho.sections.*`.' - default_field: false - - name: macho.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: macho.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: Mach-O Section List name. - default_field: false - - name: macho.sections.physical_size - level: extended - type: long - format: bytes - description: Mach-O Section List physical size. - default_field: false - - name: macho.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: macho.sections.virtual_size - level: extended - type: long - format: string - description: Mach-O Section List virtual size. This is always the same as `physical_size`. - default_field: false - - name: macho.symhash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a Mach-O file. An import hash can be - used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - This is a Mach-O implementation of the Windows PE imphash' - example: d3ccf195b62a9279c3c19af1080497ec - default_field: false - - name: name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: 'Process name. - - Sometimes called program name or similar.' - example: ssh - - name: parent.args - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of process arguments, starting with the absolute path to - the executable. - - May be filtered to protect sensitive information.' - example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' - default_field: false - - name: parent.args_count - level: extended - type: long - description: 'Length of the process.args array. - - This field can be useful for querying or performing bucket analysis on how - many arguments were provided to start a process. More arguments may be an - indication of suspicious activity.' - example: 4 - default_field: false - - name: parent.code_signature.digest_algorithm - level: extended - type: keyword - ignore_above: 1024 - description: 'The hashing algorithm used to sign the process. - - This value can distinguish signatures when a file is signed multiple times - by the same signer but with a different digest algorithm.' - example: sha256 - default_field: false - - name: parent.code_signature.exists - level: core - type: boolean - description: Boolean to capture if a signature is present. - example: 'true' - default_field: false - - name: parent.code_signature.signing_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The identifier used to sign the process. - - This is used to identify the application manufactured by a software vendor. - The field is relevant to Apple *OS only.' - example: com.apple.xpc.proxy - default_field: false - - name: parent.code_signature.status - level: extended - type: keyword - ignore_above: 1024 - description: 'Additional information about the certificate status. - - This is useful for logging cryptographic errors with the certificate validity - or trust status. Leave unpopulated if the validity or trust of the certificate - was unchecked.' - example: ERROR_UNTRUSTED_ROOT - default_field: false - - name: parent.code_signature.subject_name - level: core - type: keyword - ignore_above: 1024 - description: Subject name of the code signer - example: Microsoft Corporation - default_field: false - - name: parent.code_signature.team_id - level: extended - type: keyword - ignore_above: 1024 - description: 'The team identifier used to sign the process. - - This is used to identify the team or vendor of a software product. The field - is relevant to Apple *OS only.' - example: EQHXZ8M8AV - default_field: false - - name: parent.code_signature.timestamp - level: extended - type: date - description: Date and time when the code signature was generated and signed. - example: '2021-01-01T12:10:30Z' - default_field: false - - name: parent.code_signature.trusted - level: extended - type: boolean - description: 'Stores the trust status of the certificate chain. - - Validating the trust of the certificate chain may be complicated, and this - field should only be populated by tools that actively check the status.' - example: 'true' - default_field: false - - name: parent.code_signature.valid - level: extended - type: boolean - description: 'Boolean to capture if the digital signature is verified against - the binary content. - - Leave unpopulated if a certificate was unchecked.' - example: 'true' - default_field: false - - name: parent.command_line - level: extended - type: wildcard - multi_fields: - - name: text - type: match_only_text - description: 'Full command line that started the process, including the absolute - path to the executable, and all arguments. - - Some arguments may be filtered to protect sensitive information.' - example: /usr/bin/ssh -l user 10.0.0.16 - default_field: false - - name: parent.elf.architecture - level: extended - type: keyword - ignore_above: 1024 - description: Machine architecture of the ELF file. - example: x86-64 - default_field: false - - name: parent.elf.byte_order - level: extended - type: keyword - ignore_above: 1024 - description: Byte sequence of ELF file. - example: Little Endian - default_field: false - - name: parent.elf.cpu_type - level: extended - type: keyword - ignore_above: 1024 - description: CPU type of the ELF file. - example: Intel - default_field: false - - name: parent.elf.creation_date - level: extended - type: date - description: Extracted when possible from the file's metadata. Indicates when - it was built or compiled. It can also be faked by malware creators. - default_field: false - - name: parent.elf.exports - level: extended - type: flattened - description: List of exported element names and types. - default_field: false - - name: parent.elf.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in an ELF file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: parent.elf.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: parent.elf.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.elf.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.elf.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: parent.elf.header.abi_version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF Application Binary Interface (ABI). - default_field: false - - name: parent.elf.header.class - level: extended - type: keyword - ignore_above: 1024 - description: Header class of the ELF file. - default_field: false - - name: parent.elf.header.data - level: extended - type: keyword - ignore_above: 1024 - description: Data table of the ELF header. - default_field: false - - name: parent.elf.header.entrypoint - level: extended - type: long - format: string - description: Header entrypoint of the ELF file. - default_field: false - - name: parent.elf.header.object_version - level: extended - type: keyword - ignore_above: 1024 - description: '"0x1" for original ELF files.' - default_field: false - - name: parent.elf.header.os_abi - level: extended - type: keyword - ignore_above: 1024 - description: Application Binary Interface (ABI) of the Linux OS. - default_field: false - - name: parent.elf.header.type - level: extended - type: keyword - ignore_above: 1024 - description: Header type of the ELF file. - default_field: false - - name: parent.elf.header.version - level: extended - type: keyword - ignore_above: 1024 - description: Version of the ELF header. - default_field: false - - name: parent.elf.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in an ELF file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is an ELF implementation of the Windows PE imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: parent.elf.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: parent.elf.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: parent.elf.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: parent.elf.sections - level: extended - type: nested - description: 'An array containing an object for each section of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.sections.*`.' - default_field: false - - name: parent.elf.sections.chi2 - level: extended - type: long - format: number - description: Chi-square probability distribution of the section. - default_field: false - - name: parent.elf.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: parent.elf.sections.flags - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List flags. - default_field: false - - name: parent.elf.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List name. - default_field: false - - name: parent.elf.sections.physical_offset - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List offset. - default_field: false - - name: parent.elf.sections.physical_size - level: extended - type: long - format: bytes - description: ELF Section List physical size. - default_field: false - - name: parent.elf.sections.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF Section List type. - default_field: false - - name: parent.elf.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: parent.elf.sections.virtual_address - level: extended - type: long - format: string - description: ELF Section List virtual address. - default_field: false - - name: parent.elf.sections.virtual_size - level: extended - type: long - format: string - description: ELF Section List virtual size. - default_field: false - - name: parent.elf.segments - level: extended - type: nested - description: 'An array containing an object for each segment of the ELF file. - - The keys that should be present in these objects are defined by sub-fields - underneath `elf.segments.*`.' - default_field: false - - name: parent.elf.segments.sections - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment sections. - default_field: false - - name: parent.elf.segments.type - level: extended - type: keyword - ignore_above: 1024 - description: ELF object segment type. - default_field: false - - name: parent.elf.shared_libraries - level: extended - type: keyword - ignore_above: 1024 - description: List of shared libraries used by this ELF object. - default_field: false - - name: parent.elf.telfhash - level: extended - type: keyword - ignore_above: 1024 - description: telfhash symbol hash for ELF file. - default_field: false - - name: parent.end - level: extended - type: date - description: The time the process ended. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: parent.entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: parent.executable - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Absolute path to the process executable. - example: /usr/bin/ssh - default_field: false - - name: parent.exit_code - level: extended - type: long - description: 'The exit code of the process, if this is a termination event. - - The field should be absent if there is no exit code for the event (e.g. process - start).' - example: 137 - default_field: false - - name: parent.group.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: parent.group.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - - name: parent.group_leader.entity_id - level: extended - type: keyword - ignore_above: 1024 - description: 'Unique identifier for the process. - - The implementation of this is specified by the data source, but some examples - of what could be used here are a process-generated UUID, Sysmon Process GUIDs, - or a hash of some uniquely identifying components of a process. - - Constructing a globally unique identifier is a common practice to mitigate - PID reuse as well as to identify a specific process over time, across multiple - monitored hosts.' - example: c2c455d9f99375d - default_field: false - - name: parent.group_leader.pid - level: core - type: long - format: string - description: Process id. - example: 4242 - default_field: false - - name: parent.group_leader.start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: parent.group_leader.vpid - level: core - type: long - format: string - description: 'Virtual process id. - - The process id within a pid namespace. This is not necessarily unique across - all processes on the host but it is unique within the process namespace that - the process exists within.' - example: 4242 - default_field: false - - name: parent.hash.md5 - level: extended - type: keyword - ignore_above: 1024 - description: MD5 hash. - default_field: false - - name: parent.hash.sha1 - level: extended - type: keyword - ignore_above: 1024 - description: SHA1 hash. - default_field: false - - name: parent.hash.sha256 - level: extended - type: keyword - ignore_above: 1024 - description: SHA256 hash. - default_field: false - - name: parent.hash.sha384 - level: extended - type: keyword - ignore_above: 1024 - description: SHA384 hash. - default_field: false - - name: parent.hash.sha512 - level: extended - type: keyword - ignore_above: 1024 - description: SHA512 hash. - default_field: false - - name: parent.hash.ssdeep - level: extended - type: keyword - ignore_above: 1024 - description: SSDEEP hash. - default_field: false - - name: parent.hash.tlsh - level: extended - type: keyword - ignore_above: 1024 - description: TLSH hash. - default_field: false - - name: parent.interactive - level: extended - type: boolean - description: 'Whether the process is connected to an interactive shell. - - Process interactivity is inferred from the processes file descriptors. If - the character device for the controlling tty is the same as stdin and stderr - for the process, the process is considered interactive. - - Note: A non-interactive process can belong to an interactive session and is - simply one that does not have open file descriptors reading the controlling - TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A - backgrounded process is still considered interactive if stdin and stderr are - connected to the controlling TTY.' - example: true - default_field: false - - name: parent.macho.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a Mach-O file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: parent.macho.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: parent.macho.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.macho.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.macho.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: parent.macho.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a Mach-O file. An import hash can be - used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - This is a synonym for symhash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: parent.macho.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: parent.macho.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: parent.macho.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: parent.macho.sections - level: extended - type: nested - description: 'An array containing an object for each section of the Mach-O file. - - The keys that should be present in these objects are defined by sub-fields - underneath `macho.sections.*`.' - default_field: false - - name: parent.macho.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: parent.macho.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: Mach-O Section List name. - default_field: false - - name: parent.macho.sections.physical_size - level: extended - type: long - format: bytes - description: Mach-O Section List physical size. - default_field: false - - name: parent.macho.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: parent.macho.sections.virtual_size - level: extended - type: long - format: string - description: Mach-O Section List virtual size. This is always the same as `physical_size`. - default_field: false - - name: parent.macho.symhash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a Mach-O file. An import hash can be - used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - This is a Mach-O implementation of the Windows PE imphash' - example: d3ccf195b62a9279c3c19af1080497ec - default_field: false - - name: parent.name - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: 'Process name. - - Sometimes called program name or similar.' - example: ssh - default_field: false - - name: parent.pe.architecture - level: extended - type: keyword - ignore_above: 1024 - description: CPU architecture target for the file. - example: x64 - default_field: false - - name: parent.pe.company - level: extended - type: keyword - ignore_above: 1024 - description: Internal company name of the file, provided at compile-time. - example: Microsoft Corporation - default_field: false - - name: parent.pe.description - level: extended - type: keyword - ignore_above: 1024 - description: Internal description of the file, provided at compile-time. - example: Paint - default_field: false - - name: parent.pe.file_version - level: extended - type: keyword - ignore_above: 1024 - description: Internal version of the file, provided at compile-time. - example: 6.3.9600.17415 - default_field: false - - name: parent.pe.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a PE file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: parent.pe.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: parent.pe.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.pe.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: parent.pe.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: parent.pe.imphash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An imphash -- or import hash - -- can be used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' - example: 0c6803c4e922103c4dca5963aad36ddf - default_field: false - - name: parent.pe.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is a synonym for imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: parent.pe.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: parent.pe.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: parent.pe.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: parent.pe.original_file_name + - name: parent.group.id level: extended type: keyword ignore_above: 1024 - description: Internal name of the file, provided at compile-time. - example: MSPAINT.EXE + description: Unique identifier for the group on the system/platform. default_field: false - - name: parent.pe.pehash + - name: parent.group.name level: extended type: keyword ignore_above: 1024 - description: 'A hash of the PE header and data from one or more PE sections. - An pehash can be used to cluster files by transforming structural information - about a file into a hash value. - - Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' - example: 73ff189b63cd6be375a7ff25179a38d347651975 + description: Name of the group. default_field: false - - name: parent.pe.product + - name: parent.group_leader.entity_id level: extended type: keyword ignore_above: 1024 - description: Internal product name of the file, provided at compile-time. - example: "Microsoft\xAE Windows\xAE Operating System" - default_field: false - - name: parent.pe.sections - level: extended - type: nested - description: 'An array containing an object for each section of the PE file. + description: 'Unique identifier for the process. - The keys that should be present in these objects are defined by sub-fields - underneath `pe.sections.*`.' - default_field: false - - name: parent.pe.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: parent.pe.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: PE Section List name. - default_field: false - - name: parent.pe.sections.physical_size - level: extended - type: long - format: bytes - description: PE Section List physical size. - default_field: false - - name: parent.pe.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. + The implementation of this is specified by the data source, but some examples + of what could be used here are a process-generated UUID, Sysmon Process GUIDs, + or a hash of some uniquely identifying components of a process. + + Constructing a globally unique identifier is a common practice to mitigate + PID reuse as well as to identify a specific process over time, across multiple + monitored hosts.' + example: c2c455d9f99375d default_field: false - - name: parent.pe.sections.virtual_size - level: extended + - name: parent.group_leader.pid + level: core type: long format: string - description: PE Section List virtual size. This is always the same as `physical_size`. + description: Process id. + example: 4242 default_field: false - - name: parent.pgid + - name: parent.group_leader.start level: extended - type: long - format: string - description: 'Deprecated for removal in next major version release. This field - is superseded by `process.group_leader.pid`. - - Identifier of the group of processes the process belongs to.' + type: date + description: The time the process started. + example: '2016-05-23T08:05:34.853Z' default_field: false - - name: parent.pid + - name: parent.group_leader.vpid level: core type: long format: string - description: Process id. + description: 'Virtual process id. + + The process id within a pid namespace. This is not necessarily unique across + all processes on the host but it is unique within the process namespace that + the process exists within.' example: 4242 default_field: false + - name: parent.interactive + level: extended + type: boolean + description: 'Whether the process is connected to an interactive shell. + + Process interactivity is inferred from the processes file descriptors. If + the character device for the controlling tty is the same as stdin and stderr + for the process, the process is considered interactive. + + Note: A non-interactive process can belong to an interactive session and is + simply one that does not have open file descriptors reading the controlling + TTY on FD 0 (stdin) or writing to the controlling TTY on FD 2 (stderr). A + backgrounded process is still considered interactive if stdin and stderr are + connected to the controlling TTY.' + example: true + default_field: false - name: parent.real_group.id level: extended type: keyword @@ -2186,24 +808,6 @@ description: Short name or login of the user. example: a.einstein default_field: false - - name: parent.start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - default_field: false - - name: parent.supplemental_groups.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: parent.supplemental_groups.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - name: parent.thread.capabilities.effective level: extended type: keyword @@ -2222,32 +826,6 @@ example: '["CAP_BPF", "CAP_SYS_ADMIN"]' pattern: ^(CAP_[A-Z_]+|\d+)$ default_field: false - - name: parent.thread.id - level: extended - type: long - format: string - description: Thread ID. - example: 4242 - default_field: false - - name: parent.thread.name - level: extended - type: keyword - ignore_above: 1024 - description: Thread name. - example: thread-0 - default_field: false - - name: parent.title - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: 'Process title. - - The proctitle, some times the same as process name. Can also be different: - for example a browser setting its title to the web page currently opened.' - default_field: false - name: parent.tty level: extended type: object @@ -2272,12 +850,6 @@ \ the minor number provides a way for the driver to differentiate among them." example: 1 default_field: false - - name: parent.uptime - level: extended - type: long - description: Seconds the process has been up. - example: 1325 - default_field: false - name: parent.user.id level: core type: keyword @@ -2316,218 +888,6 @@ description: The working directory of the process. example: /home/alice default_field: false - - name: pe.architecture - level: extended - type: keyword - ignore_above: 1024 - description: CPU architecture target for the file. - example: x64 - default_field: false - - name: pe.company - level: extended - type: keyword - ignore_above: 1024 - description: Internal company name of the file, provided at compile-time. - example: Microsoft Corporation - default_field: false - - name: pe.description - level: extended - type: keyword - ignore_above: 1024 - description: Internal description of the file, provided at compile-time. - example: Paint - default_field: false - - name: pe.file_version - level: extended - type: keyword - ignore_above: 1024 - description: Internal version of the file, provided at compile-time. - example: 6.3.9600.17415 - default_field: false - - name: pe.go_import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the Go language imports in a PE file excluding standard - library imports. An import hash can be used to fingerprint binaries even after - recompilation or other code-level transformations have occurred, which would - change more traditional hash values. - - The algorithm used to calculate the Go symbol hash and a reference implementation - are available [here](https://github.com/elastic/toutoumomoma).' - example: 10bddcb4cee42080f76c88d9ff964491 - default_field: false - - name: pe.go_imports - level: extended - type: flattened - description: List of imported Go language element names and types. - default_field: false - - name: pe.go_imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of Go imports. - default_field: false - - name: pe.go_imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of Go imports. - default_field: false - - name: pe.go_stripped - level: extended - type: boolean - description: Set to true if the file is a Go executable that has had its symbols - stripped or obfuscated and false if an unobfuscated Go executable. - default_field: false - - name: pe.imphash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An imphash -- or import hash - -- can be used to fingerprint binaries even after recompilation or other code-level - transformations have occurred, which would change more traditional hash values. - - Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.' - example: 0c6803c4e922103c4dca5963aad36ddf - default_field: false - - name: pe.import_hash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the imports in a PE file. An import hash can be used - to fingerprint binaries even after recompilation or other code-level transformations - have occurred, which would change more traditional hash values. - - This is a synonym for imphash.' - example: d41d8cd98f00b204e9800998ecf8427e - default_field: false - - name: pe.imports - level: extended - type: flattened - description: List of imported element names and types. - default_field: false - - name: pe.imports_names_entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the list of imported element names - and types. - default_field: false - - name: pe.imports_names_var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the list of imported - element names and types. - default_field: false - - name: pe.original_file_name - level: extended - type: keyword - ignore_above: 1024 - description: Internal name of the file, provided at compile-time. - example: MSPAINT.EXE - default_field: false - - name: pe.pehash - level: extended - type: keyword - ignore_above: 1024 - description: 'A hash of the PE header and data from one or more PE sections. - An pehash can be used to cluster files by transforming structural information - about a file into a hash value. - - Learn more at https://www.usenix.org/legacy/events/leet09/tech/full_papers/wicherski/wicherski_html/index.html.' - example: 73ff189b63cd6be375a7ff25179a38d347651975 - default_field: false - - name: pe.product - level: extended - type: keyword - ignore_above: 1024 - description: Internal product name of the file, provided at compile-time. - example: "Microsoft\xAE Windows\xAE Operating System" - default_field: false - - name: pe.sections - level: extended - type: nested - description: 'An array containing an object for each section of the PE file. - - The keys that should be present in these objects are defined by sub-fields - underneath `pe.sections.*`.' - default_field: false - - name: pe.sections.entropy - level: extended - type: long - format: number - description: Shannon entropy calculation from the section. - default_field: false - - name: pe.sections.name - level: extended - type: keyword - ignore_above: 1024 - description: PE Section List name. - default_field: false - - name: pe.sections.physical_size - level: extended - type: long - format: bytes - description: PE Section List physical size. - default_field: false - - name: pe.sections.var_entropy - level: extended - type: long - format: number - description: Variance for Shannon entropy calculation from the section. - default_field: false - - name: pe.sections.virtual_size - level: extended - type: long - format: string - description: PE Section List virtual size. This is always the same as `physical_size`. - default_field: false - - name: pgid - level: extended - type: long - format: string - description: 'Deprecated for removal in next major version release. This field - is superseded by `process.group_leader.pid`. - - Identifier of the group of processes the process belongs to.' - - name: pid - level: core - type: long - format: string - description: Process id. - example: 4242 - - name: previous.args - level: extended - type: keyword - ignore_above: 1024 - description: 'Array of process arguments, starting with the absolute path to - the executable. - - May be filtered to protect sensitive information.' - example: '["/usr/bin/ssh", "-l", "user", "10.0.0.16"]' - default_field: false - - name: previous.args_count - level: extended - type: long - description: 'Length of the process.args array. - - This field can be useful for querying or performing bucket analysis on how - many arguments were provided to start a process. More arguments may be an - indication of suspicious activity.' - example: 4 - default_field: false - - name: previous.executable - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: Absolute path to the process executable. - example: /usr/bin/ssh - default_field: false - name: real_group.id level: extended type: keyword @@ -2856,18 +1216,6 @@ description: The time the process started. example: '2016-05-23T08:05:34.853Z' default_field: false - - name: session_leader.supplemental_groups.id - level: extended - type: keyword - ignore_above: 1024 - description: Unique identifier for the group on the system/platform. - default_field: false - - name: session_leader.supplemental_groups.name - level: extended - type: keyword - ignore_above: 1024 - description: Name of the group. - default_field: false - name: session_leader.tty level: extended type: object @@ -2965,30 +1313,6 @@ example: '["CAP_BPF", "CAP_SYS_ADMIN"]' pattern: ^(CAP_[A-Z_]+|\d+)$ default_field: false - - name: thread.id - level: extended - type: long - format: string - description: Thread ID. - example: 4242 - - name: thread.name - level: extended - type: keyword - ignore_above: 1024 - description: Thread name. - example: thread-0 - - name: title - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: 'Process title. - - The proctitle, some times the same as process name. Can also be different: - for example a browser setting its title to the web page currently opened.' - name: tty level: extended type: object @@ -3031,11 +1355,6 @@ given IO event. i.e. where event.action = ''text_output''' example: 24 default_field: false - - name: uptime - level: extended - type: long - description: Seconds the process has been up. - example: 1325 - name: user.id level: core type: keyword @@ -3064,13 +1383,3 @@ the process exists within.' example: 4242 default_field: false - - name: working_directory - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - default_field: false - description: The working directory of the process. - example: /home/alice diff --git a/x-pack/auditbeat/processors/sessionmd/fields.go b/x-pack/auditbeat/processors/sessionmd/fields.go index 8cf1d8d7ae6..874b151ea73 100644 --- a/x-pack/auditbeat/processors/sessionmd/fields.go +++ b/x-pack/auditbeat/processors/sessionmd/fields.go @@ -19,5 +19,5 @@ func init() { // AssetFieldsYml returns asset data. // This is the base64 encoded zlib format compressed contents of fields.yml. func AssetFieldsYml() string { - return "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" + return "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" } From 1b6ed51ae294801affac15559fb39a48c18e6cdf Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Wed, 17 Apr 2024 14:38:23 -0700 Subject: [PATCH 5/6] remove existing field --- x-pack/auditbeat/processors/sessionmd/_meta/fields.yml | 10 ---------- x-pack/auditbeat/processors/sessionmd/fields.go | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml b/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml index bbb14b31498..d5bea32d668 100644 --- a/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml +++ b/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml @@ -878,16 +878,6 @@ the process exists within.' example: 4242 default_field: false - - name: parent.working_directory - level: extended - type: keyword - ignore_above: 1024 - multi_fields: - - name: text - type: match_only_text - description: The working directory of the process. - example: /home/alice - default_field: false - name: real_group.id level: extended type: keyword diff --git a/x-pack/auditbeat/processors/sessionmd/fields.go b/x-pack/auditbeat/processors/sessionmd/fields.go index 874b151ea73..e4d2dc37de9 100644 --- a/x-pack/auditbeat/processors/sessionmd/fields.go +++ b/x-pack/auditbeat/processors/sessionmd/fields.go @@ -19,5 +19,5 @@ func init() { // AssetFieldsYml returns asset data. // This is the base64 encoded zlib format compressed contents of fields.yml. func AssetFieldsYml() string { - return "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" + return "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" } From bbcdbfd3b17113beb045322f4f500a3d7ab7785c Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Wed, 17 Apr 2024 15:45:55 -0700 Subject: [PATCH 6/6] remove more duplicate fields --- .../processors/sessionmd/_meta/fields.yml | 23 ------------------- .../auditbeat/processors/sessionmd/fields.go | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml b/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml index d5bea32d668..d2878d450e5 100644 --- a/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml +++ b/x-pack/auditbeat/processors/sessionmd/_meta/fields.yml @@ -1268,11 +1268,6 @@ description: The working directory of the process. example: /home/alice default_field: false - - name: start - level: extended - type: date - description: The time the process started. - example: '2016-05-23T08:05:34.853Z' - name: supplemental_groups.id level: extended type: keyword @@ -1285,24 +1280,6 @@ ignore_above: 1024 description: Name of the group. default_field: false - - name: thread.capabilities.effective - level: extended - type: keyword - ignore_above: 1024 - description: This is the set of capabilities used by the kernel to perform permission - checks for the thread. - example: '["CAP_BPF", "CAP_SYS_ADMIN"]' - pattern: ^(CAP_[A-Z_]+|\d+)$ - default_field: false - - name: thread.capabilities.permitted - level: extended - type: keyword - ignore_above: 1024 - description: This is a limiting superset for the effective capabilities that - the thread may assume. - example: '["CAP_BPF", "CAP_SYS_ADMIN"]' - pattern: ^(CAP_[A-Z_]+|\d+)$ - default_field: false - name: tty level: extended type: object diff --git a/x-pack/auditbeat/processors/sessionmd/fields.go b/x-pack/auditbeat/processors/sessionmd/fields.go index e4d2dc37de9..b409524b811 100644 --- a/x-pack/auditbeat/processors/sessionmd/fields.go +++ b/x-pack/auditbeat/processors/sessionmd/fields.go @@ -19,5 +19,5 @@ func init() { // AssetFieldsYml returns asset data. // This is the base64 encoded zlib format compressed contents of fields.yml. func AssetFieldsYml() string { - return "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" + return "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" }