本节定义了 Elastic Common Schema (ECS) 字段 - 一组在 Elasticsearch 中存储事件数据时使用的通用字段。
这是一个详尽的列表,此处列出的字段不一定由 Packetbeat 使用。ECS 的目标是启用和鼓励 Elasticsearch 用户规范化他们的事件数据,以便他们可以更好地分析、可视化和关联事件中表示的数据。
有关更多信息,请参阅 ECS 参考。
-
@timestamp
-
事件发生时的日期/时间。这是从事件中提取的日期/时间,通常表示事件由源生成的时间。如果事件源没有原始时间戳,则此值通常由管道首次接收到事件的时间填充。所有事件的必填字段。
type: date
example: 2016-05-23T08:05:34.853Z
required: True
-
labels
-
自定义键/值对。可用于向事件添加元信息。不应包含嵌套对象。所有值都存储为关键字。示例:
docker
和k8s
标签。type: object
example: {"application": "foo-bar", "env": "production"}
-
message
-
对于日志事件,message 字段包含日志消息,针对在日志查看器中查看进行了优化。对于没有原始消息字段的结构化日志,可以连接其他字段以形成事件的易于理解的摘要。如果存在多个消息,可以将它们组合成一条消息。
type: match_only_text
example: Hello World
-
tags
-
用于标记每个事件的关键字列表。
type: keyword
example: ["production", "env2"]
agent 字段包含有关软件实体的数据(如果有),该软件实体在主机上收集、检测或观察事件,或在主机上进行测量。示例包括 Beats。代理也可能在观察者上运行。ECS agent.* 字段应填充在事件发生或进行测量的主机或观察者上运行的代理的详细信息。
-
agent.build.original
-
代理的扩展构建信息。此字段旨在包含数据源可能提供的任何构建信息,不需要特定的格式。
type: keyword
example: metricbeat version 7.6.0 (amd64), libbeat 7.6.0 [6a23e8f8f30f5001ba344e4e54d8d9cb82cb107c built 2020-02-05 23:10:10 +0000 UTC]
-
agent.ephemeral_id
-
此代理的临时标识符(如果存在)。此 ID 通常在重新启动时更改,但
agent.id
不会。type: keyword
example: 8a4f500f
-
agent.id
-
此代理的唯一标识符(如果存在)。示例:对于 Beats,这将是 beat.id。
type: keyword
example: 8a4f500d
-
agent.name
-
代理的自定义名称。这是一个可以给代理的名称。例如,如果两个 Filebeat 实例在同一主机上运行,但需要以可读的方式区分数据来自哪个 Filebeat 实例,这会很有帮助。如果没有指定名称,则该名称通常为空。
type: keyword
example: foo
-
agent.type
-
代理的类型。代理类型始终保持不变,应由所使用的代理给出。如果是 Filebeat,则代理始终是 Filebeat,即使两个 Filebeat 实例在同一台计算机上运行。
type: keyword
example: filebeat
-
agent.version
-
代理的版本。
type: keyword
example: 6.0.0-rc2
自治系统 (AS) 是在单个管理实体或域代表一个或多个网络运营商控制下连接的互联网协议 (IP) 路由前缀的集合,该实体或域向互联网呈现一个通用、明确定义的路由策略。
-
as.number
-
分配给自治系统的唯一编号。自治系统号 (ASN) 唯一标识互联网上的每个网络。
type: long
example: 15169
-
as.organization.name
-
组织名称。
type: keyword
example: Google LLC
-
as.organization.name.text
-
type: match_only_text
对于有关会话、连接或双向流记录的事件,客户端定义为网络连接的发起者。对于 TCP 事件,客户端是发送 SYN 数据包的 TCP 连接的发起者。对于其他协议,客户端通常是网络事务中的发起者或请求者。某些系统使用术语“发起者”来指代 TCP 连接中的客户端。客户端字段描述有关在网络事件中充当客户端的系统的详细信息。客户端字段通常与服务器字段一起填充。客户端字段通常不为数据包级事件填充。客户端/服务器表示可以为交换添加语义上下文,这有助于在某些情况下可视化数据。如果您的上下文属于该类别,您仍应确保正确填充源和目标。
-
client.address
-
某些事件客户端地址的定义不明确。事件有时会列出 IP、域或 unix 套接字。您应该始终将原始地址存储在
.address
字段中。然后应将其复制到.ip
或.domain
,具体取决于它是哪个。type: keyword
-
client.as.number
-
分配给自治系统的唯一编号。自治系统号 (ASN) 唯一标识互联网上的每个网络。
type: long
example: 15169
-
client.as.organization.name
-
组织名称。
type: keyword
example: Google LLC
-
client.as.organization.name.text
-
type: match_only_text
-
client.bytes
-
从客户端发送到服务器的字节数。
type: long
example: 184
format: bytes
-
client.domain
-
客户端系统的域名。此值可以是主机名、完全限定域名或其他主机命名格式。该值可能来自原始事件,也可能来自富化。
type: keyword
example: foo.example.com
-
client.geo.city_name
-
城市名称。
type: keyword
example: Montreal
-
client.geo.continent_code
-
表示洲名称的两个字母代码。
type: keyword
example: NA
-
client.geo.continent_name
-
洲的名称。
type: keyword
example: North America
-
client.geo.country_iso_code
-
国家/地区 ISO 代码。
type: keyword
example: CA
-
client.geo.country_name
-
国家/地区名称。
type: keyword
example: Canada
-
client.geo.location
-
经度和纬度。
type: geo_point
example: { "lon": -73.614830, "lat": 45.505918 }
-
client.geo.name
-
用户定义的位置描述,在其关心的粒度级别上。可以是他们数据中心的名称、楼层号(如果这描述本地物理实体)或城市名称。通常不用于自动地理位置。
type: keyword
example: boston-dc
-
client.geo.postal_code
-
与位置关联的邮政编码。此字段的适当值也可能被称为邮政编码或 ZIP 代码,并且在各个国家/地区之间差异很大。
type: keyword
example: 94040
-
client.geo.region_iso_code
-
地区 ISO 代码。
type: keyword
example: CA-QC
-
client.geo.region_name
-
地区名称。
type: keyword
example: Quebec
-
client.geo.timezone
-
位置的时区,例如 IANA 时区名称。
type: keyword
example: America/Argentina/Buenos_Aires
-
client.ip
-
客户端的 IP 地址(IPv4 或 IPv6)。
type: ip
-
client.mac
-
客户端的 MAC 地址。建议使用 RFC 7042 中的表示法格式:每个八位字节(即,8 位字节)都由两个 [大写] 十六进制数字表示,给出八位字节的值作为无符号整数。连续的八位字节用连字符分隔。
type: keyword
example: 00-00-5E-00-53-23
-
client.nat.ip
-
基于 NAT 会话的源的转换 IP(例如,内部客户端到 Internet)。通常是遍历负载均衡器、防火墙或路由器的连接。
type: ip
-
client.nat.port
-
基于 NAT 会话的源的转换端口(例如,内部客户端到 Internet)。通常是遍历负载均衡器、防火墙或路由器的连接。
type: long
format: string
-
client.packets
-
从客户端发送到服务器的数据包。
type: long
example: 12
-
client.port
-
客户端的端口。
type: long
format: string
-
client.registered_domain
-
最高注册客户端域,已去除子域。例如,“foo.example.com”的注册域为“example.com”。可以使用诸如公共后缀列表之类的列表 (http://publicsuffix.org) 精确确定此值。尝试通过简单地取最后两个标签来近似此值对于诸如“co.uk”之类的 TLD 将无法很好地工作。
type: keyword
example: example.com
-
client.subdomain
-
完全限定域名的子域部分包括注册域下除主机名以外的所有名称。在部分限定域中,或者如果无法确定完整名称的限定级别,则子域包含注册域下的所有名称。例如,“www.east.mydomain.co.uk”的子域部分为“east”。如果域具有多个子域级别,例如“sub2.sub1.example.com”,则子域字段应包含“sub2.sub1”,不带尾随句点。
type: keyword
example: east
-
client.top_level_domain
-
有效顶级域名 (eTLD),也称为域名后缀,是域名最后一部分。例如,example.com 的顶级域名是“com”。可以使用诸如公共后缀列表之类的列表 (http://publicsuffix.org) 精确确定此值。尝试通过简单地取最后一个标签来近似此值对于诸如“co.uk”之类的有效 TLD 将无法很好地工作。
type: keyword
example: co.uk
-
client.user.domain
-
用户所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
client.user.email
-
用户电子邮件地址。
type: keyword
-
client.user.full_name
-
用户的全名(如果可用)。
type: keyword
example: Albert Einstein
-
client.user.full_name.text
-
type: match_only_text
-
client.user.group.domain
-
组所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
client.user.group.id
-
系统/平台上组的唯一标识符。
type: keyword
-
client.user.group.name
-
组的名称。
type: keyword
-
client.user.hash
-
唯一的用户的哈希,以匿名形式关联用户信息。如果
user.id
或user.name
包含机密信息且不能使用,则此项非常有用。type: keyword
-
client.user.id
-
用户的唯一标识符。
type: keyword
example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
client.user.name
-
用户的简称或登录名。
type: keyword
example: a.einstein
-
client.user.name.text
-
type: match_only_text
-
client.user.roles
-
事件发生时用户的角色数组。
type: keyword
example: ["kibana_admin", "reporting_user"]
与事件来源的云或基础设施相关的字段。
-
cloud.account.id
-
用于在多租户环境中识别不同实体的云帐户或组织 ID。示例:AWS 帐户 ID、Google Cloud ORG ID 或其他唯一标识符。
type: keyword
example: 666777888999
-
cloud.account.name
-
用于在多租户环境中识别不同实体的云帐户名称或别名。示例:AWS 帐户名称、Google Cloud ORG 显示名称。
type: keyword
example: elastic-dev
-
cloud.availability_zone
-
此主机、资源或服务所在的可用区。
type: keyword
示例:us-east-1c
-
cloud.instance.id
-
主机实例 ID。
type: keyword
示例:i-1234567890abcdef0
-
cloud.instance.name
-
主机实例名称。
type: keyword
-
cloud.machine.type
-
主机的机器类型。
type: keyword
示例:t2.medium
-
cloud.origin.account.id
-
用于在多租户环境中识别不同实体的云帐户或组织 ID。示例:AWS 帐户 ID、Google Cloud ORG ID 或其他唯一标识符。
type: keyword
example: 666777888999
-
cloud.origin.account.name
-
用于在多租户环境中识别不同实体的云帐户名称或别名。示例:AWS 帐户名称、Google Cloud ORG 显示名称。
type: keyword
example: elastic-dev
-
cloud.origin.availability_zone
-
此主机、资源或服务所在的可用区。
type: keyword
示例:us-east-1c
-
cloud.origin.instance.id
-
主机实例 ID。
type: keyword
示例:i-1234567890abcdef0
-
cloud.origin.instance.name
-
主机实例名称。
type: keyword
-
cloud.origin.machine.type
-
主机的机器类型。
type: keyword
示例:t2.medium
-
cloud.origin.project.id
-
云项目标识符。示例:Google Cloud 项目 ID、Azure 项目 ID。
type: keyword
示例:my-project
-
cloud.origin.project.name
-
云项目名称。示例:Google Cloud 项目名称、Azure 项目名称。
type: keyword
示例:my project
-
cloud.origin.provider
-
云提供商的名称。示例值包括 aws、azure、gcp 或 digitalocean。
type: keyword
示例:aws
-
cloud.origin.region
-
此主机、资源或服务所在的区域。
type: keyword
示例:us-east-1
-
cloud.origin.service.name
-
云服务名称旨在区分提供商内不同平台上运行的服务,例如 AWS EC2 与 Lambda、GCP GCE 与 App Engine、Azure VM 与 App Server。示例:app engine、app service、cloud run、fargate、lambda。
type: keyword
示例:lambda
-
cloud.project.id
-
云项目标识符。示例:Google Cloud 项目 ID、Azure 项目 ID。
type: keyword
示例:my-project
-
cloud.project.name
-
云项目名称。示例:Google Cloud 项目名称、Azure 项目名称。
type: keyword
示例:my project
-
cloud.provider
-
云提供商的名称。示例值包括 aws、azure、gcp 或 digitalocean。
type: keyword
示例:aws
-
cloud.region
-
此主机、资源或服务所在的区域。
type: keyword
示例:us-east-1
-
cloud.service.name
-
云服务名称旨在区分提供商内不同平台上运行的服务,例如 AWS EC2 与 Lambda、GCP GCE 与 App Engine、Azure VM 与 App Server。示例:app engine、app service、cloud run、fargate、lambda。
type: keyword
示例:lambda
-
cloud.target.account.id
-
用于在多租户环境中识别不同实体的云帐户或组织 ID。示例:AWS 帐户 ID、Google Cloud ORG ID 或其他唯一标识符。
type: keyword
example: 666777888999
-
cloud.target.account.name
-
用于在多租户环境中识别不同实体的云帐户名称或别名。示例:AWS 帐户名称、Google Cloud ORG 显示名称。
type: keyword
example: elastic-dev
-
cloud.target.availability_zone
-
此主机、资源或服务所在的可用区。
type: keyword
示例:us-east-1c
-
cloud.target.instance.id
-
主机实例 ID。
type: keyword
示例:i-1234567890abcdef0
-
cloud.target.instance.name
-
主机实例名称。
type: keyword
-
cloud.target.machine.type
-
主机的机器类型。
type: keyword
示例:t2.medium
-
cloud.target.project.id
-
云项目标识符。示例:Google Cloud 项目 ID、Azure 项目 ID。
type: keyword
示例:my-project
-
cloud.target.project.name
-
云项目名称。示例:Google Cloud 项目名称、Azure 项目名称。
type: keyword
示例:my project
-
cloud.target.provider
-
云提供商的名称。示例值包括 aws、azure、gcp 或 digitalocean。
type: keyword
示例:aws
-
cloud.target.region
-
此主机、资源或服务所在的区域。
type: keyword
示例:us-east-1
-
cloud.target.service.name
-
云服务名称旨在区分提供商内不同平台上运行的服务,例如 AWS EC2 与 Lambda、GCP GCE 与 App Engine、Azure VM 与 App Server。示例:app engine、app service、cloud run、fargate、lambda。
type: keyword
示例:lambda
这些字段包含有关二进制代码签名的信息。
-
code_signature.digest_algorithm
-
用于签署进程的哈希算法。当一个文件被同一个签名者多次签名,但使用了不同的摘要算法时,此值可以区分签名。
type: keyword
示例:sha256
-
code_signature.exists
-
布尔值,用于捕获是否存在签名。
类型:布尔值
示例:true
-
code_signature.signing_id
-
用于签署进程的标识符。这用于标识软件供应商制造的应用程序。该字段仅与 Apple *OS 相关。
type: keyword
示例:com.apple.xpc.proxy
-
code_signature.status
-
有关证书状态的其他信息。这对于记录证书有效性或信任状态的加密错误非常有用。如果未检查证书的有效性或信任,请留空。
type: keyword
示例:ERROR_UNTRUSTED_ROOT
-
code_signature.subject_name
-
代码签名者的主题名称
type: keyword
示例:Microsoft Corporation
-
code_signature.team_id
-
用于签署进程的团队标识符。这用于标识软件产品的团队或供应商。该字段仅与 Apple *OS 相关。
type: keyword
示例:EQHXZ8M8AV
-
code_signature.timestamp
-
生成和签署代码签名时的日期和时间。
type: date
示例:2021-01-01T12:10:30Z
-
code_signature.trusted
-
存储证书链的信任状态。验证证书链的信任可能很复杂,此字段应仅由主动检查状态的工具填充。
类型:布尔值
示例:true
-
code_signature.valid
-
布尔值,用于捕获数字签名是否已针对二进制内容进行验证。如果未检查证书,请留空。
类型:布尔值
示例:true
容器字段用于有关作为信息来源的特定容器的元信息。这些字段有助于根据来自任何运行时的容器关联数据。
-
container.cpu.usage
-
使用的 CPU 百分比,该百分比由 CPU 核心数进行归一化,范围为 0 到 1。缩放因子:1000。
类型:scaled_float
-
container.disk.read.bytes
-
自上次指标收集以来,成功读取的字节总数(计量值)(从所有磁盘聚合)。
type: long
-
container.disk.write.bytes
-
自上次指标收集以来,成功写入的字节总数(计量值)(从所有磁盘聚合)。
type: long
-
container.id
-
唯一的容器 ID。
type: keyword
-
container.image.name
-
容器构建所基于的镜像名称。
type: keyword
-
container.image.tag
-
容器镜像标签。
type: keyword
-
container.labels
-
镜像标签。
type: object
-
container.memory.usage
-
内存使用率百分比,范围为 0 到 1。缩放因子:1000。
类型:scaled_float
-
container.name
-
容器名称。
type: keyword
-
container.network.egress.bytes
-
自上次指标收集以来,容器在所有网络接口上发送的字节数(计量值)。
type: long
-
container.network.ingress.bytes
-
自上次指标收集以来,容器在所有网络接口上接收的字节数(计量值)。
type: long
-
container.runtime
-
管理此容器的运行时。
type: keyword
示例:docker
data_stream 字段参与定义新的数据流命名方案。在新数据流命名方案中,数据流字段的值以下列方式组合到实际数据流的名称中:{data_stream.type}-{data_stream.dataset}-{data_stream.namespace}
。这意味着这些字段只能包含作为数据流名称一部分的有效字符。有关此内容的更多详细信息,请参见此博客文章。Elasticsearch 数据流由一个或多个后备索引组成,并且数据流名称构成后备索引名称的一部分。由于此约定,数据流还必须遵循索引命名限制。例如,数据流名称不能包含 \
、/
、*
、?
、"
、<
、>
、|
、` `(空格字符)、,
或 #
。有关其他限制,请参见 Elasticsearch 参考。
-
data_stream.dataset
-
该字段可以包含任何有意义的表示数据来源的内容。示例包括
nginx.access
、prometheus
、endpoint
等。对于其他方面适合,但未设置数据集的数据流,我们使用值“generic”作为数据集值。event.dataset
应具有与data_stream.dataset
相同的值。除了上面提到的 Elasticsearch 数据流命名标准之外,dataset
值还有其他限制:*不得包含-
* 长度不得超过 100 个字符类型:constant_keyword
示例:nginx.access
-
data_stream.namespace
-
用户定义的命名空间。命名空间对于允许对数据进行分组非常有用。许多用户已经以这种方式组织他们的索引,并且数据流命名方案现在将此最佳实践作为默认值提供。许多用户将使用
default
填充此字段。如果未使用值,则会回退到default
。除了上面提到的 Elasticsearch 索引命名标准之外,namespace
值还有其他限制:* 不得包含-
* 长度不得超过 100 个字符类型:constant_keyword
示例:production
-
data_stream.type
-
数据流的总体类型。当前允许的值为“logs”和“metrics”。我们希望在不久的将来也添加“traces”和“synthetics”。
类型:constant_keyword
示例:logs
目标字段捕获有关网络交换/数据包接收者的详细信息。这些字段从网络事件、数据包或其他包含网络事务详细信息的事件中填充。目标字段通常与源字段结合填充。源和目标字段被认为是基线,如果事件包含来自网络事务的源和目标详细信息,则应始终填充。如果事件还包含客户端和服务器角色的标识,则还应填充客户端和服务器字段。
-
destination.address
-
一些事件目标地址的定义是模棱两可的。事件有时会列出 IP、域或 Unix 套接字。您应始终将原始地址存储在
.address
字段中。然后应将其复制到.ip
或.domain
,具体取决于它是哪个。type: keyword
-
destination.as.number
-
分配给自治系统的唯一编号。自治系统号 (ASN) 唯一标识互联网上的每个网络。
type: long
example: 15169
-
destination.as.organization.name
-
组织名称。
type: keyword
example: Google LLC
-
destination.as.organization.name.text
-
type: match_only_text
-
destination.bytes
-
从目标发送到源的字节数。
type: long
example: 184
format: bytes
-
destination.domain
-
目标系统的域名。此值可以是主机名、完全限定的域名或其他主机命名格式。该值可能来自原始事件或从丰富中添加。
type: keyword
example: foo.example.com
-
destination.geo.city_name
-
城市名称。
type: keyword
example: Montreal
-
destination.geo.continent_code
-
表示洲名称的两个字母代码。
type: keyword
example: NA
-
destination.geo.continent_name
-
洲的名称。
type: keyword
example: North America
-
destination.geo.country_iso_code
-
国家/地区 ISO 代码。
type: keyword
example: CA
-
destination.geo.country_name
-
国家/地区名称。
type: keyword
example: Canada
-
destination.geo.location
-
经度和纬度。
type: geo_point
example: { "lon": -73.614830, "lat": 45.505918 }
-
destination.geo.name
-
用户定义的位置描述,在其关心的粒度级别上。可以是他们数据中心的名称、楼层号(如果这描述本地物理实体)或城市名称。通常不用于自动地理位置。
type: keyword
example: boston-dc
-
destination.geo.postal_code
-
与位置关联的邮政编码。此字段的适当值也可能被称为邮政编码或 ZIP 代码,并且在各个国家/地区之间差异很大。
type: keyword
example: 94040
-
destination.geo.region_iso_code
-
地区 ISO 代码。
type: keyword
example: CA-QC
-
destination.geo.region_name
-
地区名称。
type: keyword
example: Quebec
-
destination.geo.timezone
-
位置的时区,例如 IANA 时区名称。
type: keyword
example: America/Argentina/Buenos_Aires
-
destination.ip
-
目标的 IP 地址(IPv4 或 IPv6)。
type: ip
-
destination.mac
-
目标的 MAC 地址。建议使用 RFC 7042 中的表示法格式:每个八位字节(即 8 位字节)由两个 [大写] 十六进制数字表示,给出八位字节的值作为无符号整数。连续的八位字节用连字符分隔。
type: keyword
example: 00-00-5E-00-53-23
-
destination.nat.ip
-
基于 NAT 会话转换的目标 IP(例如,从 Internet 到专用 DMZ)。通常与负载均衡器、防火墙或路由器一起使用。
type: ip
-
destination.nat.port
-
源会话由 NAT 设备转换到的端口。通常与负载均衡器、防火墙或路由器一起使用。
type: long
format: string
-
destination.packets
-
从目标发送到源的数据包。
type: long
example: 12
-
destination.port
-
目标的端口。
type: long
format: string
-
destination.registered_domain
-
最高的已注册目标域,不包括子域。例如,“foo.example.com”的已注册域是“example.com”。可以使用公共后缀列表之类的列表精确确定此值 (http://publicsuffix.org)。尝试通过简单地取最后两个标签来近似此值对于诸如“co.uk”之类的 TLD 将无法很好地工作。
type: keyword
example: example.com
-
destination.subdomain
-
完全限定域名的子域部分包括注册域下除主机名以外的所有名称。在部分限定域中,或者如果无法确定完整名称的限定级别,则子域包含注册域下的所有名称。例如,“www.east.mydomain.co.uk”的子域部分为“east”。如果域具有多个子域级别,例如“sub2.sub1.example.com”,则子域字段应包含“sub2.sub1”,不带尾随句点。
type: keyword
example: east
-
destination.top_level_domain
-
有效顶级域名 (eTLD),也称为域名后缀,是域名最后一部分。例如,example.com 的顶级域名是“com”。可以使用诸如公共后缀列表之类的列表 (http://publicsuffix.org) 精确确定此值。尝试通过简单地取最后一个标签来近似此值对于诸如“co.uk”之类的有效 TLD 将无法很好地工作。
type: keyword
example: co.uk
-
destination.user.domain
-
用户所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
destination.user.email
-
用户电子邮件地址。
type: keyword
-
destination.user.full_name
-
用户的全名(如果可用)。
type: keyword
example: Albert Einstein
-
destination.user.full_name.text
-
type: match_only_text
-
destination.user.group.domain
-
组所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
destination.user.group.id
-
系统/平台上组的唯一标识符。
type: keyword
-
destination.user.group.name
-
组的名称。
type: keyword
-
destination.user.hash
-
唯一的用户的哈希,以匿名形式关联用户信息。如果
user.id
或user.name
包含机密信息且不能使用,则此项非常有用。type: keyword
-
destination.user.id
-
用户的唯一标识符。
type: keyword
example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
destination.user.name
-
用户的简称或登录名。
type: keyword
example: a.einstein
-
destination.user.name.text
-
type: match_only_text
-
destination.user.roles
-
事件发生时用户的角色数组。
type: keyword
example: ["kibana_admin", "reporting_user"]
这些字段包含有关动态加载到进程中的代码库的信息。
许多操作系统使用不同的名称来指代“共享代码库”,但此字段集指的是以下所有内容:* 动态链接库 (.dll
),通常在 Windows 上使用 * 共享对象 (.so
),通常在类 Unix 操作系统上使用 * 动态库 (.dylib
),通常在 macOS 上使用
-
dll.code_signature.digest_algorithm
-
用于签署进程的哈希算法。当一个文件被同一个签名者多次签名,但使用了不同的摘要算法时,此值可以区分签名。
type: keyword
示例:sha256
-
dll.code_signature.exists
-
布尔值,用于捕获是否存在签名。
类型:布尔值
示例:true
-
dll.code_signature.signing_id
-
用于签署进程的标识符。这用于标识软件供应商制造的应用程序。该字段仅与 Apple *OS 相关。
type: keyword
示例:com.apple.xpc.proxy
-
dll.code_signature.status
-
有关证书状态的其他信息。这对于记录证书有效性或信任状态的加密错误非常有用。如果未检查证书的有效性或信任,请留空。
type: keyword
示例:ERROR_UNTRUSTED_ROOT
-
dll.code_signature.subject_name
-
代码签名者的主题名称
type: keyword
示例:Microsoft Corporation
-
dll.code_signature.team_id
-
用于签署进程的团队标识符。这用于标识软件产品的团队或供应商。该字段仅与 Apple *OS 相关。
type: keyword
示例:EQHXZ8M8AV
-
dll.code_signature.timestamp
-
生成和签署代码签名时的日期和时间。
type: date
示例:2021-01-01T12:10:30Z
-
dll.code_signature.trusted
-
存储证书链的信任状态。验证证书链的信任可能很复杂,此字段应仅由主动检查状态的工具填充。
类型:布尔值
示例:true
-
dll.code_signature.valid
-
布尔值,用于捕获数字签名是否已针对二进制内容进行验证。如果未检查证书,请留空。
类型:布尔值
示例:true
-
dll.hash.md5
-
MD5 哈希值。
type: keyword
-
dll.hash.sha1
-
SHA1 哈希值。
type: keyword
-
dll.hash.sha256
-
SHA256 哈希值。
type: keyword
-
dll.hash.sha512
-
SHA512 哈希值。
type: keyword
-
dll.hash.ssdeep
-
SSDEEP 哈希值。
type: keyword
-
dll.name
-
库的名称。这通常映射到磁盘上的文件名。
type: keyword
示例:kernel32.dll
-
dll.path
-
库的完整文件路径。
type: keyword
示例:C:\Windows\System32\kernel32.dll
-
dll.pe.architecture
-
文件的目标 CPU 架构。
type: keyword
示例:x64
-
dll.pe.company
-
在编译时提供的文件的内部公司名称。
type: keyword
示例:Microsoft Corporation
-
dll.pe.description
-
在编译时提供的文件的内部描述。
type: keyword
示例:画图
-
dll.pe.file_version
-
在编译时提供的文件的内部版本。
type: keyword
示例:6.3.9600.17415
-
dll.pe.imphash
-
PE 文件中导入的哈希值。imphash(或导入哈希)可用于对二进制文件进行指纹识别,即使在重新编译或其他代码级转换发生后,这些转换会更改更传统的哈希值。在https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html了解更多。
type: keyword
示例:0c6803c4e922103c4dca5963aad36ddf
-
dll.pe.original_file_name
-
在编译时提供的文件的内部名称。
type: keyword
示例:MSPAINT.EXE
-
dll.pe.product
-
在编译时提供的文件的内部产品名称。
type: keyword
示例:Microsoft® Windows® 操作系统
描述 DNS 查询和答案的字段。DNS 事件应表示在获得答案之前的单个 DNS 查询 (dns.type:query
),或者它们应表示完整的交换,并包含查询详细信息以及为此查询提供的所有答案 (dns.type:answer
)。
-
dns.answers
-
包含服务器返回的每个答案节的对象的数组。这些对象中应存在的主要键由 ECS 定义。具有更多信息的记录可能包含比 ECS 定义的更多的键。并非所有 DNS 数据源都提供有关 DNS 答案的所有详细信息。至少,答案对象必须包含
data
键。如果有更多信息可用,请尽可能多地将其映射到 ECS,并将任何其他字段作为自定义字段添加到答案对象中。type: object
-
dns.answers.class
-
此资源记录中包含的 DNS 数据的类。
type: keyword
示例:IN
-
dns.answers.data
-
描述资源的数据。此数据的含义取决于资源记录的类型和类。
type: keyword
示例:10.10.10.10
-
dns.answers.name
-
此资源记录所属的域名。如果要解析 CNAME 链,则每个答案的
name
应与答案的data
相对应。它不应该只是重复原始的question.name
。type: keyword
示例:www.example.com
-
dns.answers.ttl
-
此资源记录在被丢弃之前可以缓存的时间间隔(以秒为单位)。零值表示不应缓存数据。
type: long
示例:180
-
dns.answers.type
-
此资源记录中包含的数据类型。
type: keyword
示例:CNAME
-
dns.header_flags
-
2 个字母的 DNS 标头标志数组。预期值为:AA、TC、RD、RA、AD、CD、DO。
type: keyword
示例:["RD", "RA"]
-
dns.id
-
生成查询的程序分配的 DNS 数据包标识符。该标识符被复制到响应中。
type: keyword
示例:62111
-
dns.op_code
-
指定消息中查询类型的 DNS 操作代码。此值由查询的始发者设置并复制到响应中。
type: keyword
示例:QUERY
-
dns.question.class
-
正在查询的记录的类。
type: keyword
示例:IN
-
dns.question.name
-
正在查询的名称。如果名称字段包含不可打印的字符(低于 32 或高于 126),则这些字符应表示为转义的十进制整数 (\DDD)。反斜杠和引号应转义。制表符、回车符和换行符应分别转换为 \t、\r 和 \n。
type: keyword
示例:www.example.com
-
dns.question.registered_domain
-
最高注册域名,不包括子域名。例如,“foo.example.com”的注册域名是“example.com”。可以使用诸如公共后缀列表(http://publicsuffix.org)之类的列表来精确确定此值。仅取最后两个标签来尝试近似此值对于诸如“co.uk”之类的 TLD 效果不佳。
type: keyword
example: example.com
-
dns.question.subdomain
-
子域名是注册域名下的所有标签。如果域名具有多个级别的子域名,例如“sub2.sub1.example.com”,则子域名字段应包含“sub2.sub1”,不带尾随句点。
type: keyword
示例:www
-
dns.question.top_level_domain
-
有效顶级域名 (eTLD),也称为域名后缀,是域名最后一部分。例如,example.com 的顶级域名是“com”。可以使用诸如公共后缀列表之类的列表 (http://publicsuffix.org) 精确确定此值。尝试通过简单地取最后一个标签来近似此值对于诸如“co.uk”之类的有效 TLD 将无法很好地工作。
type: keyword
example: co.uk
-
dns.question.type
-
正在查询的记录的类型。
type: keyword
示例:AAAA
-
dns.resolved_ip
-
包含在
answers.data
中看到的所有 IP 的数组。answers
数组可能难以使用,因为它可能包含各种数据格式。将其中看到的所有 IP 地址提取到dns.resolved_ip
中,可以将其索引为 IP 地址,并使它们更容易可视化和查询。type: ip
示例:["10.10.10.10", "10.10.10.11"]
-
dns.response_code
-
DNS 响应代码。
type: keyword
示例:NOERROR
-
dns.type
-
捕获的 DNS 事件的类型,查询或答案。如果您的 DNS 事件源仅提供 DNS 查询,则您应该只创建类型为
dns.type:query
的 dns 事件。如果您的 DNS 事件源也提供答案,则您应该为每个查询创建一个事件(可选地,在看到查询后立即创建)。以及包含所有查询详细信息和答案数组的第二个事件。type: keyword
示例:answer
特定于 ECS 的元信息。
-
ecs.version
-
此事件符合的 ECS 版本。
ecs.version
是一个必填字段,必须存在于所有事件中。在查询可能符合略微不同的 ECS 版本的多个索引时,此字段允许集成调整为事件的架构版本。type: keyword
示例:1.0.0
required: True
这些字段包含 Linux 可执行链接格式 (ELF) 元数据。
-
elf.architecture
-
ELF 文件的机器架构。
type: keyword
示例:x86-64
-
elf.byte_order
-
ELF 文件的字节顺序。
type: keyword
示例:小端
-
elf.cpu_type
-
ELF 文件的 CPU 类型。
type: keyword
示例:Intel
-
elf.creation_date
-
尽可能从文件的元数据中提取。指示其构建或编译时间。它也可能被恶意软件创建者伪造。
type: date
-
elf.exports
-
导出的元素名称和类型列表。
类型:扁平化
-
elf.header.abi_version
-
ELF 应用程序二进制接口 (ABI) 的版本。
type: keyword
-
elf.header.class
-
ELF 文件的标头类。
type: keyword
-
elf.header.data
-
ELF 标头的数据表。
type: keyword
-
elf.header.entrypoint
-
ELF 文件的标头入口点。
type: long
format: string
-
elf.header.object_version
-
原始 ELF 文件的“0x1”。
type: keyword
-
elf.header.os_abi
-
Linux OS 的应用程序二进制接口 (ABI)。
type: keyword
-
elf.header.type
-
ELF 文件的标头类型。
type: keyword
-
elf.header.version
-
ELF 标头的版本。
type: keyword
-
elf.imports
-
导入的元素名称和类型列表。
类型:扁平化
-
elf.sections
-
一个数组,其中包含 ELF 文件的每个节的对象。这些对象中应存在的键由
elf.sections.*
下方的子字段定义。类型:嵌套
-
elf.sections.chi2
-
该节的卡方概率分布。
type: long
格式:数字
-
elf.sections.entropy
-
该节的香农熵计算。
type: long
格式:数字
-
elf.sections.flags
-
ELF 节列表标志。
type: keyword
-
elf.sections.name
-
ELF 节列表名称。
type: keyword
-
elf.sections.physical_offset
-
ELF 节列表偏移量。
type: keyword
-
elf.sections.physical_size
-
ELF 节列表物理大小。
type: long
format: bytes
-
elf.sections.type
-
ELF 节列表类型。
type: keyword
-
elf.sections.virtual_address
-
ELF 节列表虚拟地址。
type: long
format: string
-
elf.sections.virtual_size
-
ELF 节列表虚拟大小。
type: long
format: string
-
elf.segments
-
一个数组,其中包含 ELF 文件的每个段的对象。这些对象中应存在的键由
elf.segments.*
下方的子字段定义。类型:嵌套
-
elf.segments.sections
-
ELF 对象段节。
type: keyword
-
elf.segments.type
-
ELF 对象段类型。
type: keyword
-
elf.shared_libraries
-
此 ELF 对象使用的共享库列表。
type: keyword
-
elf.telfhash
-
ELF 文件的 telfhash 符号哈希值。
type: keyword
这些字段可以表示任何类型的错误。将它们用于在获取事件时发生的错误或事件本身包含错误的情况。
-
error.code
-
描述错误的错误代码。
type: keyword
-
error.id
-
错误的唯一标识符。
type: keyword
-
error.message
-
错误消息。
type: match_only_text
-
error.stack_trace
-
此错误的堆栈跟踪(纯文本)。
类型:通配符
-
error.stack_trace.text
-
type: match_only_text
-
error.type
-
错误的类型,例如异常的类名。
type: keyword
示例:java.lang.NullPointerException
事件字段用于有关日志或度量事件本身的上下文信息。日志定义为包含已发生事件详细信息的事件。日志事件必须包括事件发生的时间。日志事件的示例包括主机上启动的进程、从源发送到目标的网络数据包,或客户端和服务器之间启动或关闭的网络连接。度量定义为包含一个或多个数值测量值以及进行测量的时间的事件。度量事件的示例包括主机上测量的内存压力和设备温度。有关度量和状态事件的其他详细信息,请参见本节中的 event.kind
定义。
-
event.action
-
事件捕获的操作。这描述了事件中的信息。它比
event.category
更具体。例如group-add
、process-started
、file-created
。该值通常由实施者定义。type: keyword
示例:user-password-change
-
event.agent_id_status
-
代理通常负责填充
agent.id
字段值。如果接收事件的系统能够基于客户端的身份验证信息来验证该值,则可以使用此字段来反映验证的结果。例如,如果代理的连接是通过 mTLS 进行身份验证的,并且客户端证书包含颁发该证书的代理的 ID,则可以根据证书检查事件中的agent.id
值。如果值匹配,则将event.agent_id_status: verified
添加到事件中,否则应使用其他允许的值之一。如果未执行任何验证,则应省略该字段。允许的值为:verified
-agent.id
字段值与从身份验证元数据获得的预期值匹配。mismatch
-agent.id
字段值与从身份验证元数据获得的预期值不匹配。missing
- 事件中没有agent.id
字段可供验证。auth_metadata_missing
- 没有身份验证元数据,或者缺少有关代理 ID 的信息。type: keyword
示例:verified
-
event.category
-
这是四个 ECS 分类字段之一,表示 ECS 类别层次结构中的第二级。
event.category
表示 ECS 类别的“大类”。例如,筛选event.category:process
会生成所有与进程活动相关的事件。此字段与event.type
密切相关,event.type
用作子类别。此字段是一个数组。这将允许对属于多个类别的某些事件进行适当的分类。type: keyword
示例:authentication
-
event.code
-
此事件的标识代码(如果存在)。某些事件源使用事件代码来明确标识消息,而不管消息语言或随着时间的推移对措辞的调整如何。Windows 事件 ID 就是一个例子。
type: keyword
示例:4648
-
event.created
-
event.created
包含代理或您的管道首次读取事件的日期/时间。此字段与 @timestamp 不同,因为 @timestamp 通常包含从原始事件中提取的时间。在大多数情况下,这两个时间戳会略有不同。可以使用此差异来计算源生成事件的时间与代理首次处理事件的时间之间的延迟。这可用于监视代理或管道跟上事件源的能力。如果两个时间戳相同,则应使用 @timestamp。type: date
示例:2016-05-23T08:05:34.857Z
-
event.dataset
-
数据集的名称。如果事件源发布多种类型的日志或事件(例如,访问日志、错误日志),则数据集用于指定事件来自哪个日志或事件。建议但不强制要求数据集名称以模块名称开头,后跟一个点,然后是数据集名称。
type: keyword
示例:apache.access
-
event.duration
-
事件的持续时间,以纳秒为单位。如果
event.start
和event.end
已知,则此值应为结束时间和开始时间之间的差值。type: long
格式:duration
-
event.end
-
event.end
包含事件结束的时间或最后一次观察到活动的时间。type: date
-
event.hash
-
原始字段的哈希值(可能是 logstash 指纹),以便能够证明日志的完整性。
type: keyword
示例:123456789012345678901234567890ABCD
-
event.id
-
描述事件的唯一 ID。
type: keyword
example: 8a4f500d
-
event.ingested
-
事件到达中央数据存储的时间戳。这与
@timestamp
不同,@timestamp
是事件最初发生的时间。它也与event.created
不同,event.created
旨在捕获代理第一次看到事件的时间。在正常情况下,假设没有篡改,时间戳应按时间顺序如下所示:@timestamp
<event.created
<event.ingested
。type: date
示例:2016-05-23T08:05:35.101Z
-
event.kind
-
这是四个 ECS 分类字段之一,表示 ECS 类别层次结构中的最高级别。
event.kind
提供了有关事件包含的信息类型的高级信息,而没有具体到事件的内容。例如,此字段的值区分警报事件和指标事件。此字段的值可用于通知应如何处理这些类型的事件。它们可能需要不同的保留期、不同的访问控制,它还可以帮助了解数据是否以定期的时间间隔传入。type: keyword
示例:alert
-
event.module
-
此数据来自的模块的名称。如果您的监视代理支持模块或插件的概念来处理给定来源的事件(例如,Apache 日志),则
event.module
应包含此模块的名称。type: keyword
示例:apache
-
event.original
-
整个事件的原始文本消息。用于证明日志的完整性,或者在可能需要完整的日志消息(在将其拆分为多个部分之前)的情况下(例如,用于重新索引)。此字段未编制索引,并且 doc_values 已禁用。它无法搜索,但可以从
_source
中检索。如果用户希望覆盖此设置并为此字段编制索引,请参阅Elasticsearch Reference
中的Field data types
。type: keyword
示例: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
该字段未编制索引。
-
event.outcome
-
这是四个 ECS 分类字段之一,表示 ECS 类别层次结构中的最低级别。
event.outcome
只是表示从生成事件的实体的角度来看,事件是成功还是失败。请注意,当在多个事件中描述单个事务时,每个事件可能会根据其角度填充不同的event.outcome
值。另请注意,在复合事件(包含多个逻辑事件的单个事件)的情况下,此字段应填充最能从事件生成者的角度捕获整体成功或失败的值。此外请注意,并非所有事件都具有关联的结果。例如,此字段通常不针对指标事件、具有event.type:info
的事件或任何结果没有逻辑意义的事件填充。type: keyword
示例:success
-
event.provider
-
事件的来源。Syslog 或 Windows 事件日志等事件传输通常会提及事件的来源。它可以是生成事件的软件的名称(例如,Sysmon、httpd),也可以是操作系统的子系统(内核、Microsoft-Windows-Security-Auditing)。
type: keyword
示例:kernel
-
event.reason
-
根据来源,此事件发生的原因。这描述了事件中捕获的特定操作或结果的原因。如果
event.action
捕获了事件中的操作,则event.reason
描述了执行该操作的原因。例如,event.action
为拒绝请求的 Web 代理也可能会使用原因填充event.reason
(例如,blocked site
)。type: keyword
示例:Terminated an unexpected process
-
event.reference
-
指向有关此事件的更多信息的参考 URL。此 URL 链接到此事件的静态定义。由
event.kind:alert
指示的警报事件是此字段的常见用例。type: keyword
-
event.risk_score
-
事件的风险评分或优先级(例如,安全解决方案)。在此处使用您系统的原始值。
类型:float
-
event.risk_score_norm
-
事件的标准化风险评分或优先级,范围为 0 到 100。如果您使用多个分配风险评分的系统,并且想要查看所有系统的标准化值,则此值主要有用。
类型:float
-
event.sequence
-
事件的序列号。序列号是某些事件源发布的值,用于使事件的确切顺序明确无误,而不管时间戳的精度如何。
type: long
format: string
-
event.severity
-
根据您的事件源,事件的数字严重性。不同的严重性值意味着什么在不同的源和用例之间可能有所不同。由实施者来确保来自同一来源的事件的严重性是一致的。Syslog 严重性属于
log.syslog.severity.code
。event.severity
旨在表示根据事件源(例如,防火墙、IDS)的严重性。如果事件源未发布其自己的严重性,您可以选择将log.syslog.severity.code
复制到event.severity
。type: long
示例:7
format: string
-
event.start
-
event.start
包含事件开始的时间或第一次观察到活动的时间。type: date
-
event.timezone
-
当事件的时间戳不包含时区信息(例如,默认 Syslog 时间戳)时,应填充此字段。否则它是可选的。可接受的时区格式为:规范 ID(例如,“Europe/Amsterdam”)、缩写(例如,“EST”)或 HH:mm 差值(例如,“-05:00”)。
type: keyword
-
event.type
-
这是四个 ECS 分类字段之一,表示 ECS 类别层次结构中的第三级。
event.type
表示分类“子类别”,当与event.category
字段值一起使用时,可将事件筛选到适合单个可视化的级别。此字段是一个数组。这将允许对属于多个事件类型的某些事件进行适当的分类。type: keyword
-
event.url
-
指向外部系统的 URL,以继续调查此事件。此 URL 链接到另一个系统,可以在该系统中对特定事件的发生进行深入调查。由
event.kind:alert
指示的警报事件是此字段的常见用例。type: keyword
示例:https://mysystem.example.com/alert/5271dedb-f5b0-4218-87f0-4ac4870a38fe
用户字段描述有关与事件相关的函数即服务的信息。
-
faas.coldstart
-
布尔值,指示函数的冷启动。
类型:布尔值
-
faas.execution
-
当前函数执行的执行 ID。
type: keyword
示例:af9d5aa4-a685-4c5f-a22b-444f80b3cc28
-
faas.trigger
-
有关函数触发器的详细信息。
类型:嵌套
-
faas.trigger.request_id
-
触发器请求、消息、事件等的 ID。
type: keyword
示例:123456789
-
faas.trigger.type
-
函数执行的触发器。预期值为:* http * pubsub * datasource * timer * other
type: keyword
示例:http
文件被定义为在文件系统上创建或存在的一组信息。文件对象可以与主机事件、网络事件和/或文件事件相关联(例如,由文件完整性监视 [FIM] 产品或服务生成的事件)。文件字段提供了有关与事件或指标关联的受影响文件的详细信息。
-
file.accessed
-
上次访问文件的时间。请注意,并非所有文件系统都会跟踪访问时间。
type: date
-
file.attributes
-
文件属性数组。属性名称将因平台而异。以下是此字段中预期的非详尽值列表:archive、compressed、directory、encrypted、execute、hidden、read、readonly、system、write。
type: keyword
示例:["readonly", "system"]
-
file.code_signature.digest_algorithm
-
用于签署进程的哈希算法。当一个文件被同一个签名者多次签名,但使用了不同的摘要算法时,此值可以区分签名。
type: keyword
示例:sha256
-
file.code_signature.exists
-
布尔值,用于捕获是否存在签名。
类型:布尔值
示例:true
-
file.code_signature.signing_id
-
用于签署进程的标识符。这用于标识软件供应商制造的应用程序。该字段仅与 Apple *OS 相关。
type: keyword
示例:com.apple.xpc.proxy
-
file.code_signature.status
-
有关证书状态的其他信息。这对于记录证书有效性或信任状态的加密错误非常有用。如果未检查证书的有效性或信任,请留空。
type: keyword
示例:ERROR_UNTRUSTED_ROOT
-
file.code_signature.subject_name
-
代码签名者的主题名称
type: keyword
示例:Microsoft Corporation
-
file.code_signature.team_id
-
用于签署进程的团队标识符。这用于标识软件产品的团队或供应商。该字段仅与 Apple *OS 相关。
type: keyword
示例:EQHXZ8M8AV
-
file.code_signature.timestamp
-
生成和签署代码签名时的日期和时间。
type: date
示例:2021-01-01T12:10:30Z
-
file.code_signature.trusted
-
存储证书链的信任状态。验证证书链的信任可能很复杂,此字段应仅由主动检查状态的工具填充。
类型:布尔值
示例:true
-
file.code_signature.valid
-
布尔值,用于捕获数字签名是否已针对二进制内容进行验证。如果未检查证书,请留空。
类型:布尔值
示例:true
-
file.created
-
文件创建时间。请注意,并非所有文件系统都存储创建时间。
type: date
-
file.ctime
-
上次文件属性或元数据更改的时间。请注意,更改文件内容会更新
mtime
。这意味着ctime
也会同时调整,因为mtime
是文件的属性。type: date
-
file.device
-
文件来源的设备。
type: keyword
示例:sda
-
file.directory
-
文件所在的目录。如果适用,应包含驱动器盘符。
type: keyword
示例:/home/alice
-
file.drive_letter
-
文件所在的驱动器盘符。此字段仅在 Windows 上相关。值应为大写,且不包含冒号。
type: keyword
示例:C
-
file.elf.architecture
-
ELF 文件的机器架构。
type: keyword
示例:x86-64
-
file.elf.byte_order
-
ELF 文件的字节顺序。
type: keyword
示例:小端
-
file.elf.cpu_type
-
ELF 文件的 CPU 类型。
type: keyword
示例:Intel
-
file.elf.creation_date
-
尽可能从文件的元数据中提取。指示其构建或编译时间。它也可能被恶意软件创建者伪造。
type: date
-
file.elf.exports
-
导出的元素名称和类型列表。
类型:扁平化
-
file.elf.header.abi_version
-
ELF 应用程序二进制接口 (ABI) 的版本。
type: keyword
-
file.elf.header.class
-
ELF 文件的标头类。
type: keyword
-
file.elf.header.data
-
ELF 标头的数据表。
type: keyword
-
file.elf.header.entrypoint
-
ELF 文件的标头入口点。
type: long
format: string
-
file.elf.header.object_version
-
原始 ELF 文件的“0x1”。
type: keyword
-
file.elf.header.os_abi
-
Linux OS 的应用程序二进制接口 (ABI)。
type: keyword
-
file.elf.header.type
-
ELF 文件的标头类型。
type: keyword
-
file.elf.header.version
-
ELF 标头的版本。
type: keyword
-
file.elf.imports
-
导入的元素名称和类型列表。
类型:扁平化
-
file.elf.sections
-
一个数组,其中包含 ELF 文件的每个节的对象。这些对象中应存在的键由
elf.sections.*
下方的子字段定义。类型:嵌套
-
file.elf.sections.chi2
-
该节的卡方概率分布。
type: long
格式:数字
-
file.elf.sections.entropy
-
该节的香农熵计算。
type: long
格式:数字
-
file.elf.sections.flags
-
ELF 节列表标志。
type: keyword
-
file.elf.sections.name
-
ELF 节列表名称。
type: keyword
-
file.elf.sections.physical_offset
-
ELF 节列表偏移量。
type: keyword
-
file.elf.sections.physical_size
-
ELF 节列表物理大小。
type: long
format: bytes
-
file.elf.sections.type
-
ELF 节列表类型。
type: keyword
-
file.elf.sections.virtual_address
-
ELF 节列表虚拟地址。
type: long
format: string
-
file.elf.sections.virtual_size
-
ELF 节列表虚拟大小。
type: long
format: string
-
file.elf.segments
-
一个数组,其中包含 ELF 文件的每个段的对象。这些对象中应存在的键由
elf.segments.*
下方的子字段定义。类型:嵌套
-
file.elf.segments.sections
-
ELF 对象段节。
type: keyword
-
file.elf.segments.type
-
ELF 对象段类型。
type: keyword
-
file.elf.shared_libraries
-
此 ELF 对象使用的共享库列表。
type: keyword
-
file.elf.telfhash
-
ELF 文件的 telfhash 符号哈希值。
type: keyword
-
file.extension
-
文件扩展名,不包括前导点。请注意,当文件名有多个扩展名时(例如 example.tar.gz),只应捕获最后一个扩展名(“gz”,而不是“tar.gz”)。
type: keyword
示例:png
-
file.fork_name
-
分支是与文件系统对象关联的附加数据。在 Linux 上,资源分支用于存储文件系统对象的附加数据。一个文件至少有一个用于数据部分的分支,并且可能存在其他分支。在 NTFS 上,这类似于备用数据流 (ADS),文件的默认数据流简称为 $DATA。Windows 通常使用 Zone.Identifier 来跟踪从 Internet 下载的内容。ADS 通常采用以下形式:
C:\path\to\filename.extension:some_fork_name
,并且some_fork_name
是应该填充fork_name
的值。filename.extension
应该填充file.name
,extension
应该填充file.extension
。完整路径file.path
将包含分支名称。type: keyword
示例:Zone.Identifier
-
file.gid
-
文件的主要组 ID (GID)。
type: keyword
示例:1001
-
file.group
-
文件的主要组名称。
type: keyword
示例:alice
-
file.hash.md5
-
MD5 哈希值。
type: keyword
-
file.hash.sha1
-
SHA1 哈希值。
type: keyword
-
file.hash.sha256
-
SHA256 哈希值。
type: keyword
-
file.hash.sha512
-
SHA512 哈希值。
type: keyword
-
file.hash.ssdeep
-
SSDEEP 哈希值。
type: keyword
-
file.inode
-
表示文件系统中文件的索引节点。
type: keyword
示例:256383
-
file.mime_type
-
MIME 类型应使用 IANA 官方类型 来标识文件或字节流的格式(如果可能)。当有多个类型适用时,应使用最具体的类型。
type: keyword
-
file.mode
-
文件的八进制表示形式的模式。
type: keyword
示例:0640
-
file.mtime
-
上次修改文件内容的时间。
type: date
-
file.name
-
文件名,包括扩展名,不包括目录。
type: keyword
示例:example.png
-
file.owner
-
文件所有者的用户名。
type: keyword
示例:alice
-
file.path
-
文件的完整路径,包括文件名。如果适用,应包含驱动器盘符。
type: keyword
示例:/home/alice/example.png
-
file.path.text
-
type: match_only_text
-
file.pe.architecture
-
文件的目标 CPU 架构。
type: keyword
示例:x64
-
file.pe.company
-
在编译时提供的文件的内部公司名称。
type: keyword
示例:Microsoft Corporation
-
file.pe.description
-
在编译时提供的文件的内部描述。
type: keyword
示例:画图
-
file.pe.file_version
-
在编译时提供的文件的内部版本。
type: keyword
示例:6.3.9600.17415
-
file.pe.imphash
-
PE 文件中导入的哈希值。imphash(或导入哈希)可用于对二进制文件进行指纹识别,即使在重新编译或其他代码级转换发生后,这些转换会更改更传统的哈希值。在https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html了解更多。
type: keyword
示例:0c6803c4e922103c4dca5963aad36ddf
-
file.pe.original_file_name
-
在编译时提供的文件的内部名称。
type: keyword
示例:MSPAINT.EXE
-
file.pe.product
-
在编译时提供的文件的内部产品名称。
type: keyword
示例:Microsoft® Windows® 操作系统
-
file.size
-
文件大小,以字节为单位。仅当
file.type
为 “file” 时相关。type: long
示例:16384
-
file.target_path
-
符号链接的目标路径。
type: keyword
-
file.target_path.text
-
type: match_only_text
-
file.type
-
文件类型(文件、目录或符号链接)。
type: keyword
示例:file
-
file.uid
-
文件所有者的用户 ID (UID) 或安全标识符 (SID)。
type: keyword
示例:1001
-
file.x509.alternative_names
-
主题备用名称 (SAN) 的列表。名称类型因证书颁发机构和证书类型而异,但通常包含 IP 地址、DNS 名称(和通配符)以及电子邮件地址。
type: keyword
示例:*.elastic.co
-
file.x509.issuer.common_name
-
颁发证书机构的通用名称 (CN) 的列表。
type: keyword
示例:Example SHA2 High Assurance Server CA
-
file.x509.issuer.country
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
file.x509.issuer.distinguished_name
-
颁发证书机构的专有名称 (DN)。
type: keyword
示例:C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
file.x509.issuer.locality
-
地名 (L) 的列表
type: keyword
示例:Mountain View
-
file.x509.issuer.organization
-
颁发证书机构的组织 (O) 的列表。
type: keyword
示例:Example Inc
-
file.x509.issuer.organizational_unit
-
颁发证书机构的组织单位 (OU) 的列表。
type: keyword
示例:www.example.com
-
file.x509.issuer.state_or_province
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
file.x509.not_after
-
证书不再被视为有效的时间。
type: date
示例:2020-07-16 03:15:39+00:00
-
file.x509.not_before
-
首次将证书视为有效的时间。
type: date
示例:2019-08-16 01:40:25+00:00
-
file.x509.public_key_algorithm
-
用于生成公钥的算法。
type: keyword
示例:RSA
-
file.x509.public_key_curve
-
椭圆曲线公钥算法使用的曲线。这是特定于算法的。
type: keyword
示例:nistp521
-
file.x509.public_key_exponent
-
用于导出公钥的指数。这是特定于算法的。
type: long
示例:65537
该字段未编制索引。
-
file.x509.public_key_size
-
公钥空间的大小,以位为单位。
type: long
示例:2048
-
file.x509.serial_number
-
证书颁发机构颁发的唯一序列号。为了保持一致性,如果此值是字母数字,则应在不带冒号且使用大写字符的情况下进行格式化。
type: keyword
示例:55FBB9C7DEBF09809D12CCAA
-
file.x509.signature_algorithm
-
证书签名算法的标识符。建议使用 Go Lang Crypto 库中找到的名称。请参阅 https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353。
type: keyword
示例:SHA256-RSA
-
file.x509.subject.common_name
-
主题的通用名称 (CN) 的列表。
type: keyword
示例:shared.global.example.net
-
file.x509.subject.country
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
file.x509.subject.distinguished_name
-
证书主题实体的专有名称 (DN)。
type: keyword
示例:C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
file.x509.subject.locality
-
地名 (L) 的列表
type: keyword
示例:San Francisco
-
file.x509.subject.organization
-
主题的组织 (O) 的列表。
type: keyword
示例:Example, Inc.
-
file.x509.subject.organizational_unit
-
主题的组织单位 (OU) 的列表。
type: keyword
-
file.x509.subject.state_or_province
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
file.x509.version_number
-
x509 格式的版本。
type: keyword
示例:3
地理位置字段可以携带与事件相关的特定位置的数据。此地理位置信息可以从诸如地理 IP 之类的技术中派生,也可以由用户提供。
-
geo.city_name
-
城市名称。
type: keyword
example: Montreal
-
geo.continent_code
-
表示洲名称的两个字母代码。
type: keyword
example: NA
-
geo.continent_name
-
洲的名称。
type: keyword
example: North America
-
geo.country_iso_code
-
国家/地区 ISO 代码。
type: keyword
example: CA
-
geo.country_name
-
国家/地区名称。
type: keyword
example: Canada
-
geo.location
-
经度和纬度。
type: geo_point
example: { "lon": -73.614830, "lat": 45.505918 }
-
geo.name
-
用户定义的位置描述,在其关心的粒度级别上。可以是他们数据中心的名称、楼层号(如果这描述本地物理实体)或城市名称。通常不用于自动地理位置。
type: keyword
example: boston-dc
-
geo.postal_code
-
与位置关联的邮政编码。此字段的适当值也可能被称为邮政编码或 ZIP 代码,并且在各个国家/地区之间差异很大。
type: keyword
example: 94040
-
geo.region_iso_code
-
地区 ISO 代码。
type: keyword
example: CA-QC
-
geo.region_name
-
地区名称。
type: keyword
example: Quebec
-
geo.timezone
-
位置的时区,例如 IANA 时区名称。
type: keyword
example: America/Argentina/Buenos_Aires
组字段用于表示与事件相关的组。
-
group.domain
-
组所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
group.id
-
系统/平台上组的唯一标识符。
type: keyword
-
group.name
-
组的名称。
type: keyword
哈希字段表示不同的按位哈希算法及其值。预定义了常用哈希(例如 MD5、SHA1)的字段名称。通过将哈希算法名称小写并根据需要使用下划线分隔符(蛇形命名法,例如 sha3_512)来为其他哈希添加字段。请注意,此字段集用于可能在一定范围内的通用字节上计算的常用哈希。特定于实体的哈希(例如 ja3 或 imphash)放置在它们相关的字段集中(分别为 tls 和 pe)。
-
hash.md5
-
MD5 哈希值。
type: keyword
-
hash.sha1
-
SHA1 哈希值。
type: keyword
-
hash.sha256
-
SHA256 哈希值。
type: keyword
-
hash.sha512
-
SHA512 哈希值。
type: keyword
-
hash.ssdeep
-
SSDEEP 哈希值。
type: keyword
主机定义为通用计算实例。ECS host.* 字段应填充有关事件发生所在主机或从中获取测量的详细信息。主机类型包括硬件、虚拟机、Docker 容器和 Kubernetes 节点。
-
host.architecture
-
操作系统架构。
type: keyword
示例:x86_64
-
host.cpu.usage
-
CPU 使用率百分比,该百分比按 CPU 核心数进行标准化,范围从 0 到 1。缩放因子:1000。例如:对于双核主机,此值应该是两个核心的平均值,介于 0 和 1 之间。
类型:scaled_float
-
host.disk.read.bytes
-
自上次指标收集以来,成功读取的字节总数(计量值)(从所有磁盘聚合)。
type: long
-
host.disk.write.bytes
-
自上次指标收集以来,成功写入的字节总数(计量值)(从所有磁盘聚合)。
type: long
-
host.domain
-
主机所属域的名称。例如,在 Windows 上,这可能是主机的 Active Directory 域或 NetBIOS 域名。对于 Linux,这可能是主机 LDAP 提供程序的域。
type: keyword
示例:CONTOSO
-
host.geo.city_name
-
城市名称。
type: keyword
example: Montreal
-
host.geo.continent_code
-
表示洲名称的两个字母代码。
type: keyword
example: NA
-
host.geo.continent_name
-
洲的名称。
type: keyword
example: North America
-
host.geo.country_iso_code
-
国家/地区 ISO 代码。
type: keyword
example: CA
-
host.geo.country_name
-
国家/地区名称。
type: keyword
example: Canada
-
host.geo.location
-
经度和纬度。
type: geo_point
example: { "lon": -73.614830, "lat": 45.505918 }
-
host.geo.name
-
用户定义的位置描述,在其关心的粒度级别上。可以是他们数据中心的名称、楼层号(如果这描述本地物理实体)或城市名称。通常不用于自动地理位置。
type: keyword
example: boston-dc
-
host.geo.postal_code
-
与位置关联的邮政编码。此字段的适当值也可能被称为邮政编码或 ZIP 代码,并且在各个国家/地区之间差异很大。
type: keyword
example: 94040
-
host.geo.region_iso_code
-
地区 ISO 代码。
type: keyword
example: CA-QC
-
host.geo.region_name
-
地区名称。
type: keyword
example: Quebec
-
host.geo.timezone
-
位置的时区,例如 IANA 时区名称。
type: keyword
example: America/Argentina/Buenos_Aires
-
host.hostname
-
主机的hostname。它通常包含主机上的
hostname
命令返回的内容。type: keyword
-
host.id
-
唯一的主机 ID。由于主机名并不总是唯一的,请使用在您的环境中具有意义的值。示例:当前
beat.name
的用法。type: keyword
-
host.ip
-
主机 IP 地址。
type: ip
-
host.mac
-
主机 MAC 地址。建议使用 RFC 7042 中的表示法格式:每个八位字节(即 8 位字节)由两个 [大写] 十六进制数字表示,给出八位字节的值作为无符号整数。连续的八位字节用连字符分隔。
type: keyword
示例:["00-00-5E-00-53-23", "00-00-5E-00-53-24"]
-
host.name
-
主机的名称。它可以包含 Unix 系统上
hostname
返回的内容、完全限定域名或用户指定的名称。发送方决定使用哪个值。type: keyword
-
host.network.egress.bytes
-
自上次指标收集以来,主机在所有网络接口上发送的字节数(计量)。
type: long
-
host.network.egress.packets
-
自上次指标收集以来,主机在所有网络接口上发送的数据包数(计量)。
type: long
-
host.network.ingress.bytes
-
自上次指标收集以来,主机在所有网络接口上接收的字节数(计量)。
type: long
-
host.network.ingress.packets
-
自上次指标收集以来,主机在所有网络接口上接收的数据包数(计量)。
type: long
-
host.os.family
-
操作系统系列(例如 redhat、debian、freebsd、windows)。
type: keyword
示例:debian
-
host.os.full
-
操作系统名称,包括版本或代号。
type: keyword
示例:Mac OS Mojave
-
host.os.full.text
-
type: match_only_text
-
host.os.kernel
-
操作系统内核版本,以原始字符串形式。
type: keyword
示例:4.4.0-112-generic
-
host.os.name
-
操作系统名称,不带版本。
type: keyword
示例:Mac OS X
-
host.os.name.text
-
type: match_only_text
-
host.os.platform
-
操作系统平台(例如 centos、ubuntu、windows)。
type: keyword
示例:darwin
-
host.os.type
-
使用
os.type
字段将操作系统划分为几个大的商业家族之一。应使用以下值之一(小写):linux、macos、unix、windows。如果您处理的操作系统不在列表中,则不应填充该字段。请通过向 ECS 提交问题来告知我们,以提出添加建议。type: keyword
示例:macos
-
host.os.version
-
操作系统版本,以原始字符串形式表示。
type: keyword
示例:10.14.1
-
host.type
-
主机类型。对于云提供商,这可以是机器类型,例如
t2.medium
。如果是虚拟机,则可以是容器,或者其他在您的环境中具有意义的信息。type: keyword
-
host.uptime
-
主机已运行的秒数。
type: long
示例:1325
与 HTTP 活动相关的字段。使用 url
字段集来存储请求的 url。
-
http.request.body.bytes
-
请求体的大小(以字节为单位)。
type: long
示例:887
format: bytes
-
http.request.body.content
-
完整的 HTTP 请求体。
类型:通配符
示例:Hello world
-
http.request.body.content.text
-
type: match_only_text
-
http.request.bytes
-
请求的总大小(以字节为单位,包括请求体和请求头)。
type: long
示例:1437
format: bytes
-
http.request.id
-
每个 HTTP 请求的唯一标识符,用于关联客户端和服务器之间事务的日志。该 ID 可能包含在非标准的 HTTP 标头中,例如
X-Request-ID
或X-Correlation-ID
。type: keyword
示例:123e4567-e89b-12d3-a456-426614174000
-
http.request.method
-
HTTP 请求方法。该值应保留其原始事件的大小写。例如,
GET
、get
和GeT
都被视为此字段的有效值。type: keyword
示例:POST
-
http.request.mime_type
-
请求体的 MIME 类型。此值必须仅基于请求体的内容填充,而不是基于
Content-Type
标头。比较请求的 MIME 类型与请求的 Content-Type 标头有助于检测威胁或配置错误的客户端。type: keyword
示例:image/gif
-
http.request.referrer
-
此 HTTP 请求的引用来源。
type: keyword
-
http.response.body.bytes
-
响应体的大小(以字节为单位)。
type: long
示例:887
format: bytes
-
http.response.body.content
-
完整的 HTTP 响应体。
类型:通配符
示例:Hello world
-
http.response.body.content.text
-
type: match_only_text
-
http.response.bytes
-
响应的总大小(以字节为单位,包括响应体和响应头)。
type: long
示例:1437
format: bytes
-
http.response.mime_type
-
响应体的 MIME 类型。此值必须仅基于响应体的内容填充,而不是基于
Content-Type
标头。比较响应的 MIME 类型与响应的 Content-Type 标头有助于检测配置错误的服务器。type: keyword
示例:image/gif
-
http.response.status_code
-
HTTP 响应状态代码。
type: long
示例:404
format: string
-
http.version
-
HTTP 版本。
type: keyword
示例:1.1
当观察者(例如,防火墙、路由器、负载均衡器)在处理网络连接的上下文中报告时,接口字段用于记录入口和出口接口信息。在单个观察者接口(例如,跨接端口上的网络传感器)的情况下,应仅填充 observer.ingress 信息。
-
interface.alias
-
系统报告的接口别名,通常在防火墙实现中使用,例如内部、外部或 dmz 逻辑接口命名。
type: keyword
示例:outside
-
interface.id
-
观察者报告的接口 ID(通常为 SNMP 接口 ID)。
type: keyword
示例:10
-
interface.name
-
系统报告的接口名称。
type: keyword
示例:eth0
有关事件的日志记录机制或日志传输的详细信息。 log.* 字段通常填充有关用于创建和/或传输事件的日志记录机制的详细信息。例如,syslog 详细信息位于 log.syslog.*
下。特定于您的事件源的详细信息通常不记录在 log.*
下,而是记录在 event.*
或其他 ECS 字段中。
-
log.file.path
-
此事件来自的日志文件的完整路径,包括文件名。它应包括驱动器盘符(如果适用)。如果事件不是从日志文件中读取的,请不要填充此字段。
type: keyword
示例:/var/log/fun-times.log
-
log.level
-
日志事件的原始日志级别。如果事件源提供日志级别或文本严重性,则这是放入
log.level
中的值。如果您的源未指定日志级别,则可以将事件传输的严重性放在此处(例如,Syslog 严重性)。一些示例包括warn
、err
、i
、informational
。type: keyword
示例:error
-
log.logger
-
应用程序内部的记录器名称。这通常是初始化记录器的类的名称,或者可以是自定义名称。
type: keyword
示例:org.elasticsearch.bootstrap.Bootstrap
-
log.origin.file.line
-
包含发起日志事件的源代码的文件的行号。
type: long
示例:42
-
log.origin.file.name
-
包含发起日志事件的源代码的文件的名称。请注意,此字段并非旨在捕获日志文件。捕获日志文件的正确字段是
log.file.path
。type: keyword
示例:Bootstrap.java
-
log.origin.function
-
发起日志事件的函数或方法的名称。
type: keyword
示例:init
-
log.syslog
-
如果事件是通过 Syslog 传输的,则事件的 Syslog 元数据。请参阅 RFC 5424 或 3164。
type: object
-
log.syslog.facility.code
-
如果可用,则日志事件的 Syslog 数字工具。根据 RFC 5424 和 3164,此值应为 0 到 23 之间的整数。
type: long
示例:23
format: string
-
log.syslog.facility.name
-
如果可用,则日志事件的 Syslog 基于文本的工具。
type: keyword
示例:local7
-
log.syslog.priority
-
如果可用,则事件的 Syslog 数字优先级。根据 RFC 5424 和 3164,优先级为 8 * 工具 + 严重性。因此,此数字应包含 0 到 191 之间的值。
type: long
示例:135
format: string
-
log.syslog.severity.code
-
如果可用,则日志事件的 Syslog 数字严重性。如果通过 Syslog 发布事件源提供不同的数字严重性值(例如,防火墙、IDS),则您的源的数字严重性应转到
event.severity
。如果事件源未指定不同的严重性,您可以选择将 Syslog 严重性复制到event.severity
。type: long
示例:3
-
log.syslog.severity.name
-
如果可用,则日志事件的 Syslog 数字严重性。如果通过 Syslog 发布事件源提供不同的严重性值(例如,防火墙、IDS),则您的源的文本严重性应转到
log.level
。如果事件源未指定不同的严重性,您可以选择将 Syslog 严重性复制到log.level
。type: keyword
示例:Error
网络定义为发生主机或网络事件的通信路径。 network.* 字段应填充与事件关联的网络活动的详细信息。
-
network.application
-
当从网络连接详细信息(源/目标 IP、端口、证书或线路格式)中识别出特定应用程序或服务时,此字段会捕获应用程序或服务的名称。例如,原始事件标识网络连接来自
https
网络连接中的特定 Web 服务,例如facebook
或twitter
。为了进行查询,该字段值必须规范化为小写。type: keyword
示例:aim
-
network.bytes
-
在两个方向传输的总字节数。如果知道
source.bytes
和destination.bytes
,则network.bytes
是它们的总和。type: long
示例:368
format: bytes
-
network.community_id
-
源和目标 IP 和端口以及通信中使用的协议的哈希值。这是一种与工具无关的标准,用于识别流。在 https://github.com/corelight/community-id-spec 了解更多信息。
type: keyword
示例:1:hO+sN4H+MG5MY/8hIrXPqc4ZQz0=
-
network.direction
-
网络流量的方向。建议的值为:* ingress * egress * inbound * outbound * internal * external * unknown
从基于主机的监视上下映射事件时,请从主机的角度使用值“ingress”或“egress”填充此字段。从基于网络或边界的监视上下映射事件时,请从网络边界的角度使用值“inbound”、“outbound”、“internal”或“external”填充此字段。请注意,“internal”不跨越边界,旨在描述边界内两台主机之间的通信。另请注意,“external”旨在描述两个位于边界外部的主机之间的流量。例如,这对 ISP 或 VPN 服务提供商可能很有用。
type: keyword
示例:inbound
-
network.forwarded_ip
-
当源 IP 地址是代理时的主机 IP 地址。
type: ip
示例:192.1.1.2
-
network.iana_number
-
IANA 协议号 (https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml)。标准化协议列表。这与使用 IANA 协议号的 NetFlow 和 sFlow 相关日志非常一致。
type: keyword
示例:6
-
network.inner
-
除了 network.vlan 字段之外,还添加了 Network.inner 字段来描述存在 q-in-q VLAN 标记时的最内部 VLAN。允许的字段包括 vlan.id 和 vlan.name。当使用多个 802.1q 封装向网络传感器(例如,Zeek、Wireshark)发送流量时,通常会使用内部 VLAN 字段。
type: object
-
network.inner.vlan.id
-
观察者报告的 VLAN ID。
type: keyword
示例:10
-
network.inner.vlan.name
-
观察者报告的可选 VLAN 名称。
type: keyword
示例:outside
-
network.name
-
运营商为其网络部分提供的名称。
type: keyword
示例:Guest Wifi
-
network.packets
-
双向传输的总数据包数。如果已知
source.packets
和destination.packets
,则network.packets
是它们的总和。type: long
示例:24
-
network.protocol
-
在 OSI 模型中,这将是应用层协议。例如,
http
、dns
或ssh
。为了查询,字段值必须标准化为小写。type: keyword
示例:http
-
network.transport
-
与 network.iana_number 相同,但使用的是传输层的关键字名称(udp、tcp、ipv6-icmp 等)。为了查询,字段值必须标准化为小写。
type: keyword
示例:tcp
-
network.type
-
在 OSI 模型中,这将是网络层。ipv4、ipv6、ipsec、pim 等。为了查询,字段值必须标准化为小写。
type: keyword
示例:ipv4
-
network.vlan.id
-
观察者报告的 VLAN ID。
type: keyword
示例:10
-
network.vlan.name
-
观察者报告的可选 VLAN 名称。
type: keyword
示例:outside
观察者被定义为一种特殊的网络、安全或应用程序设备,用于检测、观察或创建与网络、安全或应用程序相关的事件和指标。这可以是定制的硬件设备或配置为运行特殊网络、安全或应用程序软件的服务器。示例包括防火墙、Web 代理、入侵检测/防御系统、网络监控传感器、Web 应用程序防火墙、数据丢失防护系统和 APM 服务器。observer.* 字段应填充检测、观察和/或创建网络、安全或应用程序事件或指标的系统的详细信息(如果有)。用于处理事件或指标的消息队列和 ETL 组件在 ECS 中不被视为观察者。
-
observer.egress
-
Observer.egress 包含诸如接口编号和名称、VLAN 和区域信息等信息,用于对出口流量进行分类。诸如 span 端口上的网络传感器等单臂监控应仅使用 observer.ingress 来对流量进行分类。
type: object
-
observer.egress.interface.alias
-
系统报告的接口别名,通常在防火墙实现中使用,例如内部、外部或 dmz 逻辑接口命名。
type: keyword
示例:outside
-
observer.egress.interface.id
-
观察者报告的接口 ID(通常为 SNMP 接口 ID)。
type: keyword
示例:10
-
observer.egress.interface.name
-
系统报告的接口名称。
type: keyword
示例:eth0
-
observer.egress.vlan.id
-
观察者报告的 VLAN ID。
type: keyword
示例:10
-
observer.egress.vlan.name
-
观察者报告的可选 VLAN 名称。
type: keyword
示例:outside
-
observer.egress.zone
-
观察者报告的出口流量的网络区域,用于对出口流量的目的地区域进行分类,例如内部、外部、DMZ、HR、法律等。
type: keyword
示例:Public_Internet
-
observer.geo.city_name
-
城市名称。
type: keyword
example: Montreal
-
observer.geo.continent_code
-
表示洲名称的两个字母代码。
type: keyword
example: NA
-
observer.geo.continent_name
-
洲的名称。
type: keyword
example: North America
-
observer.geo.country_iso_code
-
国家/地区 ISO 代码。
type: keyword
example: CA
-
observer.geo.country_name
-
国家/地区名称。
type: keyword
example: Canada
-
observer.geo.location
-
经度和纬度。
type: geo_point
example: { "lon": -73.614830, "lat": 45.505918 }
-
observer.geo.name
-
用户定义的位置描述,在其关心的粒度级别上。可以是他们数据中心的名称、楼层号(如果这描述本地物理实体)或城市名称。通常不用于自动地理位置。
type: keyword
example: boston-dc
-
observer.geo.postal_code
-
与位置关联的邮政编码。此字段的适当值也可能被称为邮政编码或 ZIP 代码,并且在各个国家/地区之间差异很大。
type: keyword
example: 94040
-
observer.geo.region_iso_code
-
地区 ISO 代码。
type: keyword
example: CA-QC
-
observer.geo.region_name
-
地区名称。
type: keyword
example: Quebec
-
observer.geo.timezone
-
位置的时区,例如 IANA 时区名称。
type: keyword
example: America/Argentina/Buenos_Aires
-
observer.hostname
-
观察者的主机名。
type: keyword
-
observer.ingress
-
Observer.ingress 包含诸如接口编号和名称、VLAN 和区域信息等信息,用于对入口流量进行分类。诸如 span 端口上的网络传感器等单臂监控应仅使用 observer.ingress 来对流量进行分类。
type: object
-
observer.ingress.interface.alias
-
系统报告的接口别名,通常在防火墙实现中使用,例如内部、外部或 dmz 逻辑接口命名。
type: keyword
示例:outside
-
observer.ingress.interface.id
-
观察者报告的接口 ID(通常为 SNMP 接口 ID)。
type: keyword
示例:10
-
observer.ingress.interface.name
-
系统报告的接口名称。
type: keyword
示例:eth0
-
observer.ingress.vlan.id
-
观察者报告的 VLAN ID。
type: keyword
示例:10
-
observer.ingress.vlan.name
-
观察者报告的可选 VLAN 名称。
type: keyword
示例:outside
-
observer.ingress.zone
-
观察者报告的入口流量的网络区域,用于对入口流量的源区域进行分类。例如内部、外部、DMZ、HR、法律等。
type: keyword
示例:DMZ
-
observer.ip
-
观察者的 IP 地址。
type: ip
-
observer.mac
-
观察者的 MAC 地址。建议使用 RFC 7042 中的表示法格式:每个八位字节(即 8 位字节)都用两个 [大写] 十六进制数字表示,给出八位字节的值作为无符号整数。连续的八位字节用连字符分隔。
type: keyword
示例:["00-00-5E-00-53-23", "00-00-5E-00-53-24"]
-
observer.name
-
观察者的自定义名称。这是一个可以赋予观察者的名称。例如,如果组织中使用同一型号的多个防火墙,这可能会有所帮助。如果不需要自定义名称,则可以使该字段为空。
type: keyword
示例:1_proxySG
-
observer.os.family
-
操作系统系列(例如 redhat、debian、freebsd、windows)。
type: keyword
示例:debian
-
observer.os.full
-
操作系统名称,包括版本或代号。
type: keyword
示例:Mac OS Mojave
-
observer.os.full.text
-
type: match_only_text
-
observer.os.kernel
-
操作系统内核版本,以原始字符串形式。
type: keyword
示例:4.4.0-112-generic
-
observer.os.name
-
操作系统名称,不带版本。
type: keyword
示例:Mac OS X
-
observer.os.name.text
-
type: match_only_text
-
observer.os.platform
-
操作系统平台(例如 centos、ubuntu、windows)。
type: keyword
示例:darwin
-
observer.os.type
-
使用
os.type
字段将操作系统划分为几个大的商业家族之一。应使用以下值之一(小写):linux、macos、unix、windows。如果您处理的操作系统不在列表中,则不应填充该字段。请通过向 ECS 提交问题来告知我们,以提出添加建议。type: keyword
示例:macos
-
observer.os.version
-
操作系统版本,以原始字符串形式表示。
type: keyword
示例:10.14.1
-
observer.product
-
观察者的产品名称。
type: keyword
示例:s200
-
observer.serial_number
-
观察者的序列号。
type: keyword
-
observer.type
-
数据来源的观察者类型。没有预定义的观察者类型列表。一些示例是
forwarder
、firewall
、ids
、ips
、proxy
、poller
、sensor
、APM server
。type: keyword
示例:firewall
-
observer.vendor
-
观察者的供应商名称。
type: keyword
示例:Symantec
-
observer.version
-
观察者的版本。
type: keyword
描述容器编排器管理或作用的资源的字段。
-
orchestrator.api_version
-
用于执行操作的 API 版本
type: keyword
示例:v1beta1
-
orchestrator.cluster.name
-
集群的名称。
type: keyword
-
orchestrator.cluster.url
-
用于管理集群的 API 的 URL。
type: keyword
-
orchestrator.cluster.version
-
集群的版本。
type: keyword
-
orchestrator.namespace
-
操作发生的命名空间。
type: keyword
示例:kube-system
-
orchestrator.organization
-
受事件影响的组织(用于多租户编排器设置)。
type: keyword
示例:elastic
-
orchestrator.resource.name
-
正在操作的资源的名称。
type: keyword
示例:test-pod-cdcws
-
orchestrator.resource.type
-
正在操作的资源的类型。
type: keyword
示例:service
-
orchestrator.type
-
编排器集群类型(例如 kubernetes、nomad 或 cloudfoundry)。
type: keyword
示例:kubernetes
组织字段使用与数据关联的公司或实体的信息来丰富数据。这些字段可帮助您按一个或多个组织排列或筛选存储在索引中的数据。
-
organization.id
-
组织的唯一标识符。
type: keyword
-
organization.name
-
组织名称。
type: keyword
-
organization.name.text
-
type: match_only_text
操作系统字段包含有关操作系统的信息。
-
os.family
-
操作系统系列(例如 redhat、debian、freebsd、windows)。
type: keyword
示例:debian
-
os.full
-
操作系统名称,包括版本或代号。
type: keyword
示例:Mac OS Mojave
-
os.full.text
-
type: match_only_text
-
os.kernel
-
操作系统内核版本,以原始字符串形式。
type: keyword
示例:4.4.0-112-generic
-
os.name
-
操作系统名称,不带版本。
type: keyword
示例:Mac OS X
-
os.name.text
-
type: match_only_text
-
os.platform
-
操作系统平台(例如 centos、ubuntu、windows)。
type: keyword
示例:darwin
-
os.type
-
使用
os.type
字段将操作系统划分为几个大的商业家族之一。应使用以下值之一(小写):linux、macos、unix、windows。如果您处理的操作系统不在列表中,则不应填充该字段。请通过向 ECS 提交问题来告知我们,以提出添加建议。type: keyword
示例:macos
-
os.version
-
操作系统版本,以原始字符串形式表示。
type: keyword
示例:10.14.1
这些字段包含有关已安装软件包的信息。它包含有关软件包的一般信息,例如名称、版本或大小。它还包含安装详细信息,例如时间或位置。
-
package.architecture
-
软件包架构。
type: keyword
示例:x86_64
-
package.build_version
-
有关已安装软件包的构建版本的其他信息。例如,使用未发布软件包的 commit SHA。
type: keyword
示例:36f4f7e89dd61b0988b12ee000b98966867710cd
-
package.checksum
-
已安装软件包的校验和,用于验证。
type: keyword
示例:68b329da9893e34099c7d8ad5cb9c940
-
package.description
-
软件包的说明。
type: keyword
示例:用于构建简单/可靠/高效软件的开源编程语言。
-
package.install_scope
-
指示软件包的安装方式,例如,用户本地、全局。
type: keyword
示例:global
-
package.installed
-
软件包的安装时间。
type: date
-
package.license
-
软件包发布的许可。尽可能使用短名称,例如,SPDX 许可列表中的许可标识符 (https://spdx.org/licenses/)。
type: keyword
示例:Apache License 2.0
-
package.name
-
软件包名称
type: keyword
示例:go
-
package.path
-
软件包的安装路径。
type: keyword
示例:/usr/local/Cellar/go/1.12.9/
-
package.reference
-
此软件包中软件的主页或参考 URL(如果可用)。
type: keyword
-
package.size
-
软件包大小(以字节为单位)。
type: long
示例:62231
format: string
-
package.type
-
软件包类型。这应包含软件包文件类型,而不是软件包管理器名称。示例:rpm、dpkg、brew、npm、gem、nupkg、jar。
type: keyword
示例:rpm
-
package.version
-
软件包版本
type: keyword
示例:1.12.9
这些字段包含 Windows 可移植可执行文件 (PE) 元数据。
-
pe.architecture
-
文件的目标 CPU 架构。
type: keyword
示例:x64
-
pe.company
-
在编译时提供的文件的内部公司名称。
type: keyword
示例:Microsoft Corporation
-
pe.description
-
在编译时提供的文件的内部描述。
type: keyword
示例:画图
-
pe.file_version
-
在编译时提供的文件的内部版本。
type: keyword
示例:6.3.9600.17415
-
pe.imphash
-
PE 文件中导入的哈希值。imphash(或导入哈希)可用于对二进制文件进行指纹识别,即使在重新编译或其他代码级转换发生后,这些转换会更改更传统的哈希值。在https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html了解更多。
type: keyword
示例:0c6803c4e922103c4dca5963aad36ddf
-
pe.original_file_name
-
在编译时提供的文件的内部名称。
type: keyword
示例:MSPAINT.EXE
-
pe.product
-
在编译时提供的文件的内部产品名称。
type: keyword
示例:Microsoft® Windows® 操作系统
这些字段包含有关进程的信息。这些字段可以帮助您将指标信息与日志消息中的进程 ID/名称关联起来。process.pid
通常保留在指标本身中,并复制到全局字段以进行关联。
-
process.args
-
进程参数数组,从可执行文件的绝对路径开始。可能会进行筛选以保护敏感信息。
type: keyword
示例:["/usr/bin/ssh", "-l", "user", "10.0.0.16"]
-
process.args_count
-
process.args 数组的长度。此字段对于查询或对启动进程时提供的参数数量执行存储桶分析非常有用。参数越多可能表明存在可疑活动。
type: long
示例:4
-
process.code_signature.digest_algorithm
-
用于签署进程的哈希算法。当一个文件被同一个签名者多次签名,但使用了不同的摘要算法时,此值可以区分签名。
type: keyword
示例:sha256
-
process.code_signature.exists
-
布尔值,用于捕获是否存在签名。
类型:布尔值
示例:true
-
process.code_signature.signing_id
-
用于签署进程的标识符。这用于标识软件供应商制造的应用程序。该字段仅与 Apple *OS 相关。
type: keyword
示例:com.apple.xpc.proxy
-
process.code_signature.status
-
有关证书状态的其他信息。这对于记录证书有效性或信任状态的加密错误非常有用。如果未检查证书的有效性或信任,请留空。
type: keyword
示例:ERROR_UNTRUSTED_ROOT
-
process.code_signature.subject_name
-
代码签名者的主题名称
type: keyword
示例:Microsoft Corporation
-
process.code_signature.team_id
-
用于签署进程的团队标识符。这用于标识软件产品的团队或供应商。该字段仅与 Apple *OS 相关。
type: keyword
示例:EQHXZ8M8AV
-
process.code_signature.timestamp
-
生成和签署代码签名时的日期和时间。
type: date
示例:2021-01-01T12:10:30Z
-
process.code_signature.trusted
-
存储证书链的信任状态。验证证书链的信任可能很复杂,此字段应仅由主动检查状态的工具填充。
类型:布尔值
示例:true
-
process.code_signature.valid
-
布尔值,用于捕获数字签名是否已针对二进制内容进行验证。如果未检查证书,请留空。
类型:布尔值
示例:true
-
process.command_line
-
启动进程的完整命令行,包括可执行文件的绝对路径和所有参数。可能会筛选某些参数以保护敏感信息。
类型:通配符
示例:/usr/bin/ssh -l user 10.0.0.16
-
process.command_line.text
-
type: match_only_text
-
process.elf.architecture
-
ELF 文件的机器架构。
type: keyword
示例:x86-64
-
process.elf.byte_order
-
ELF 文件的字节顺序。
type: keyword
示例:小端
-
process.elf.cpu_type
-
ELF 文件的 CPU 类型。
type: keyword
示例:Intel
-
process.elf.creation_date
-
尽可能从文件的元数据中提取。指示其构建或编译时间。它也可能被恶意软件创建者伪造。
type: date
-
process.elf.exports
-
导出的元素名称和类型列表。
类型:扁平化
-
process.elf.header.abi_version
-
ELF 应用程序二进制接口 (ABI) 的版本。
type: keyword
-
process.elf.header.class
-
ELF 文件的标头类。
type: keyword
-
process.elf.header.data
-
ELF 标头的数据表。
type: keyword
-
process.elf.header.entrypoint
-
ELF 文件的标头入口点。
type: long
format: string
-
process.elf.header.object_version
-
原始 ELF 文件的“0x1”。
type: keyword
-
process.elf.header.os_abi
-
Linux OS 的应用程序二进制接口 (ABI)。
type: keyword
-
process.elf.header.type
-
ELF 文件的标头类型。
type: keyword
-
process.elf.header.version
-
ELF 标头的版本。
type: keyword
-
process.elf.imports
-
导入的元素名称和类型列表。
类型:扁平化
-
process.elf.sections
-
一个数组,其中包含 ELF 文件的每个节的对象。这些对象中应存在的键由
elf.sections.*
下方的子字段定义。类型:嵌套
-
process.elf.sections.chi2
-
该节的卡方概率分布。
type: long
格式:数字
-
process.elf.sections.entropy
-
该节的香农熵计算。
type: long
格式:数字
-
process.elf.sections.flags
-
ELF 节列表标志。
type: keyword
-
process.elf.sections.name
-
ELF 节列表名称。
type: keyword
-
process.elf.sections.physical_offset
-
ELF 节列表偏移量。
type: keyword
-
process.elf.sections.physical_size
-
ELF 节列表物理大小。
type: long
format: bytes
-
process.elf.sections.type
-
ELF 节列表类型。
type: keyword
-
process.elf.sections.virtual_address
-
ELF 节列表虚拟地址。
type: long
format: string
-
process.elf.sections.virtual_size
-
ELF 节列表虚拟大小。
type: long
format: string
-
process.elf.segments
-
一个数组,其中包含 ELF 文件的每个段的对象。这些对象中应存在的键由
elf.segments.*
下方的子字段定义。类型:嵌套
-
process.elf.segments.sections
-
ELF 对象段节。
type: keyword
-
process.elf.segments.type
-
ELF 对象段类型。
type: keyword
-
process.elf.shared_libraries
-
此 ELF 对象使用的共享库列表。
type: keyword
-
process.elf.telfhash
-
ELF 文件的 telfhash 符号哈希值。
type: keyword
-
process.end
-
进程结束的时间。
type: date
example: 2016-05-23T08:05:34.853Z
-
process.entity_id
-
进程的唯一标识符。此实现的具体细节由数据源指定,但此处可能使用的一些示例是进程生成的 UUID、Sysmon 进程 GUID 或进程的某些唯一标识组件的哈希值。构造全局唯一标识符是减轻 PID 重用以及随着时间的推移跨多个受监视主机识别特定进程的常见做法。
type: keyword
示例:c2c455d9f99375d
-
process.executable
-
进程可执行文件的绝对路径。
type: keyword
示例:/usr/bin/ssh
-
process.executable.text
-
type: match_only_text
-
process.exit_code
-
进程的退出代码(如果这是一个终止事件)。如果事件没有退出代码,则该字段应不存在(例如,进程启动)。
type: long
示例:137
-
process.hash.md5
-
MD5 哈希值。
type: keyword
-
process.hash.sha1
-
SHA1 哈希值。
type: keyword
-
process.hash.sha256
-
SHA256 哈希值。
type: keyword
-
process.hash.sha512
-
SHA512 哈希值。
type: keyword
-
process.hash.ssdeep
-
SSDEEP 哈希值。
type: keyword
-
process.name
-
进程名称。有时称为程序名称或类似名称。
type: keyword
示例:ssh
-
process.name.text
-
type: match_only_text
-
process.parent.args
-
进程参数数组,从可执行文件的绝对路径开始。可能会进行筛选以保护敏感信息。
type: keyword
示例:["/usr/bin/ssh", "-l", "user", "10.0.0.16"]
-
process.parent.args_count
-
process.args 数组的长度。此字段对于查询或对启动进程时提供的参数数量执行存储桶分析非常有用。参数越多可能表明存在可疑活动。
type: long
示例:4
-
process.parent.code_signature.digest_algorithm
-
用于签署进程的哈希算法。当一个文件被同一个签名者多次签名,但使用了不同的摘要算法时,此值可以区分签名。
type: keyword
示例:sha256
-
process.parent.code_signature.exists
-
布尔值,用于捕获是否存在签名。
类型:布尔值
示例:true
-
process.parent.code_signature.signing_id
-
用于签署进程的标识符。这用于标识软件供应商制造的应用程序。该字段仅与 Apple *OS 相关。
type: keyword
示例:com.apple.xpc.proxy
-
process.parent.code_signature.status
-
有关证书状态的其他信息。这对于记录证书有效性或信任状态的加密错误非常有用。如果未检查证书的有效性或信任,请留空。
type: keyword
示例:ERROR_UNTRUSTED_ROOT
-
process.parent.code_signature.subject_name
-
代码签名者的主题名称
type: keyword
示例:Microsoft Corporation
-
process.parent.code_signature.team_id
-
用于签署进程的团队标识符。这用于标识软件产品的团队或供应商。该字段仅与 Apple *OS 相关。
type: keyword
示例:EQHXZ8M8AV
-
process.parent.code_signature.timestamp
-
生成和签署代码签名时的日期和时间。
type: date
示例:2021-01-01T12:10:30Z
-
process.parent.code_signature.trusted
-
存储证书链的信任状态。验证证书链的信任可能很复杂,此字段应仅由主动检查状态的工具填充。
类型:布尔值
示例:true
-
process.parent.code_signature.valid
-
布尔值,用于捕获数字签名是否已针对二进制内容进行验证。如果未检查证书,请留空。
类型:布尔值
示例:true
-
process.parent.command_line
-
启动进程的完整命令行,包括可执行文件的绝对路径和所有参数。可能会筛选某些参数以保护敏感信息。
类型:通配符
示例:/usr/bin/ssh -l user 10.0.0.16
-
process.parent.command_line.text
-
type: match_only_text
-
process.parent.elf.architecture
-
ELF 文件的机器架构。
type: keyword
示例:x86-64
-
process.parent.elf.byte_order
-
ELF 文件的字节顺序。
type: keyword
示例:小端
-
process.parent.elf.cpu_type
-
ELF 文件的 CPU 类型。
type: keyword
示例:Intel
-
process.parent.elf.creation_date
-
尽可能从文件的元数据中提取。指示其构建或编译时间。它也可能被恶意软件创建者伪造。
type: date
-
process.parent.elf.exports
-
导出的元素名称和类型列表。
类型:扁平化
-
process.parent.elf.header.abi_version
-
ELF 应用程序二进制接口 (ABI) 的版本。
type: keyword
-
process.parent.elf.header.class
-
ELF 文件的标头类。
type: keyword
-
process.parent.elf.header.data
-
ELF 标头的数据表。
type: keyword
-
process.parent.elf.header.entrypoint
-
ELF 文件的标头入口点。
type: long
format: string
-
process.parent.elf.header.object_version
-
原始 ELF 文件的“0x1”。
type: keyword
-
process.parent.elf.header.os_abi
-
Linux OS 的应用程序二进制接口 (ABI)。
type: keyword
-
process.parent.elf.header.type
-
ELF 文件的标头类型。
type: keyword
-
process.parent.elf.header.version
-
ELF 标头的版本。
type: keyword
-
process.parent.elf.imports
-
导入的元素名称和类型列表。
类型:扁平化
-
process.parent.elf.sections
-
一个数组,其中包含 ELF 文件的每个节的对象。这些对象中应存在的键由
elf.sections.*
下方的子字段定义。类型:嵌套
-
process.parent.elf.sections.chi2
-
该节的卡方概率分布。
type: long
格式:数字
-
process.parent.elf.sections.entropy
-
该节的香农熵计算。
type: long
格式:数字
-
process.parent.elf.sections.flags
-
ELF 节列表标志。
type: keyword
-
process.parent.elf.sections.name
-
ELF 节列表名称。
type: keyword
-
process.parent.elf.sections.physical_offset
-
ELF 节列表偏移量。
type: keyword
-
process.parent.elf.sections.physical_size
-
ELF 节列表物理大小。
type: long
format: bytes
-
process.parent.elf.sections.type
-
ELF 节列表类型。
type: keyword
-
process.parent.elf.sections.virtual_address
-
ELF 节列表虚拟地址。
type: long
format: string
-
process.parent.elf.sections.virtual_size
-
ELF 节列表虚拟大小。
type: long
format: string
-
process.parent.elf.segments
-
一个数组,其中包含 ELF 文件的每个段的对象。这些对象中应存在的键由
elf.segments.*
下方的子字段定义。类型:嵌套
-
process.parent.elf.segments.sections
-
ELF 对象段节。
type: keyword
-
process.parent.elf.segments.type
-
ELF 对象段类型。
type: keyword
-
process.parent.elf.shared_libraries
-
此 ELF 对象使用的共享库列表。
type: keyword
-
process.parent.elf.telfhash
-
ELF 文件的 telfhash 符号哈希值。
type: keyword
-
process.parent.end
-
进程结束的时间。
type: date
example: 2016-05-23T08:05:34.853Z
-
process.parent.entity_id
-
进程的唯一标识符。此实现的具体细节由数据源指定,但此处可能使用的一些示例是进程生成的 UUID、Sysmon 进程 GUID 或进程的某些唯一标识组件的哈希值。构造全局唯一标识符是减轻 PID 重用以及随着时间的推移跨多个受监视主机识别特定进程的常见做法。
type: keyword
示例:c2c455d9f99375d
-
process.parent.executable
-
进程可执行文件的绝对路径。
type: keyword
示例:/usr/bin/ssh
-
process.parent.executable.text
-
type: match_only_text
-
process.parent.exit_code
-
进程的退出代码(如果这是一个终止事件)。如果事件没有退出代码,则该字段应不存在(例如,进程启动)。
type: long
示例:137
-
process.parent.hash.md5
-
MD5 哈希值。
type: keyword
-
process.parent.hash.sha1
-
SHA1 哈希值。
type: keyword
-
process.parent.hash.sha256
-
SHA256 哈希值。
type: keyword
-
process.parent.hash.sha512
-
SHA512 哈希值。
type: keyword
-
process.parent.hash.ssdeep
-
SSDEEP 哈希值。
type: keyword
-
process.parent.name
-
进程名称。有时称为程序名称或类似名称。
type: keyword
示例:ssh
-
process.parent.name.text
-
type: match_only_text
-
process.parent.pe.architecture
-
文件的目标 CPU 架构。
type: keyword
示例:x64
-
process.parent.pe.company
-
在编译时提供的文件的内部公司名称。
type: keyword
示例:Microsoft Corporation
-
process.parent.pe.description
-
在编译时提供的文件的内部描述。
type: keyword
示例:画图
-
process.parent.pe.file_version
-
在编译时提供的文件的内部版本。
type: keyword
示例:6.3.9600.17415
-
process.parent.pe.imphash
-
PE 文件中导入的哈希值。imphash(或导入哈希)可用于对二进制文件进行指纹识别,即使在重新编译或其他代码级转换发生后,这些转换会更改更传统的哈希值。在https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html了解更多。
type: keyword
示例:0c6803c4e922103c4dca5963aad36ddf
-
process.parent.pe.original_file_name
-
在编译时提供的文件的内部名称。
type: keyword
示例:MSPAINT.EXE
-
process.parent.pe.product
-
在编译时提供的文件的内部产品名称。
type: keyword
示例:Microsoft® Windows® 操作系统
-
process.parent.pgid
-
进程所属的进程组的标识符。
type: long
format: string
-
process.parent.pid
-
进程 ID。
type: long
示例:4242
format: string
-
process.parent.start
-
进程启动的时间。
type: date
example: 2016-05-23T08:05:34.853Z
-
process.parent.thread.id
-
线程 ID。
type: long
示例:4242
format: string
-
process.parent.thread.name
-
线程名称。
type: keyword
示例:thread-0
-
process.parent.title
-
进程标题。进程标题,有时与进程名称相同。也可能不同:例如,浏览器将其标题设置为当前打开的网页。
type: keyword
-
process.parent.title.text
-
type: match_only_text
-
process.parent.uptime
-
进程已运行的秒数。
type: long
示例:1325
-
process.parent.working_directory
-
进程的工作目录。
type: keyword
示例:/home/alice
-
process.parent.working_directory.text
-
type: match_only_text
-
process.pe.architecture
-
文件的目标 CPU 架构。
type: keyword
示例:x64
-
process.pe.company
-
在编译时提供的文件的内部公司名称。
type: keyword
示例:Microsoft Corporation
-
process.pe.description
-
在编译时提供的文件的内部描述。
type: keyword
示例:画图
-
process.pe.file_version
-
在编译时提供的文件的内部版本。
type: keyword
示例:6.3.9600.17415
-
process.pe.imphash
-
PE 文件中导入的哈希值。imphash(或导入哈希)可用于对二进制文件进行指纹识别,即使在重新编译或其他代码级转换发生后,这些转换会更改更传统的哈希值。在https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html了解更多。
type: keyword
示例:0c6803c4e922103c4dca5963aad36ddf
-
process.pe.original_file_name
-
在编译时提供的文件的内部名称。
type: keyword
示例:MSPAINT.EXE
-
process.pe.product
-
在编译时提供的文件的内部产品名称。
type: keyword
示例:Microsoft® Windows® 操作系统
-
process.pgid
-
进程所属的进程组的标识符。
type: long
format: string
-
process.pid
-
进程 ID。
type: long
示例:4242
format: string
-
process.start
-
进程启动的时间。
type: date
example: 2016-05-23T08:05:34.853Z
-
process.thread.id
-
线程 ID。
type: long
示例:4242
format: string
-
process.thread.name
-
线程名称。
type: keyword
示例:thread-0
-
process.title
-
进程标题。进程标题,有时与进程名称相同。也可能不同:例如,浏览器将其标题设置为当前打开的网页。
type: keyword
-
process.title.text
-
type: match_only_text
-
process.uptime
-
进程已运行的秒数。
type: long
示例:1325
-
process.working_directory
-
进程的工作目录。
type: keyword
示例:/home/alice
-
process.working_directory.text
-
type: match_only_text
与 Windows 注册表操作相关的字段。
-
registry.data.bytes
-
使用 base64 编码的原始字节。对于 Windows 注册表操作(例如 SetValueEx 和 RegQueryValueEx),这对应于
lp_data
指向的数据。这是可选的,但可以提供更好的可恢复性,并且应该为 REG_BINARY 编码的值填充。type: keyword
示例:ZQBuAC0AVQBTAAAAZQBuAAAAAAA=
-
registry.data.strings
-
写入字符串类型时的内容。当将字符串数据写入注册表时,填充为数组。对于单字符串注册表类型 (REG_SZ, REG_EXPAND_SZ),这应该是一个包含一个字符串的数组。对于具有 REG_MULTI_SZ 的字符串序列,此数组的长度将是可变的。对于数字数据,例如 REG_DWORD 和 REG_QWORD,这应该填充十进制表示形式(例如
"1"
)。类型:通配符
示例:["C:\rta\red_ttp\bin\myapp.exe"]
-
registry.data.type
-
用于编码内容的标准注册表类型
type: keyword
示例:REG_SZ
-
registry.hive
-
配置单元的缩写名称。
type: keyword
示例:HKLM
-
registry.key
-
相对于配置单元的键路径。
type: keyword
示例:SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe
-
registry.path
-
完整路径,包括配置单元、键和值
type: keyword
示例:HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe\Debugger
-
registry.value
-
写入的值的名称。
type: keyword
示例:Debugger
此字段集旨在方便围绕数据进行透视。某些信息可以在 ECS 事件中的许多位置看到。为了方便搜索它们,请将所有看到的值存储到 related.
中其对应的字段。一个具体的例子是 IP 地址,它可以在主机、观察者、源、目标、客户端、服务器和 network.forwarded_ip 下。如果您将所有 IP 附加到 related.ip
,那么无论它出现在哪里,您都可以通过查询 related.ip:192.0.2.15
轻松搜索给定的 IP。
-
related.hash
-
在您的事件中看到的所有哈希值。填充此字段,然后使用它搜索哈希值可以在您不确定哈希算法是什么(因此要搜索哪个键名)的情况下提供帮助。
type: keyword
-
related.hosts
-
在您的事件中看到的所有主机名或其他主机标识符。示例标识符包括 FQDN、域名、工作站名称或别名。
type: keyword
-
related.ip
-
在您的事件中看到的所有 IP。
type: ip
-
related.user
-
在事件中看到的所有用户名或其他用户标识符。
type: keyword
规则字段用于捕获生成警报或其他值得注意的事件的任何观察者或代理规则的详细信息。将填充规则字段的数据源示例包括:网络准入控制平台、网络或主机 IDS/IPS、网络防火墙、Web 应用程序防火墙、URL 过滤器、端点检测和响应 (EDR) 系统等。
-
rule.author
-
创建用于生成此事件的规则的作者或作者的姓名、组织或笔名。
type: keyword
示例:["Star-Lord"]
-
rule.category
-
实体使用规则检测此事件时使用的分类值关键字。
type: keyword
示例:尝试信息泄露
-
rule.description
-
生成事件的规则的描述。
type: keyword
示例:阻止通过 HTTPS/TLS 协议向公共 DNS 发出请求
-
rule.id
-
在代理、观察者或其他实体使用规则检测此事件的范围内唯一的规则 ID。
type: keyword
示例:101
-
rule.license
-
用于生成此事件的规则的许可名称。
type: keyword
示例:Apache 2.0
-
rule.name
-
生成事件的规则或签名的名称。
type: keyword
示例:BLOCK_DNS_over_TLS
-
rule.reference
-
指向有关用于生成此事件的规则的其他信息的参考 URL。该 URL 可以指向供应商关于该规则的文档。如果不可用,它也可以是指向描述此类警报的更通用页面的链接。
type: keyword
-
rule.ruleset
-
用于生成此事件的规则所属的规则集、策略、组或父类别的名称。
type: keyword
示例:Standard_Protocol_Filters
-
rule.uuid
-
在用于检测此事件的一组或一组代理、观察者或其他实体的范围内唯一的规则 ID。
type: keyword
示例:1100110011
-
rule.version
-
用于分析的规则的版本/修订。
type: keyword
示例:1.1
服务器定义为关于会话、连接或双向流记录的事件中网络连接中的响应者。对于 TCP 事件,服务器是 TCP 连接的初始 SYN 数据包的接收者。对于其他协议,服务器通常是网络事务中的响应者。一些系统实际上使用术语“响应者”来指代 TCP 连接中的服务器。服务器字段描述有关在网络事件中充当服务器的系统的详细信息。服务器字段通常与客户端字段一起填充。对于数据包级事件,通常不填充服务器字段。客户端/服务器表示可以为交换添加语义上下文,这有助于在某些情况下可视化数据。如果您的上下文属于该类别,您仍应确保正确填充源和目标。
-
server.address
-
某些事件服务器地址定义不明确。该事件有时会列出 IP、域或 Unix 套接字。您应该始终将原始地址存储在
.address
字段中。然后,它应该被复制到.ip
或.domain
,具体取决于它是哪个。type: keyword
-
server.as.number
-
分配给自治系统的唯一编号。自治系统号 (ASN) 唯一标识互联网上的每个网络。
type: long
example: 15169
-
server.as.organization.name
-
组织名称。
type: keyword
example: Google LLC
-
server.as.organization.name.text
-
type: match_only_text
-
server.bytes
-
从服务器发送到客户端的字节数。
type: long
example: 184
format: bytes
-
server.domain
-
服务器系统的域名。此值可以是主机名、完全限定域名或另一种主机命名格式。该值可能来自原始事件或从富化添加。
type: keyword
example: foo.example.com
-
server.geo.city_name
-
城市名称。
type: keyword
example: Montreal
-
server.geo.continent_code
-
表示洲名称的两个字母代码。
type: keyword
example: NA
-
server.geo.continent_name
-
洲的名称。
type: keyword
example: North America
-
server.geo.country_iso_code
-
国家/地区 ISO 代码。
type: keyword
example: CA
-
server.geo.country_name
-
国家/地区名称。
type: keyword
example: Canada
-
server.geo.location
-
经度和纬度。
type: geo_point
example: { "lon": -73.614830, "lat": 45.505918 }
-
server.geo.name
-
用户定义的位置描述,在其关心的粒度级别上。可以是他们数据中心的名称、楼层号(如果这描述本地物理实体)或城市名称。通常不用于自动地理位置。
type: keyword
example: boston-dc
-
server.geo.postal_code
-
与位置关联的邮政编码。此字段的适当值也可能被称为邮政编码或 ZIP 代码,并且在各个国家/地区之间差异很大。
type: keyword
example: 94040
-
server.geo.region_iso_code
-
地区 ISO 代码。
type: keyword
example: CA-QC
-
server.geo.region_name
-
地区名称。
type: keyword
example: Quebec
-
server.geo.timezone
-
位置的时区,例如 IANA 时区名称。
type: keyword
example: America/Argentina/Buenos_Aires
-
server.ip
-
服务器的 IP 地址(IPv4 或 IPv6)。
type: ip
-
server.mac
-
服务器的 MAC 地址。建议使用 RFC 7042 中的表示法格式:每个八位字节(即 8 位字节)由两个[大写]十六进制数字表示,给出八位字节的值作为无符号整数。连续的八位字节用连字符分隔。
type: keyword
example: 00-00-5E-00-53-23
-
server.nat.ip
-
基于 NAT 会话转换的目标 IP(例如,从 Internet 到专用 DMZ)。通常与负载均衡器、防火墙或路由器一起使用。
type: ip
-
server.nat.port
-
基于 NAT 会话的目标转换端口(例如,从 Internet 到专用 DMZ)。通常与负载均衡器、防火墙或路由器一起使用。
type: long
format: string
-
server.packets
-
从服务器发送到客户端的数据包。
type: long
example: 12
-
server.port
-
服务器的端口。
type: long
format: string
-
server.registered_domain
-
最高的已注册服务器域,去除了子域。例如,“foo.example.com”的已注册域是“example.com”。可以使用公共后缀列表之类的列表(http://publicsuffix.org)精确确定此值。尝试通过简单地获取最后两个标签来近似此值对于诸如“co.uk”之类的 TLD 将不起作用。
type: keyword
example: example.com
-
server.subdomain
-
完全限定域名的子域部分包括注册域下除主机名以外的所有名称。在部分限定域中,或者如果无法确定完整名称的限定级别,则子域包含注册域下的所有名称。例如,“www.east.mydomain.co.uk”的子域部分为“east”。如果域具有多个子域级别,例如“sub2.sub1.example.com”,则子域字段应包含“sub2.sub1”,不带尾随句点。
type: keyword
example: east
-
server.top_level_domain
-
有效顶级域名 (eTLD),也称为域名后缀,是域名最后一部分。例如,example.com 的顶级域名是“com”。可以使用诸如公共后缀列表之类的列表 (http://publicsuffix.org) 精确确定此值。尝试通过简单地取最后一个标签来近似此值对于诸如“co.uk”之类的有效 TLD 将无法很好地工作。
type: keyword
example: co.uk
-
server.user.domain
-
用户所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
server.user.email
-
用户电子邮件地址。
type: keyword
-
server.user.full_name
-
用户的全名(如果可用)。
type: keyword
example: Albert Einstein
-
server.user.full_name.text
-
type: match_only_text
-
server.user.group.domain
-
组所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
server.user.group.id
-
系统/平台上组的唯一标识符。
type: keyword
-
server.user.group.name
-
组的名称。
type: keyword
-
server.user.hash
-
唯一的用户的哈希,以匿名形式关联用户信息。如果
user.id
或user.name
包含机密信息且不能使用,则此项非常有用。type: keyword
-
server.user.id
-
用户的唯一标识符。
type: keyword
example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
server.user.name
-
用户的简称或登录名。
type: keyword
example: a.einstein
-
server.user.name.text
-
type: match_only_text
-
server.user.roles
-
事件发生时用户的角色数组。
type: keyword
example: ["kibana_admin", "reporting_user"]
服务字段描述从中收集数据的服务。这些字段可帮助您查找和关联特定服务和版本的日志。
-
service.address
-
从中收集有关此服务的数据的地址。这应该是一个 URI、网络地址(ipv4:port 或 [ipv6]:port)或资源路径(套接字)。
type: keyword
示例:172.26.0.2:5432
-
service.environment
-
标识服务运行的环境。如果同一服务在不同的环境(生产、暂存、QA、开发等)中运行,则该环境可以标识同一服务的其他实例。还可以对来自同一环境的服务和应用程序进行分组。
type: keyword
示例:production
-
service.ephemeral_id
-
此服务的临时标识符(如果存在)。此 ID 通常会在重启后更改,但
service.id
不会更改。type: keyword
example: 8a4f500f
-
service.id
-
正在运行的服务的唯一标识符。如果服务由多个节点组成,则所有节点的
service.id
应该相同。此 ID 应该唯一标识服务。这使得可以关联特定服务的日志和指标,无论哪个特定节点发出事件。请注意,如果需要查看来自服务的特定主机的事件,则应改为按该host.name
或host.id
进行过滤。type: keyword
示例:d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6
-
service.name
-
从中收集数据的服务的名称。服务名称通常由用户给定。这允许在多个主机上运行的分布式服务基于名称关联相关实例。在 Elasticsearch 的情况下,
service.name
可以包含集群名称。对于 Beats,如果没有指定名称,则service.name
默认为service.type
字段的副本。type: keyword
示例:elasticsearch-metrics
-
service.node.name
-
服务节点的名称。这允许区分在同一主机上运行的同一服务的两个节点。因此,
service.node.name
通常应该在给定服务的节点之间是唯一的。在 Elasticsearch 的情况下,service.node.name
可以包含 Elasticsearch 集群中的唯一节点名称。如果服务没有节点名称的概念,则可以使用主机名或容器名称来区分构成此服务的正在运行的实例。如果这些不能提供唯一性(例如,在同一主机上运行的服务的多个实例),则可以手动设置节点名称。type: keyword
示例:instance-0000000016
-
service.origin.address
-
从中收集有关此服务的数据的地址。这应该是一个 URI、网络地址(ipv4:port 或 [ipv6]:port)或资源路径(套接字)。
type: keyword
示例:172.26.0.2:5432
-
service.origin.environment
-
标识服务运行的环境。如果同一服务在不同的环境(生产、暂存、QA、开发等)中运行,则该环境可以标识同一服务的其他实例。还可以对来自同一环境的服务和应用程序进行分组。
type: keyword
示例:production
-
service.origin.ephemeral_id
-
此服务的临时标识符(如果存在)。此 ID 通常会在重启后更改,但
service.id
不会更改。type: keyword
example: 8a4f500f
-
service.origin.id
-
正在运行的服务的唯一标识符。如果服务由多个节点组成,则所有节点的
service.id
应该相同。此 ID 应该唯一标识服务。这使得可以关联特定服务的日志和指标,无论哪个特定节点发出事件。请注意,如果需要查看来自服务的特定主机的事件,则应改为按该host.name
或host.id
进行过滤。type: keyword
示例:d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6
-
service.origin.name
-
从中收集数据的服务的名称。服务名称通常由用户给定。这允许在多个主机上运行的分布式服务基于名称关联相关实例。在 Elasticsearch 的情况下,
service.name
可以包含集群名称。对于 Beats,如果没有指定名称,则service.name
默认为service.type
字段的副本。type: keyword
示例:elasticsearch-metrics
-
service.origin.node.name
-
服务节点的名称。这允许区分在同一主机上运行的同一服务的两个节点。因此,
service.node.name
通常应该在给定服务的节点之间是唯一的。在 Elasticsearch 的情况下,service.node.name
可以包含 Elasticsearch 集群中的唯一节点名称。如果服务没有节点名称的概念,则可以使用主机名或容器名称来区分构成此服务的正在运行的实例。如果这些不能提供唯一性(例如,在同一主机上运行的服务的多个实例),则可以手动设置节点名称。type: keyword
示例:instance-0000000016
-
service.origin.state
-
服务的当前状态。
type: keyword
-
service.origin.type
-
从中收集数据的服务的类型。类型可用于对来自一种服务类型的日志和指标进行分组和关联。示例:如果从 Elasticsearch 收集日志或指标,则
service.type
将为elasticsearch
。type: keyword
示例:elasticsearch
-
service.origin.version
-
从中收集数据的服务的版本。这允许仅查看特定服务版本的数据集。
type: keyword
示例:3.2.4
-
service.state
-
服务的当前状态。
type: keyword
-
service.target.address
-
从中收集有关此服务的数据的地址。这应该是一个 URI、网络地址(ipv4:port 或 [ipv6]:port)或资源路径(套接字)。
type: keyword
示例:172.26.0.2:5432
-
service.target.environment
-
标识服务运行的环境。如果同一服务在不同的环境(生产、暂存、QA、开发等)中运行,则该环境可以标识同一服务的其他实例。还可以对来自同一环境的服务和应用程序进行分组。
type: keyword
示例:production
-
service.target.ephemeral_id
-
此服务的临时标识符(如果存在)。此 ID 通常会在重启后更改,但
service.id
不会更改。type: keyword
example: 8a4f500f
-
service.target.id
-
正在运行的服务的唯一标识符。如果服务由多个节点组成,则所有节点的
service.id
应该相同。此 ID 应该唯一标识服务。这使得可以关联特定服务的日志和指标,无论哪个特定节点发出事件。请注意,如果需要查看来自服务的特定主机的事件,则应改为按该host.name
或host.id
进行过滤。type: keyword
示例:d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6
-
service.target.name
-
从中收集数据的服务的名称。服务名称通常由用户给定。这允许在多个主机上运行的分布式服务基于名称关联相关实例。在 Elasticsearch 的情况下,
service.name
可以包含集群名称。对于 Beats,如果没有指定名称,则service.name
默认为service.type
字段的副本。type: keyword
示例:elasticsearch-metrics
-
service.target.node.name
-
服务节点的名称。这允许区分在同一主机上运行的同一服务的两个节点。因此,
service.node.name
通常应该在给定服务的节点之间是唯一的。在 Elasticsearch 的情况下,service.node.name
可以包含 Elasticsearch 集群中的唯一节点名称。如果服务没有节点名称的概念,则可以使用主机名或容器名称来区分构成此服务的正在运行的实例。如果这些不能提供唯一性(例如,在同一主机上运行的服务的多个实例),则可以手动设置节点名称。type: keyword
示例:instance-0000000016
-
service.target.state
-
服务的当前状态。
type: keyword
-
service.target.type
-
从中收集数据的服务的类型。类型可用于对来自一种服务类型的日志和指标进行分组和关联。示例:如果从 Elasticsearch 收集日志或指标,则
service.type
将为elasticsearch
。type: keyword
示例:elasticsearch
-
service.target.version
-
从中收集数据的服务的版本。这允许仅查看特定服务版本的数据集。
type: keyword
示例:3.2.4
-
service.type
-
从中收集数据的服务的类型。类型可用于对来自一种服务类型的日志和指标进行分组和关联。示例:如果从 Elasticsearch 收集日志或指标,则
service.type
将为elasticsearch
。type: keyword
示例:elasticsearch
-
service.version
-
从中收集数据的服务的版本。这允许仅查看特定服务版本的数据集。
type: keyword
示例:3.2.4
源字段捕获有关网络交换/数据包发送者的详细信息。这些字段从网络事件、数据包或其他包含网络事务详细信息的事件填充。源字段通常与目标字段一起填充。源字段和目标字段被认为是基线,如果事件包含来自网络事务的源和目标详细信息,则应始终填充。如果事件还包含客户端和服务器角色的标识,则还应填充客户端和服务器字段。
-
source.address
-
某些事件源地址的定义不明确。事件有时会列出 IP、域名或 Unix 套接字。您应该始终将原始地址存储在
.address
字段中。然后,应将其复制到.ip
或.domain
,具体取决于它是哪个。type: keyword
-
source.as.number
-
分配给自治系统的唯一编号。自治系统号 (ASN) 唯一标识互联网上的每个网络。
type: long
example: 15169
-
source.as.organization.name
-
组织名称。
type: keyword
example: Google LLC
-
source.as.organization.name.text
-
type: match_only_text
-
source.bytes
-
从源发送到目标的字节数。
type: long
example: 184
format: bytes
-
source.domain
-
源系统的域名。此值可以是主机名、完全限定域名或其他主机命名格式。该值可能来自原始事件或从富化添加。
type: keyword
example: foo.example.com
-
source.geo.city_name
-
城市名称。
type: keyword
example: Montreal
-
source.geo.continent_code
-
表示洲名称的两个字母代码。
type: keyword
example: NA
-
source.geo.continent_name
-
洲的名称。
type: keyword
example: North America
-
source.geo.country_iso_code
-
国家/地区 ISO 代码。
type: keyword
example: CA
-
source.geo.country_name
-
国家/地区名称。
type: keyword
example: Canada
-
source.geo.location
-
经度和纬度。
type: geo_point
example: { "lon": -73.614830, "lat": 45.505918 }
-
source.geo.name
-
用户定义的位置描述,在其关心的粒度级别上。可以是他们数据中心的名称、楼层号(如果这描述本地物理实体)或城市名称。通常不用于自动地理位置。
type: keyword
example: boston-dc
-
source.geo.postal_code
-
与位置关联的邮政编码。此字段的适当值也可能被称为邮政编码或 ZIP 代码,并且在各个国家/地区之间差异很大。
type: keyword
example: 94040
-
source.geo.region_iso_code
-
地区 ISO 代码。
type: keyword
example: CA-QC
-
source.geo.region_name
-
地区名称。
type: keyword
example: Quebec
-
source.geo.timezone
-
位置的时区,例如 IANA 时区名称。
type: keyword
example: America/Argentina/Buenos_Aires
-
source.ip
-
源的 IP 地址(IPv4 或 IPv6)。
type: ip
-
source.mac
-
源的 MAC 地址。建议使用 RFC 7042 中的表示法格式:每个八位字节(即 8 位字节)由两个 [大写] 十六进制数字表示,给出八位字节的值作为无符号整数。连续的八位字节用连字符分隔。
type: keyword
example: 00-00-5E-00-53-23
-
source.nat.ip
-
基于 NAT 会话的源的已转换 IP (例如,内部客户端到 Internet)。通常是遍历负载均衡器、防火墙或路由器的连接。
type: ip
-
source.nat.port
-
基于 NAT 会话的源的已转换端口。(例如,内部客户端到 Internet)通常与负载均衡器、防火墙或路由器一起使用。
type: long
format: string
-
source.packets
-
从源发送到目标的数据包。
type: long
example: 12
-
source.port
-
源的端口。
type: long
format: string
-
source.registered_domain
-
最高注册源域,已剥离子域。例如,“foo.example.com”的注册域是“example.com”。可以使用像公共后缀列表 (http://publicsuffix.org) 这样的列表来精确确定此值。尝试通过简单地取最后两个标签来近似此值对于 TLD(例如“co.uk”)效果不佳。
type: keyword
example: example.com
-
source.subdomain
-
完全限定域名的子域部分包括注册域下除主机名以外的所有名称。在部分限定域中,或者如果无法确定完整名称的限定级别,则子域包含注册域下的所有名称。例如,“www.east.mydomain.co.uk”的子域部分为“east”。如果域具有多个子域级别,例如“sub2.sub1.example.com”,则子域字段应包含“sub2.sub1”,不带尾随句点。
type: keyword
example: east
-
source.top_level_domain
-
有效顶级域名 (eTLD),也称为域名后缀,是域名最后一部分。例如,example.com 的顶级域名是“com”。可以使用诸如公共后缀列表之类的列表 (http://publicsuffix.org) 精确确定此值。尝试通过简单地取最后一个标签来近似此值对于诸如“co.uk”之类的有效 TLD 将无法很好地工作。
type: keyword
example: co.uk
-
source.user.domain
-
用户所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
source.user.email
-
用户电子邮件地址。
type: keyword
-
source.user.full_name
-
用户的全名(如果可用)。
type: keyword
example: Albert Einstein
-
source.user.full_name.text
-
type: match_only_text
-
source.user.group.domain
-
组所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
source.user.group.id
-
系统/平台上组的唯一标识符。
type: keyword
-
source.user.group.name
-
组的名称。
type: keyword
-
source.user.hash
-
唯一的用户的哈希,以匿名形式关联用户信息。如果
user.id
或user.name
包含机密信息且不能使用,则此项非常有用。type: keyword
-
source.user.id
-
用户的唯一标识符。
type: keyword
example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
source.user.name
-
用户的简称或登录名。
type: keyword
example: a.einstein
-
source.user.name.text
-
type: match_only_text
-
source.user.roles
-
事件发生时用户的角色数组。
type: keyword
example: ["kibana_admin", "reporting_user"]
根据威胁分类法(如 MITRE ATT&CK® 框架)对事件和警报进行分类的字段。这些字段供用户在通用分类法中对来自其所有来源(例如,IDS、NGFW 等)的警报进行分类。threat.tactic.* 字段旨在捕获威胁的高级类别(例如,“影响”)。threat.technique.* 字段旨在捕获此检测到的威胁使用哪种方法来实现目标(例如,“端点拒绝服务”)。
-
threat.enrichments
-
一个关联的指示器对象列表,丰富了事件以及该关联/富化的上下文。
类型:嵌套
-
threat.enrichments.indicator
-
包含关联指示器,丰富事件的对象。
type: object
-
threat.enrichments.indicator.as.number
-
分配给自治系统的唯一编号。自治系统号 (ASN) 唯一标识互联网上的每个网络。
type: long
example: 15169
-
threat.enrichments.indicator.as.organization.name
-
组织名称。
type: keyword
example: Google LLC
-
threat.enrichments.indicator.as.organization.name.text
-
type: match_only_text
-
threat.enrichments.indicator.confidence
-
使用 STIX 2.1 框架附录 A 中定义的“无/低/中/高”等级标识与供应商无关的置信度评级。供应商特定的置信度等级可以添加为自定义字段。预期值是:* 未指定 * 无 * 低 * 中 * 高
type: keyword
示例:中
-
threat.enrichments.indicator.description
-
描述威胁执行的操作类型。
type: keyword
示例:观察到 IP x.x.x.x 正在投放 Angler EK。
-
threat.enrichments.indicator.email.address
-
将威胁指示符标识为电子邮件地址(无论方向如何)。
type: keyword
-
threat.enrichments.indicator.file.accessed
-
上次访问文件的时间。请注意,并非所有文件系统都会跟踪访问时间。
type: date
-
threat.enrichments.indicator.file.attributes
-
文件属性数组。属性名称将因平台而异。以下是此字段中预期的非详尽值列表:archive、compressed、directory、encrypted、execute、hidden、read、readonly、system、write。
type: keyword
示例:["readonly", "system"]
-
threat.enrichments.indicator.file.code_signature.digest_algorithm
-
用于签署进程的哈希算法。当一个文件被同一个签名者多次签名,但使用了不同的摘要算法时,此值可以区分签名。
type: keyword
示例:sha256
-
threat.enrichments.indicator.file.code_signature.exists
-
布尔值,用于捕获是否存在签名。
类型:布尔值
示例:true
-
threat.enrichments.indicator.file.code_signature.signing_id
-
用于签署进程的标识符。这用于标识软件供应商制造的应用程序。该字段仅与 Apple *OS 相关。
type: keyword
示例:com.apple.xpc.proxy
-
threat.enrichments.indicator.file.code_signature.status
-
有关证书状态的其他信息。这对于记录证书有效性或信任状态的加密错误非常有用。如果未检查证书的有效性或信任,请留空。
type: keyword
示例:ERROR_UNTRUSTED_ROOT
-
threat.enrichments.indicator.file.code_signature.subject_name
-
代码签名者的主题名称
type: keyword
示例:Microsoft Corporation
-
threat.enrichments.indicator.file.code_signature.team_id
-
用于签署进程的团队标识符。这用于标识软件产品的团队或供应商。该字段仅与 Apple *OS 相关。
type: keyword
示例:EQHXZ8M8AV
-
threat.enrichments.indicator.file.code_signature.timestamp
-
生成和签署代码签名时的日期和时间。
type: date
示例:2021-01-01T12:10:30Z
-
threat.enrichments.indicator.file.code_signature.trusted
-
存储证书链的信任状态。验证证书链的信任可能很复杂,此字段应仅由主动检查状态的工具填充。
类型:布尔值
示例:true
-
threat.enrichments.indicator.file.code_signature.valid
-
布尔值,用于捕获数字签名是否已针对二进制内容进行验证。如果未检查证书,请留空。
类型:布尔值
示例:true
-
threat.enrichments.indicator.file.created
-
文件创建时间。请注意,并非所有文件系统都存储创建时间。
type: date
-
threat.enrichments.indicator.file.ctime
-
上次文件属性或元数据更改的时间。请注意,更改文件内容会更新
mtime
。这意味着ctime
也会同时调整,因为mtime
是文件的属性。type: date
-
threat.enrichments.indicator.file.device
-
文件来源的设备。
type: keyword
示例:sda
-
threat.enrichments.indicator.file.directory
-
文件所在的目录。如果适用,应包含驱动器盘符。
type: keyword
示例:/home/alice
-
threat.enrichments.indicator.file.drive_letter
-
文件所在的驱动器盘符。此字段仅在 Windows 上相关。值应为大写,且不包含冒号。
type: keyword
示例:C
-
threat.enrichments.indicator.file.elf.architecture
-
ELF 文件的机器架构。
type: keyword
示例:x86-64
-
threat.enrichments.indicator.file.elf.byte_order
-
ELF 文件的字节顺序。
type: keyword
示例:小端
-
threat.enrichments.indicator.file.elf.cpu_type
-
ELF 文件的 CPU 类型。
type: keyword
示例:Intel
-
threat.enrichments.indicator.file.elf.creation_date
-
尽可能从文件的元数据中提取。指示其构建或编译时间。它也可能被恶意软件创建者伪造。
type: date
-
threat.enrichments.indicator.file.elf.exports
-
导出的元素名称和类型列表。
类型:扁平化
-
threat.enrichments.indicator.file.elf.header.abi_version
-
ELF 应用程序二进制接口 (ABI) 的版本。
type: keyword
-
threat.enrichments.indicator.file.elf.header.class
-
ELF 文件的标头类。
type: keyword
-
threat.enrichments.indicator.file.elf.header.data
-
ELF 标头的数据表。
type: keyword
-
threat.enrichments.indicator.file.elf.header.entrypoint
-
ELF 文件的标头入口点。
type: long
format: string
-
threat.enrichments.indicator.file.elf.header.object_version
-
原始 ELF 文件的“0x1”。
type: keyword
-
threat.enrichments.indicator.file.elf.header.os_abi
-
Linux OS 的应用程序二进制接口 (ABI)。
type: keyword
-
threat.enrichments.indicator.file.elf.header.type
-
ELF 文件的标头类型。
type: keyword
-
threat.enrichments.indicator.file.elf.header.version
-
ELF 标头的版本。
type: keyword
-
threat.enrichments.indicator.file.elf.imports
-
导入的元素名称和类型列表。
类型:扁平化
-
threat.enrichments.indicator.file.elf.sections
-
一个数组,其中包含 ELF 文件的每个节的对象。这些对象中应存在的键由
elf.sections.*
下方的子字段定义。类型:嵌套
-
threat.enrichments.indicator.file.elf.sections.chi2
-
该节的卡方概率分布。
type: long
格式:数字
-
threat.enrichments.indicator.file.elf.sections.entropy
-
该节的香农熵计算。
type: long
格式:数字
-
threat.enrichments.indicator.file.elf.sections.flags
-
ELF 节列表标志。
type: keyword
-
threat.enrichments.indicator.file.elf.sections.name
-
ELF 节列表名称。
type: keyword
-
threat.enrichments.indicator.file.elf.sections.physical_offset
-
ELF 节列表偏移量。
type: keyword
-
threat.enrichments.indicator.file.elf.sections.physical_size
-
ELF 节列表物理大小。
type: long
format: bytes
-
threat.enrichments.indicator.file.elf.sections.type
-
ELF 节列表类型。
type: keyword
-
threat.enrichments.indicator.file.elf.sections.virtual_address
-
ELF 节列表虚拟地址。
type: long
format: string
-
threat.enrichments.indicator.file.elf.sections.virtual_size
-
ELF 节列表虚拟大小。
type: long
format: string
-
threat.enrichments.indicator.file.elf.segments
-
一个数组,其中包含 ELF 文件的每个段的对象。这些对象中应存在的键由
elf.segments.*
下方的子字段定义。类型:嵌套
-
threat.enrichments.indicator.file.elf.segments.sections
-
ELF 对象段节。
type: keyword
-
threat.enrichments.indicator.file.elf.segments.type
-
ELF 对象段类型。
type: keyword
-
threat.enrichments.indicator.file.elf.shared_libraries
-
此 ELF 对象使用的共享库列表。
type: keyword
-
threat.enrichments.indicator.file.elf.telfhash
-
ELF 文件的 telfhash 符号哈希值。
type: keyword
-
threat.enrichments.indicator.file.extension
-
文件扩展名,不包括前导点。请注意,当文件名有多个扩展名时(例如 example.tar.gz),只应捕获最后一个扩展名(“gz”,而不是“tar.gz”)。
type: keyword
示例:png
-
threat.enrichments.indicator.file.fork_name
-
分支是与文件系统对象关联的附加数据。在 Linux 上,资源分支用于存储文件系统对象的附加数据。一个文件至少有一个用于数据部分的分支,并且可能存在其他分支。在 NTFS 上,这类似于备用数据流 (ADS),文件的默认数据流简称为 $DATA。Windows 通常使用 Zone.Identifier 来跟踪从 Internet 下载的内容。ADS 通常采用以下形式:
C:\path\to\filename.extension:some_fork_name
,并且some_fork_name
是应该填充fork_name
的值。filename.extension
应该填充file.name
,extension
应该填充file.extension
。完整路径file.path
将包含分支名称。type: keyword
示例:Zone.Identifier
-
threat.enrichments.indicator.file.gid
-
文件的主要组 ID (GID)。
type: keyword
示例:1001
-
threat.enrichments.indicator.file.group
-
文件的主要组名称。
type: keyword
示例:alice
-
threat.enrichments.indicator.file.hash.md5
-
MD5 哈希值。
type: keyword
-
threat.enrichments.indicator.file.hash.sha1
-
SHA1 哈希值。
type: keyword
-
threat.enrichments.indicator.file.hash.sha256
-
SHA256 哈希值。
type: keyword
-
threat.enrichments.indicator.file.hash.sha512
-
SHA512 哈希值。
type: keyword
-
threat.enrichments.indicator.file.hash.ssdeep
-
SSDEEP 哈希值。
type: keyword
-
threat.enrichments.indicator.file.inode
-
表示文件系统中文件的索引节点。
type: keyword
示例:256383
-
threat.enrichments.indicator.file.mime_type
-
MIME 类型应使用 IANA 官方类型 来标识文件或字节流的格式(如果可能)。当有多个类型适用时,应使用最具体的类型。
type: keyword
-
threat.enrichments.indicator.file.mode
-
文件的八进制表示形式的模式。
type: keyword
示例:0640
-
threat.enrichments.indicator.file.mtime
-
上次修改文件内容的时间。
type: date
-
threat.enrichments.indicator.file.name
-
文件名,包括扩展名,不包括目录。
type: keyword
示例:example.png
-
threat.enrichments.indicator.file.owner
-
文件所有者的用户名。
type: keyword
示例:alice
-
threat.enrichments.indicator.file.path
-
文件的完整路径,包括文件名。如果适用,应包含驱动器盘符。
type: keyword
示例:/home/alice/example.png
-
threat.enrichments.indicator.file.path.text
-
type: match_only_text
-
threat.enrichments.indicator.file.pe.architecture
-
文件的目标 CPU 架构。
type: keyword
示例:x64
-
threat.enrichments.indicator.file.pe.company
-
在编译时提供的文件的内部公司名称。
type: keyword
示例:Microsoft Corporation
-
threat.enrichments.indicator.file.pe.description
-
在编译时提供的文件的内部描述。
type: keyword
示例:画图
-
threat.enrichments.indicator.file.pe.file_version
-
在编译时提供的文件的内部版本。
type: keyword
示例:6.3.9600.17415
-
threat.enrichments.indicator.file.pe.imphash
-
PE 文件中导入的哈希值。imphash(或导入哈希)可用于对二进制文件进行指纹识别,即使在重新编译或其他代码级转换发生后,这些转换会更改更传统的哈希值。在https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html了解更多。
type: keyword
示例:0c6803c4e922103c4dca5963aad36ddf
-
threat.enrichments.indicator.file.pe.original_file_name
-
在编译时提供的文件的内部名称。
type: keyword
示例:MSPAINT.EXE
-
threat.enrichments.indicator.file.pe.product
-
在编译时提供的文件的内部产品名称。
type: keyword
示例:Microsoft® Windows® 操作系统
-
threat.enrichments.indicator.file.size
-
文件大小,以字节为单位。仅当
file.type
为 “file” 时相关。type: long
示例:16384
-
threat.enrichments.indicator.file.target_path
-
符号链接的目标路径。
type: keyword
-
threat.enrichments.indicator.file.target_path.text
-
type: match_only_text
-
threat.enrichments.indicator.file.type
-
文件类型(文件、目录或符号链接)。
type: keyword
示例:file
-
threat.enrichments.indicator.file.uid
-
文件所有者的用户 ID (UID) 或安全标识符 (SID)。
type: keyword
示例:1001
-
threat.enrichments.indicator.file.x509.alternative_names
-
主题备用名称 (SAN) 的列表。名称类型因证书颁发机构和证书类型而异,但通常包含 IP 地址、DNS 名称(和通配符)以及电子邮件地址。
type: keyword
示例:*.elastic.co
-
threat.enrichments.indicator.file.x509.issuer.common_name
-
颁发证书机构的通用名称 (CN) 的列表。
type: keyword
示例:Example SHA2 High Assurance Server CA
-
threat.enrichments.indicator.file.x509.issuer.country
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
threat.enrichments.indicator.file.x509.issuer.distinguished_name
-
颁发证书机构的专有名称 (DN)。
type: keyword
示例:C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
threat.enrichments.indicator.file.x509.issuer.locality
-
地名 (L) 的列表
type: keyword
示例:Mountain View
-
threat.enrichments.indicator.file.x509.issuer.organization
-
颁发证书机构的组织 (O) 的列表。
type: keyword
示例:Example Inc
-
threat.enrichments.indicator.file.x509.issuer.organizational_unit
-
颁发证书机构的组织单位 (OU) 的列表。
type: keyword
示例:www.example.com
-
threat.enrichments.indicator.file.x509.issuer.state_or_province
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
threat.enrichments.indicator.file.x509.not_after
-
证书不再被视为有效的时间。
type: date
示例:2020-07-16 03:15:39+00:00
-
threat.enrichments.indicator.file.x509.not_before
-
首次将证书视为有效的时间。
type: date
示例:2019-08-16 01:40:25+00:00
-
threat.enrichments.indicator.file.x509.public_key_algorithm
-
用于生成公钥的算法。
type: keyword
示例:RSA
-
threat.enrichments.indicator.file.x509.public_key_curve
-
椭圆曲线公钥算法使用的曲线。这是特定于算法的。
type: keyword
示例:nistp521
-
threat.enrichments.indicator.file.x509.public_key_exponent
-
用于导出公钥的指数。这是特定于算法的。
type: long
示例:65537
该字段未编制索引。
-
threat.enrichments.indicator.file.x509.public_key_size
-
公钥空间的大小,以位为单位。
type: long
示例:2048
-
threat.enrichments.indicator.file.x509.serial_number
-
证书颁发机构颁发的唯一序列号。为了保持一致性,如果此值是字母数字,则应在不带冒号且使用大写字符的情况下进行格式化。
type: keyword
示例:55FBB9C7DEBF09809D12CCAA
-
threat.enrichments.indicator.file.x509.signature_algorithm
-
证书签名算法的标识符。建议使用 Go Lang Crypto 库中找到的名称。请参阅 https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353。
type: keyword
示例:SHA256-RSA
-
threat.enrichments.indicator.file.x509.subject.common_name
-
主题的通用名称 (CN) 的列表。
type: keyword
示例:shared.global.example.net
-
threat.enrichments.indicator.file.x509.subject.country
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
threat.enrichments.indicator.file.x509.subject.distinguished_name
-
证书主题实体的专有名称 (DN)。
type: keyword
示例:C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
threat.enrichments.indicator.file.x509.subject.locality
-
地名 (L) 的列表
type: keyword
示例:San Francisco
-
threat.enrichments.indicator.file.x509.subject.organization
-
主题的组织 (O) 的列表。
type: keyword
示例:Example, Inc.
-
threat.enrichments.indicator.file.x509.subject.organizational_unit
-
主题的组织单位 (OU) 的列表。
type: keyword
-
threat.enrichments.indicator.file.x509.subject.state_or_province
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
threat.enrichments.indicator.file.x509.version_number
-
x509 格式的版本。
type: keyword
示例:3
-
threat.enrichments.indicator.first_seen
-
情报源首次报告发现此指标的日期和时间。
type: date
示例: 2020-11-05T17:25:47.000Z
-
threat.enrichments.indicator.geo.city_name
-
城市名称。
type: keyword
example: Montreal
-
threat.enrichments.indicator.geo.continent_code
-
表示洲名称的两个字母代码。
type: keyword
example: NA
-
threat.enrichments.indicator.geo.continent_name
-
洲的名称。
type: keyword
example: North America
-
threat.enrichments.indicator.geo.country_iso_code
-
国家/地区 ISO 代码。
type: keyword
example: CA
-
threat.enrichments.indicator.geo.country_name
-
国家/地区名称。
type: keyword
example: Canada
-
threat.enrichments.indicator.geo.location
-
经度和纬度。
type: geo_point
example: { "lon": -73.614830, "lat": 45.505918 }
-
threat.enrichments.indicator.geo.name
-
用户定义的位置描述,在其关心的粒度级别上。可以是他们数据中心的名称、楼层号(如果这描述本地物理实体)或城市名称。通常不用于自动地理位置。
type: keyword
example: boston-dc
-
threat.enrichments.indicator.geo.postal_code
-
与位置关联的邮政编码。此字段的适当值也可能被称为邮政编码或 ZIP 代码,并且在各个国家/地区之间差异很大。
type: keyword
example: 94040
-
threat.enrichments.indicator.geo.region_iso_code
-
地区 ISO 代码。
type: keyword
example: CA-QC
-
threat.enrichments.indicator.geo.region_name
-
地区名称。
type: keyword
example: Quebec
-
threat.enrichments.indicator.geo.timezone
-
位置的时区,例如 IANA 时区名称。
type: keyword
example: America/Argentina/Buenos_Aires
-
threat.enrichments.indicator.ip
-
将威胁指标标识为 IP 地址(不考虑方向)。
type: ip
示例: 1.2.3.4
-
threat.enrichments.indicator.last_seen
-
情报源最后一次报告发现此指标的日期和时间。
type: date
示例: 2020-11-05T17:25:47.000Z
-
threat.enrichments.indicator.marking.tlp
-
流量灯协议共享标记。建议的值为:* WHITE * GREEN * AMBER * RED
type: keyword
示例:White
-
threat.enrichments.indicator.modified_at
-
情报源上次修改此指标信息的日期和时间。
type: date
示例: 2020-11-05T17:25:47.000Z
-
threat.enrichments.indicator.port
-
将威胁指标标识为端口号(不考虑方向)。
type: long
示例: 443
-
threat.enrichments.indicator.provider
-
指标提供者的名称。
type: keyword
示例:lrz_urlhaus
-
threat.enrichments.indicator.reference
-
链接到有关此指标的其他信息的参考 URL。
type: keyword
-
threat.enrichments.indicator.registry.data.bytes
-
使用 base64 编码的原始字节。对于 Windows 注册表操作(例如 SetValueEx 和 RegQueryValueEx),这对应于
lp_data
指向的数据。这是可选的,但可以提供更好的可恢复性,并且应该为 REG_BINARY 编码的值填充。type: keyword
示例:ZQBuAC0AVQBTAAAAZQBuAAAAAAA=
-
threat.enrichments.indicator.registry.data.strings
-
写入字符串类型时的内容。当将字符串数据写入注册表时,填充为数组。对于单字符串注册表类型 (REG_SZ, REG_EXPAND_SZ),这应该是一个包含一个字符串的数组。对于具有 REG_MULTI_SZ 的字符串序列,此数组的长度将是可变的。对于数字数据,例如 REG_DWORD 和 REG_QWORD,这应该填充十进制表示形式(例如
"1"
)。类型:通配符
示例:["C:\rta\red_ttp\bin\myapp.exe"]
-
threat.enrichments.indicator.registry.data.type
-
用于编码内容的标准注册表类型
type: keyword
示例:REG_SZ
-
threat.enrichments.indicator.registry.hive
-
配置单元的缩写名称。
type: keyword
示例:HKLM
-
threat.enrichments.indicator.registry.key
-
相对于配置单元的键路径。
type: keyword
示例:SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe
-
threat.enrichments.indicator.registry.path
-
完整路径,包括配置单元、键和值
type: keyword
示例:HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe\Debugger
-
threat.enrichments.indicator.registry.value
-
写入的值的名称。
type: keyword
示例:Debugger
-
threat.enrichments.indicator.scanner_stats
-
成功检测到恶意文件或 URL 的 AV/EDR 供应商的数量。
type: long
示例:4
-
threat.enrichments.indicator.sightings
-
此指标被观察到进行威胁活动的次数。
type: long
示例: 20
-
threat.enrichments.indicator.type
-
STIX 2.0 中以网络可观测性表示的指标类型。建议的值:* autonomous-system * artifact * directory * domain-name * email-addr * file * ipv4-addr * ipv6-addr * mac-addr * mutex * port * process * software * url * user-account * windows-registry-key * x509-certificate
type: keyword
示例: ipv4-addr
-
threat.enrichments.indicator.url.domain
-
URL 的域,例如“www.elastic.co”。在某些情况下,URL 可能直接引用 IP 和/或端口,而没有域名。在这种情况下,IP 地址将进入
domain
字段。如果 URL 包含用[
和]
(IETF RFC 2732) 括起来的文字 IPv6 地址,则[
和]
字符也应捕获在domain
字段中。type: keyword
示例: www.elastic.co
-
threat.enrichments.indicator.url.extension
-
该字段包含原始请求 URL 中的文件扩展名,不包括前导点。仅当文件扩展名存在时才设置,因为并非每个 URL 都有文件扩展名。不得包含前导句点。例如,该值必须为“png”,而不是“.png”。请注意,当文件名具有多个扩展名时(例如 example.tar.gz),应仅捕获最后一个扩展名(“gz”,而不是“tar.gz”)。
type: keyword
示例:png
-
threat.enrichments.indicator.url.fragment
-
URL 中
#
之后的部分,例如“top”。#
不是片段的一部分。type: keyword
-
threat.enrichments.indicator.url.full
-
如果完整的 URL 对您的用例很重要,则无论该字段是在事件源中重建还是存在,都应将其存储在
url.full
中。类型:通配符
-
threat.enrichments.indicator.url.full.text
-
type: match_only_text
-
threat.enrichments.indicator.url.original
-
在事件源中看到的未修改的原始 URL。请注意,在网络监控中,观察到的 URL 可能是完整的 URL,而在访问日志中,URL 通常仅表示为路径。此字段旨在表示观察到的 URL,完整与否。
类型:通配符
示例: https://elastic.ac.cn:443/search?q=elasticsearch#top 或 /search?q=elasticsearch
-
threat.enrichments.indicator.url.original.text
-
type: match_only_text
-
threat.enrichments.indicator.url.password
-
请求的密码。
type: keyword
-
threat.enrichments.indicator.url.path
-
请求的路径,例如“/search”。
类型:通配符
-
threat.enrichments.indicator.url.port
-
请求的端口,例如 443。
type: long
示例: 443
format: string
-
threat.enrichments.indicator.url.query
-
查询字段描述请求的查询字符串,例如“q=elasticsearch”。
?
不包含在查询字符串中。如果 URL 不包含?
,则不存在查询字段。如果存在?
但没有查询,则查询字段存在且为空字符串。可以使用exists
查询来区分这两种情况。type: keyword
-
threat.enrichments.indicator.url.registered_domain
-
最高注册 URL 域,去除了子域。例如,“foo.example.com”的注册域是“example.com”。可以使用公共后缀列表 (http://publicsuffix.org) 等列表精确地确定此值。尝试通过简单地取最后两个标签来近似此值对于诸如“co.uk”之类的 TLD 效果不佳。
type: keyword
example: example.com
-
threat.enrichments.indicator.url.scheme
-
请求的方案,例如“https”。注意:
:
不是方案的一部分。type: keyword
示例: https
-
threat.enrichments.indicator.url.subdomain
-
完全限定域名的子域部分包括注册域下除主机名以外的所有名称。在部分限定域中,或者如果无法确定完整名称的限定级别,则子域包含注册域下的所有名称。例如,“www.east.mydomain.co.uk”的子域部分为“east”。如果域具有多个子域级别,例如“sub2.sub1.example.com”,则子域字段应包含“sub2.sub1”,不带尾随句点。
type: keyword
example: east
-
threat.enrichments.indicator.url.top_level_domain
-
有效顶级域名 (eTLD),也称为域名后缀,是域名最后一部分。例如,example.com 的顶级域名是“com”。可以使用诸如公共后缀列表之类的列表 (http://publicsuffix.org) 精确确定此值。尝试通过简单地取最后一个标签来近似此值对于诸如“co.uk”之类的有效 TLD 将无法很好地工作。
type: keyword
example: co.uk
-
threat.enrichments.indicator.url.username
-
请求的用户名。
type: keyword
-
threat.enrichments.indicator.x509.alternative_names
-
主题备用名称 (SAN) 的列表。名称类型因证书颁发机构和证书类型而异,但通常包含 IP 地址、DNS 名称(和通配符)以及电子邮件地址。
type: keyword
示例:*.elastic.co
-
threat.enrichments.indicator.x509.issuer.common_name
-
颁发证书机构的通用名称 (CN) 的列表。
type: keyword
示例:Example SHA2 High Assurance Server CA
-
threat.enrichments.indicator.x509.issuer.country
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
threat.enrichments.indicator.x509.issuer.distinguished_name
-
颁发证书机构的专有名称 (DN)。
type: keyword
示例:C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
threat.enrichments.indicator.x509.issuer.locality
-
地名 (L) 的列表
type: keyword
示例:Mountain View
-
threat.enrichments.indicator.x509.issuer.organization
-
颁发证书机构的组织 (O) 的列表。
type: keyword
示例:Example Inc
-
threat.enrichments.indicator.x509.issuer.organizational_unit
-
颁发证书机构的组织单位 (OU) 的列表。
type: keyword
示例:www.example.com
-
threat.enrichments.indicator.x509.issuer.state_or_province
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
threat.enrichments.indicator.x509.not_after
-
证书不再被视为有效的时间。
type: date
示例:2020-07-16 03:15:39+00:00
-
threat.enrichments.indicator.x509.not_before
-
首次将证书视为有效的时间。
type: date
示例:2019-08-16 01:40:25+00:00
-
threat.enrichments.indicator.x509.public_key_algorithm
-
用于生成公钥的算法。
type: keyword
示例:RSA
-
threat.enrichments.indicator.x509.public_key_curve
-
椭圆曲线公钥算法使用的曲线。这是特定于算法的。
type: keyword
示例:nistp521
-
threat.enrichments.indicator.x509.public_key_exponent
-
用于导出公钥的指数。这是特定于算法的。
type: long
示例:65537
该字段未编制索引。
-
threat.enrichments.indicator.x509.public_key_size
-
公钥空间的大小,以位为单位。
type: long
示例:2048
-
threat.enrichments.indicator.x509.serial_number
-
证书颁发机构颁发的唯一序列号。为了保持一致性,如果此值是字母数字,则应在不带冒号且使用大写字符的情况下进行格式化。
type: keyword
示例:55FBB9C7DEBF09809D12CCAA
-
threat.enrichments.indicator.x509.signature_algorithm
-
证书签名算法的标识符。建议使用 Go Lang Crypto 库中找到的名称。请参阅 https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353。
type: keyword
示例:SHA256-RSA
-
threat.enrichments.indicator.x509.subject.common_name
-
主题的通用名称 (CN) 的列表。
type: keyword
示例:shared.global.example.net
-
threat.enrichments.indicator.x509.subject.country
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
threat.enrichments.indicator.x509.subject.distinguished_name
-
证书主题实体的专有名称 (DN)。
type: keyword
示例:C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
threat.enrichments.indicator.x509.subject.locality
-
地名 (L) 的列表
type: keyword
示例:San Francisco
-
threat.enrichments.indicator.x509.subject.organization
-
主题的组织 (O) 的列表。
type: keyword
示例:Example, Inc.
-
threat.enrichments.indicator.x509.subject.organizational_unit
-
主题的组织单位 (OU) 的列表。
type: keyword
-
threat.enrichments.indicator.x509.subject.state_or_province
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
threat.enrichments.indicator.x509.version_number
-
x509 格式的版本。
type: keyword
示例:3
-
threat.enrichments.matched.atomic
-
标识与本地环境端点或网络事件匹配的原子指标值。
type: keyword
示例:bad-domain.com
-
threat.enrichments.matched.field
-
标识与本地环境端点或网络事件匹配的原子指标的字段。
type: keyword
示例:file.hash.sha256
-
threat.enrichments.matched.id
-
标识扩充事件的指标文档的 _id。
type: keyword
示例:ff93aee5-86a1-4a61-b0e6-0cdc313d01b5
-
threat.enrichments.matched.index
-
标识扩充事件的指标文档的 _index。
type: keyword
示例:filebeat-8.0.0-2021.05.23-000011
-
threat.enrichments.matched.type
-
标识导致事件使用给定指标进行扩充的匹配类型
type: keyword
示例:indicator_match_rule
-
threat.framework
-
用于进一步分类和归类所报告威胁的策略和技术威胁框架的名称。框架分类可以由检测系统提供、在提取时评估或追溯标记到事件。
type: keyword
示例:MITRE ATT&CK
-
threat.group.alias
-
安全社区中以通用名称跟踪的一组相关入侵活动的组别名。虽然不是必需的,但您可以使用 MITRE ATT&CK® 组别名。
type: keyword
示例:[ "Magecart Group 6" ]
-
threat.group.id
-
安全社区中以通用名称跟踪的一组相关入侵活动的组 ID。虽然不是必需的,但您可以使用 MITRE ATT&CK® 组 ID。
type: keyword
示例:G0037
-
threat.group.name
-
安全社区中以通用名称跟踪的一组相关入侵活动的组名称。虽然不是必需的,但您可以使用 MITRE ATT&CK® 组名称。
type: keyword
示例:FIN6
-
threat.group.reference
-
安全社区中以通用名称跟踪的一组相关入侵活动的组参考 URL。虽然不是必需的,但您可以使用 MITRE ATT&CK® 组参考 URL。
type: keyword
-
threat.indicator.as.number
-
分配给自治系统的唯一编号。自治系统号 (ASN) 唯一标识互联网上的每个网络。
type: long
example: 15169
-
threat.indicator.as.organization.name
-
组织名称。
type: keyword
example: Google LLC
-
threat.indicator.as.organization.name.text
-
type: match_only_text
-
threat.indicator.confidence
-
使用 STIX 2.1 框架附录 A 中定义的“无/低/中/高”等级标识与供应商无关的置信度评级。供应商特定的置信度等级可以添加为自定义字段。预期值是:* 未指定 * 无 * 低 * 中 * 高
type: keyword
示例:中
-
threat.indicator.description
-
描述威胁执行的操作类型。
type: keyword
示例:观察到 IP x.x.x.x 正在投放 Angler EK。
-
threat.indicator.email.address
-
将威胁指示符标识为电子邮件地址(无论方向如何)。
type: keyword
-
threat.indicator.file.accessed
-
上次访问文件的时间。请注意,并非所有文件系统都会跟踪访问时间。
type: date
-
threat.indicator.file.attributes
-
文件属性数组。属性名称将因平台而异。以下是此字段中预期的非详尽值列表:archive、compressed、directory、encrypted、execute、hidden、read、readonly、system、write。
type: keyword
示例:["readonly", "system"]
-
threat.indicator.file.code_signature.digest_algorithm
-
用于签署进程的哈希算法。当一个文件被同一个签名者多次签名,但使用了不同的摘要算法时,此值可以区分签名。
type: keyword
示例:sha256
-
threat.indicator.file.code_signature.exists
-
布尔值,用于捕获是否存在签名。
类型:布尔值
示例:true
-
threat.indicator.file.code_signature.signing_id
-
用于签署进程的标识符。这用于标识软件供应商制造的应用程序。该字段仅与 Apple *OS 相关。
type: keyword
示例:com.apple.xpc.proxy
-
threat.indicator.file.code_signature.status
-
有关证书状态的其他信息。这对于记录证书有效性或信任状态的加密错误非常有用。如果未检查证书的有效性或信任,请留空。
type: keyword
示例:ERROR_UNTRUSTED_ROOT
-
threat.indicator.file.code_signature.subject_name
-
代码签名者的主题名称
type: keyword
示例:Microsoft Corporation
-
threat.indicator.file.code_signature.team_id
-
用于签署进程的团队标识符。这用于标识软件产品的团队或供应商。该字段仅与 Apple *OS 相关。
type: keyword
示例:EQHXZ8M8AV
-
threat.indicator.file.code_signature.timestamp
-
生成和签署代码签名时的日期和时间。
type: date
示例:2021-01-01T12:10:30Z
-
threat.indicator.file.code_signature.trusted
-
存储证书链的信任状态。验证证书链的信任可能很复杂,此字段应仅由主动检查状态的工具填充。
类型:布尔值
示例:true
-
threat.indicator.file.code_signature.valid
-
布尔值,用于捕获数字签名是否已针对二进制内容进行验证。如果未检查证书,请留空。
类型:布尔值
示例:true
-
threat.indicator.file.created
-
文件创建时间。请注意,并非所有文件系统都存储创建时间。
type: date
-
threat.indicator.file.ctime
-
上次文件属性或元数据更改的时间。请注意,更改文件内容会更新
mtime
。这意味着ctime
也会同时调整,因为mtime
是文件的属性。type: date
-
threat.indicator.file.device
-
文件来源的设备。
type: keyword
示例:sda
-
threat.indicator.file.directory
-
文件所在的目录。如果适用,应包含驱动器盘符。
type: keyword
示例:/home/alice
-
threat.indicator.file.drive_letter
-
文件所在的驱动器盘符。此字段仅在 Windows 上相关。值应为大写,且不包含冒号。
type: keyword
示例:C
-
threat.indicator.file.elf.architecture
-
ELF 文件的机器架构。
type: keyword
示例:x86-64
-
threat.indicator.file.elf.byte_order
-
ELF 文件的字节顺序。
type: keyword
示例:小端
-
threat.indicator.file.elf.cpu_type
-
ELF 文件的 CPU 类型。
type: keyword
示例:Intel
-
threat.indicator.file.elf.creation_date
-
尽可能从文件的元数据中提取。指示其构建或编译时间。它也可能被恶意软件创建者伪造。
type: date
-
threat.indicator.file.elf.exports
-
导出的元素名称和类型列表。
类型:扁平化
-
threat.indicator.file.elf.header.abi_version
-
ELF 应用程序二进制接口 (ABI) 的版本。
type: keyword
-
threat.indicator.file.elf.header.class
-
ELF 文件的标头类。
type: keyword
-
threat.indicator.file.elf.header.data
-
ELF 标头的数据表。
type: keyword
-
threat.indicator.file.elf.header.entrypoint
-
ELF 文件的标头入口点。
type: long
format: string
-
threat.indicator.file.elf.header.object_version
-
原始 ELF 文件的“0x1”。
type: keyword
-
threat.indicator.file.elf.header.os_abi
-
Linux OS 的应用程序二进制接口 (ABI)。
type: keyword
-
threat.indicator.file.elf.header.type
-
ELF 文件的标头类型。
type: keyword
-
threat.indicator.file.elf.header.version
-
ELF 标头的版本。
type: keyword
-
threat.indicator.file.elf.imports
-
导入的元素名称和类型列表。
类型:扁平化
-
threat.indicator.file.elf.sections
-
一个数组,其中包含 ELF 文件的每个节的对象。这些对象中应存在的键由
elf.sections.*
下方的子字段定义。类型:嵌套
-
threat.indicator.file.elf.sections.chi2
-
该节的卡方概率分布。
type: long
格式:数字
-
threat.indicator.file.elf.sections.entropy
-
该节的香农熵计算。
type: long
格式:数字
-
threat.indicator.file.elf.sections.flags
-
ELF 节列表标志。
type: keyword
-
threat.indicator.file.elf.sections.name
-
ELF 节列表名称。
type: keyword
-
threat.indicator.file.elf.sections.physical_offset
-
ELF 节列表偏移量。
type: keyword
-
threat.indicator.file.elf.sections.physical_size
-
ELF 节列表物理大小。
type: long
format: bytes
-
threat.indicator.file.elf.sections.type
-
ELF 节列表类型。
type: keyword
-
threat.indicator.file.elf.sections.virtual_address
-
ELF 节列表虚拟地址。
type: long
format: string
-
threat.indicator.file.elf.sections.virtual_size
-
ELF 节列表虚拟大小。
type: long
format: string
-
threat.indicator.file.elf.segments
-
一个数组,其中包含 ELF 文件的每个段的对象。这些对象中应存在的键由
elf.segments.*
下方的子字段定义。类型:嵌套
-
threat.indicator.file.elf.segments.sections
-
ELF 对象段节。
type: keyword
-
threat.indicator.file.elf.segments.type
-
ELF 对象段类型。
type: keyword
-
threat.indicator.file.elf.shared_libraries
-
此 ELF 对象使用的共享库列表。
type: keyword
-
threat.indicator.file.elf.telfhash
-
ELF 文件的 telfhash 符号哈希值。
type: keyword
-
threat.indicator.file.extension
-
文件扩展名,不包括前导点。请注意,当文件名有多个扩展名时(例如 example.tar.gz),只应捕获最后一个扩展名(“gz”,而不是“tar.gz”)。
type: keyword
示例:png
-
threat.indicator.file.fork_name
-
分支是与文件系统对象关联的附加数据。在 Linux 上,资源分支用于存储文件系统对象的附加数据。一个文件至少有一个用于数据部分的分支,并且可能存在其他分支。在 NTFS 上,这类似于备用数据流 (ADS),文件的默认数据流简称为 $DATA。Windows 通常使用 Zone.Identifier 来跟踪从 Internet 下载的内容。ADS 通常采用以下形式:
C:\path\to\filename.extension:some_fork_name
,并且some_fork_name
是应该填充fork_name
的值。filename.extension
应该填充file.name
,extension
应该填充file.extension
。完整路径file.path
将包含分支名称。type: keyword
示例:Zone.Identifier
-
threat.indicator.file.gid
-
文件的主要组 ID (GID)。
type: keyword
示例:1001
-
threat.indicator.file.group
-
文件的主要组名称。
type: keyword
示例:alice
-
threat.indicator.file.hash.md5
-
MD5 哈希值。
type: keyword
-
threat.indicator.file.hash.sha1
-
SHA1 哈希值。
type: keyword
-
threat.indicator.file.hash.sha256
-
SHA256 哈希值。
type: keyword
-
threat.indicator.file.hash.sha512
-
SHA512 哈希值。
type: keyword
-
threat.indicator.file.hash.ssdeep
-
SSDEEP 哈希值。
type: keyword
-
threat.indicator.file.inode
-
表示文件系统中文件的索引节点。
type: keyword
示例:256383
-
threat.indicator.file.mime_type
-
MIME 类型应使用 IANA 官方类型 来标识文件或字节流的格式(如果可能)。当有多个类型适用时,应使用最具体的类型。
type: keyword
-
威胁.指标.文件.mime_类型
-
文件的八进制表示形式的模式。
type: keyword
示例:0640
-
threat.indicator.file.mode
-
上次修改文件内容的时间。
type: date
-
威胁.指标.文件.模式
-
文件名,包括扩展名,不包括目录。
type: keyword
示例:example.png
-
threat.indicator.file.mtime
-
文件所有者的用户名。
type: keyword
示例:alice
-
威胁.指标.文件.修改时间
-
文件的完整路径,包括文件名。如果适用,应包含驱动器盘符。
type: keyword
示例:/home/alice/example.png
-
threat.indicator.file.name
-
type: match_only_text
-
威胁.指标.文件.名称
-
文件的目标 CPU 架构。
type: keyword
示例:x64
-
threat.indicator.file.owner
-
在编译时提供的文件的内部公司名称。
type: keyword
示例:Microsoft Corporation
-
威胁.指标.文件.所有者
-
在编译时提供的文件的内部描述。
type: keyword
示例:画图
-
threat.indicator.file.path
-
在编译时提供的文件的内部版本。
type: keyword
示例:6.3.9600.17415
-
威胁.指标.文件.路径
-
PE 文件中导入的哈希值。imphash(或导入哈希)可用于对二进制文件进行指纹识别,即使在重新编译或其他代码级转换发生后,这些转换会更改更传统的哈希值。在https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html了解更多。
type: keyword
示例:0c6803c4e922103c4dca5963aad36ddf
-
threat.indicator.file.path.text
-
在编译时提供的文件的内部名称。
type: keyword
示例:MSPAINT.EXE
-
威胁.指标.文件.路径.文本
-
在编译时提供的文件的内部产品名称。
type: keyword
示例:Microsoft® Windows® 操作系统
-
threat.indicator.file.pe.architecture
-
文件大小,以字节为单位。仅当
file.type
为 “file” 时相关。type: long
示例:16384
-
威胁.指标.文件.pe.架构
-
符号链接的目标路径。
type: keyword
-
threat.indicator.file.pe.company
-
type: match_only_text
-
威胁.指标.文件.pe.公司
-
文件类型(文件、目录或符号链接)。
type: keyword
示例:file
-
threat.indicator.file.pe.description
-
文件所有者的用户 ID (UID) 或安全标识符 (SID)。
type: keyword
示例:1001
-
威胁.指标.文件.pe.描述
-
主题备用名称 (SAN) 的列表。名称类型因证书颁发机构和证书类型而异,但通常包含 IP 地址、DNS 名称(和通配符)以及电子邮件地址。
type: keyword
示例:*.elastic.co
-
threat.indicator.file.pe.file_version
-
颁发证书机构的通用名称 (CN) 的列表。
type: keyword
示例:Example SHA2 High Assurance Server CA
-
威胁.指标.文件.pe.文件版本
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
threat.indicator.file.pe.imphash
-
颁发证书机构的专有名称 (DN)。
type: keyword
示例:C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
威胁.指标.文件.pe.导入哈希
-
地名 (L) 的列表
type: keyword
示例:Mountain View
-
threat.indicator.file.pe.original_file_name
-
颁发证书机构的组织 (O) 的列表。
type: keyword
示例:Example Inc
-
威胁.指标.文件.pe.原始文件名
-
颁发证书机构的组织单位 (OU) 的列表。
type: keyword
示例:www.example.com
-
threat.indicator.file.pe.product
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
威胁.指标.文件.pe.产品
-
证书不再被视为有效的时间。
type: date
示例:2020-07-16 03:15:39+00:00
-
threat.indicator.file.size
-
首次将证书视为有效的时间。
type: date
示例:2019-08-16 01:40:25+00:00
-
威胁.指标.文件.大小
-
用于生成公钥的算法。
type: keyword
示例:RSA
-
threat.indicator.file.target_path
-
椭圆曲线公钥算法使用的曲线。这是特定于算法的。
type: keyword
示例:nistp521
-
威胁.指标.文件.目标路径
-
用于导出公钥的指数。这是特定于算法的。
type: long
示例:65537
该字段未编制索引。
-
threat.indicator.file.target_path.text
-
公钥空间的大小,以位为单位。
type: long
示例:2048
-
威胁.指标.文件.目标路径.文本
-
证书颁发机构颁发的唯一序列号。为了保持一致性,如果此值是字母数字,则应在不带冒号且使用大写字符的情况下进行格式化。
type: keyword
示例:55FBB9C7DEBF09809D12CCAA
-
threat.indicator.file.type
-
证书签名算法的标识符。建议使用 Go Lang Crypto 库中找到的名称。请参阅 https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353。
type: keyword
示例:SHA256-RSA
-
威胁.指标.文件.类型
-
主题的通用名称 (CN) 的列表。
type: keyword
示例:shared.global.example.net
-
threat.indicator.file.uid
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
威胁.指标.文件.用户ID
-
证书主题实体的专有名称 (DN)。
type: keyword
示例:C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
threat.indicator.file.x509.alternative_names
-
地名 (L) 的列表
type: keyword
示例:San Francisco
-
威胁.指标.文件.x509.备用名称
-
主题的组织 (O) 的列表。
type: keyword
示例:Example, Inc.
-
threat.indicator.file.x509.issuer.common_name
-
主题的组织单位 (OU) 的列表。
type: keyword
-
威胁.指标.文件.x509.颁发者.通用名称
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
threat.indicator.file.x509.issuer.country
-
x509 格式的版本。
type: keyword
示例:3
-
威胁.指标.文件.x509.颁发者.国家/地区
-
情报源首次报告发现此指标的日期和时间。
type: date
示例: 2020-11-05T17:25:47.000Z
-
threat.indicator.file.x509.issuer.distinguished_name
-
城市名称。
type: keyword
example: Montreal
-
威胁.指标.文件.x509.颁发者.专有名称
-
表示洲名称的两个字母代码。
type: keyword
example: NA
-
threat.indicator.file.x509.issuer.locality
-
洲的名称。
type: keyword
example: North America
-
威胁.指标.文件.x509.颁发者.所在地
-
国家/地区 ISO 代码。
type: keyword
example: CA
-
threat.indicator.file.x509.issuer.organization
-
国家/地区名称。
type: keyword
example: Canada
-
威胁.指标.文件.x509.颁发者.组织
-
经度和纬度。
type: geo_point
example: { "lon": -73.614830, "lat": 45.505918 }
-
threat.indicator.file.x509.issuer.organizational_unit
-
用户定义的位置描述,在其关心的粒度级别上。可以是他们数据中心的名称、楼层号(如果这描述本地物理实体)或城市名称。通常不用于自动地理位置。
type: keyword
example: boston-dc
-
威胁.指标.文件.x509.颁发者.组织单位
-
与位置关联的邮政编码。此字段的适当值也可能被称为邮政编码或 ZIP 代码,并且在各个国家/地区之间差异很大。
type: keyword
example: 94040
-
threat.indicator.file.x509.issuer.state_or_province
-
地区 ISO 代码。
type: keyword
example: CA-QC
-
威胁.指标.文件.x509.颁发者.州或省
-
地区名称。
type: keyword
example: Quebec
-
threat.indicator.file.x509.not_after
-
位置的时区,例如 IANA 时区名称。
type: keyword
example: America/Argentina/Buenos_Aires
-
威胁.指标.文件.x509.失效时间
-
将威胁指标标识为 IP 地址(不考虑方向)。
type: ip
示例: 1.2.3.4
-
threat.indicator.file.x509.not_before
-
情报源最后一次报告发现此指标的日期和时间。
type: date
示例: 2020-11-05T17:25:47.000Z
-
威胁.指标.文件.x509.生效时间
-
流量灯协议共享标记。建议的值为:* WHITE * GREEN * AMBER * RED
type: keyword
threat.indicator.file.x509.public_key_algorithm
-
威胁.指标.文件.x509.公钥算法
-
情报源上次修改此指标信息的日期和时间。
type: date
示例: 2020-11-05T17:25:47.000Z
-
threat.indicator.file.x509.public_key_curve
-
将威胁指标标识为端口号(不考虑方向)。
type: long
示例: 443
-
威胁.指标.文件.x509.公钥曲线
-
指标提供者的名称。
type: keyword
示例:lrz_urlhaus
-
threat.indicator.file.x509.public_key_exponent
-
链接到有关此指标的其他信息的参考 URL。
type: keyword
-
威胁.指标.文件.x509.公钥指数
-
使用 base64 编码的原始字节。对于 Windows 注册表操作(例如 SetValueEx 和 RegQueryValueEx),这对应于
lp_data
指向的数据。这是可选的,但可以提供更好的可恢复性,并且应该为 REG_BINARY 编码的值填充。type: keyword
示例:ZQBuAC0AVQBTAAAAZQBuAAAAAAA=
-
threat.indicator.file.x509.public_key_size
-
写入字符串类型时的内容。当将字符串数据写入注册表时,填充为数组。对于单字符串注册表类型 (REG_SZ, REG_EXPAND_SZ),这应该是一个包含一个字符串的数组。对于具有 REG_MULTI_SZ 的字符串序列,此数组的长度将是可变的。对于数字数据,例如 REG_DWORD 和 REG_QWORD,这应该填充十进制表示形式(例如
"1"
)。类型:通配符
示例:["C:\rta\red_ttp\bin\myapp.exe"]
-
威胁.指标.文件.x509.公钥大小
-
用于编码内容的标准注册表类型
type: keyword
示例:REG_SZ
-
threat.indicator.file.x509.serial_number
-
配置单元的缩写名称。
type: keyword
示例:HKLM
-
威胁.指标.文件.x509.序列号
-
相对于配置单元的键路径。
type: keyword
示例:SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe
-
threat.indicator.file.x509.signature_algorithm
-
完整路径,包括配置单元、键和值
type: keyword
示例:HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe\Debugger
-
威胁.指标.文件.x509.签名算法
-
写入的值的名称。
type: keyword
示例:Debugger
-
threat.indicator.file.x509.subject.common_name
-
成功检测到恶意文件或 URL 的 AV/EDR 供应商的数量。
type: long
示例:4
-
威胁.指标.文件.x509.主题.通用名称
-
此指标被观察到进行威胁活动的次数。
type: long
示例: 20
-
threat.indicator.file.x509.subject.country
-
STIX 2.0 中以网络可观测性表示的指标类型。建议的值:* autonomous-system * artifact * directory * domain-name * email-addr * file * ipv4-addr * ipv6-addr * mac-addr * mutex * port * process * software * url * user-account * windows-registry-key * x509-certificate
type: keyword
示例: ipv4-addr
-
威胁.指标.文件.x509.主题.国家/地区
-
URL 的域,例如“www.elastic.co”。在某些情况下,URL 可能直接引用 IP 和/或端口,而没有域名。在这种情况下,IP 地址将进入
domain
字段。如果 URL 包含用[
和]
(IETF RFC 2732) 括起来的文字 IPv6 地址,则[
和]
字符也应捕获在domain
字段中。type: keyword
示例: www.elastic.co
-
threat.indicator.file.x509.subject.distinguished_name
-
该字段包含原始请求 URL 中的文件扩展名,不包括前导点。仅当文件扩展名存在时才设置,因为并非每个 URL 都有文件扩展名。不得包含前导句点。例如,该值必须为“png”,而不是“.png”。请注意,当文件名具有多个扩展名时(例如 example.tar.gz),应仅捕获最后一个扩展名(“gz”,而不是“tar.gz”)。
type: keyword
示例:png
-
威胁.指标.文件.x509.主题.专有名称
-
URL 中
#
之后的部分,例如“top”。#
不是片段的一部分。type: keyword
-
threat.indicator.file.x509.subject.locality
-
如果完整的 URL 对您的用例很重要,则无论该字段是在事件源中重建还是存在,都应将其存储在
url.full
中。类型:通配符
-
威胁.指标.文件.x509.主题.所在地
-
type: match_only_text
-
threat.indicator.file.x509.subject.organization
-
在事件源中看到的未修改的原始 URL。请注意,在网络监控中,观察到的 URL 可能是完整的 URL,而在访问日志中,URL 通常仅表示为路径。此字段旨在表示观察到的 URL,完整与否。
类型:通配符
示例: https://elastic.ac.cn:443/search?q=elasticsearch#top 或 /search?q=elasticsearch
-
威胁.指标.文件.x509.主题.组织
-
type: match_only_text
-
threat.indicator.file.x509.subject.organizational_unit
-
请求的密码。
type: keyword
-
威胁.指标.文件.x509.主题.组织单位
-
请求的路径,例如“/search”。
类型:通配符
-
threat.indicator.file.x509.subject.state_or_province
-
请求的端口,例如 443。
type: long
示例: 443
format: string
-
威胁.指标.文件.x509.主题.州或省
-
查询字段描述请求的查询字符串,例如“q=elasticsearch”。
?
不包含在查询字符串中。如果 URL 不包含?
,则不存在查询字段。如果存在?
但没有查询,则查询字段存在且为空字符串。可以使用exists
查询来区分这两种情况。type: keyword
-
threat.indicator.file.x509.version_number
-
最高注册 URL 域,去除了子域。例如,“foo.example.com”的注册域是“example.com”。可以使用公共后缀列表 (http://publicsuffix.org) 等列表精确地确定此值。尝试通过简单地取最后两个标签来近似此值对于诸如“co.uk”之类的 TLD 效果不佳。
type: keyword
example: example.com
-
威胁.指标.文件.x509.版本号
-
请求的方案,例如“https”。注意:
:
不是方案的一部分。type: keyword
示例: https
-
threat.indicator.first_seen
-
完全限定域名的子域部分包括注册域下除主机名以外的所有名称。在部分限定域中,或者如果无法确定完整名称的限定级别,则子域包含注册域下的所有名称。例如,“www.east.mydomain.co.uk”的子域部分为“east”。如果域具有多个子域级别,例如“sub2.sub1.example.com”,则子域字段应包含“sub2.sub1”,不带尾随句点。
type: keyword
example: east
-
威胁.指标.首次出现时间
-
有效顶级域名 (eTLD),也称为域名后缀,是域名最后一部分。例如,example.com 的顶级域名是“com”。可以使用诸如公共后缀列表之类的列表 (http://publicsuffix.org) 精确确定此值。尝试通过简单地取最后一个标签来近似此值对于诸如“co.uk”之类的有效 TLD 将无法很好地工作。
type: keyword
example: co.uk
-
threat.indicator.geo.city_name
-
请求的用户名。
type: keyword
-
威胁.指标.地理位置.城市名称
-
主题备用名称 (SAN) 的列表。名称类型因证书颁发机构和证书类型而异,但通常包含 IP 地址、DNS 名称(和通配符)以及电子邮件地址。
type: keyword
示例:*.elastic.co
-
threat.indicator.geo.continent_code
-
颁发证书机构的通用名称 (CN) 的列表。
type: keyword
示例:Example SHA2 High Assurance Server CA
-
威胁.指标.地理位置.洲代码
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
threat.indicator.geo.continent_name
-
颁发证书机构的专有名称 (DN)。
type: keyword
示例:C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
威胁.指标.地理位置.洲名称
-
地名 (L) 的列表
type: keyword
示例:Mountain View
-
threat.indicator.geo.country_iso_code
-
颁发证书机构的组织 (O) 的列表。
type: keyword
示例:Example Inc
-
威胁.指标.地理位置.国家/地区ISO代码
-
颁发证书机构的组织单位 (OU) 的列表。
type: keyword
示例:www.example.com
-
threat.indicator.geo.country_name
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
威胁.指标.地理位置.国家/地区名称
-
证书不再被视为有效的时间。
type: date
示例:2020-07-16 03:15:39+00:00
-
threat.indicator.geo.location
-
首次将证书视为有效的时间。
type: date
示例:2019-08-16 01:40:25+00:00
-
威胁.指标.地理位置.位置
-
用于生成公钥的算法。
type: keyword
示例:RSA
-
threat.indicator.geo.name
-
椭圆曲线公钥算法使用的曲线。这是特定于算法的。
type: keyword
示例:nistp521
-
威胁.指标.地理位置.名称
-
用于导出公钥的指数。这是特定于算法的。
type: long
示例:65537
该字段未编制索引。
-
threat.indicator.geo.postal_code
-
公钥空间的大小,以位为单位。
type: long
示例:2048
-
威胁.指标.地理位置.邮政编码
-
证书颁发机构颁发的唯一序列号。为了保持一致性,如果此值是字母数字,则应在不带冒号且使用大写字符的情况下进行格式化。
type: keyword
示例:55FBB9C7DEBF09809D12CCAA
-
threat.indicator.geo.region_iso_code
-
证书签名算法的标识符。建议使用 Go Lang Crypto 库中找到的名称。请参阅 https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353。
type: keyword
示例:SHA256-RSA
-
威胁.指标.地理位置.区域ISO代码
-
主题的通用名称 (CN) 的列表。
type: keyword
示例:shared.global.example.net
-
threat.indicator.geo.region_name
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
威胁.指标.地理位置.区域名称
-
证书主题实体的专有名称 (DN)。
type: keyword
示例:C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
threat.indicator.geo.timezone
-
地名 (L) 的列表
type: keyword
示例:San Francisco
-
威胁.指标.地理位置.时区
-
主题的组织 (O) 的列表。
type: keyword
示例:Example, Inc.
-
threat.indicator.ip
-
主题的组织单位 (OU) 的列表。
type: keyword
-
威胁.指标.IP
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
threat.indicator.last_seen
-
x509 格式的版本。
type: keyword
示例:3
-
威胁.指标.最后出现时间
-
threat.indicator.marking.tlp
type: keyword
威胁.指标.标记.TLP
-
example: WHITE
-
示例:白色
type: keyword
threat.indicator.modified_at
-
威胁.指标.修改时间
-
threat.indicator.port
type: keyword
威胁.指标.端口
-
threat.indicator.provider
-
威胁.指标.提供者
threat.indicator.reference
type: keyword
威胁.指标.参考
-
threat.indicator.registry.data.bytes
-
威胁.指标.注册表.数据.字节
type: keyword
threat.indicator.registry.data.strings
-
威胁.指标.注册表.数据.字符串
-
threat.indicator.registry.data.type
While not required, you can use a MITRE ATT&CK® software type.
type: keyword
威胁.指标.注册表.数据.类型
-
threat.indicator.registry.hive
-
威胁.指标.注册表.配置单元
type: keyword
threat.indicator.registry.key
-
威胁.指标.注册表.键
-
threat.indicator.registry.path
type: keyword
威胁.指标.注册表.路径
-
threat.indicator.registry.value
-
威胁.指标.注册表.值
type: keyword
threat.indicator.scanner_stats
-
威胁.指标.扫描器统计信息
-
threat.indicator.sightings
type: keyword
威胁.指标.发现次数
-
threat.indicator.type
-
威胁.指标.类型
type: keyword
threat.indicator.url.domain
-
威胁.指标.URL.域名
-
type: match_only_text
-
threat.indicator.url.extension
-
威胁.指标.URL.扩展名
type: keyword
threat.indicator.url.fragment
-
威胁.指标.URL.片段
-
threat.indicator.url.full
type: keyword
威胁.指标.URL.完整URL
-
threat.indicator.url.full.text
-
威胁.指标.URL.完整URL.文本
type: keyword
threat.indicator.url.original
-
威胁.指标.URL.原始URL
-
type: match_only_text
-
threat.indicator.url.original.text
-
威胁.指标.URL.原始URL.文本
type: keyword
threat.indicator.url.password
威胁.指标.URL.密码
threat.indicator.url.path
-
威胁.指标.URL.路径
-
threat.indicator.url.port
type: keyword
威胁.指标.URL.端口
-
threat.indicator.url.query
-
威胁.指标.URL.查询
type: keyword
threat.indicator.url.registered_domain
-
威胁.指标.URL.注册域名
-
threat.indicator.url.scheme
type: keyword
威胁.指标.URL.协议
-
threat.indicator.url.subdomain
-
威胁.指标.URL.子域名
type: keyword
threat.indicator.url.top_level_domain
-
威胁.指标.URL.顶级域名
-
threat.indicator.url.username
type: keyword
威胁.指标.URL.用户名
-
threat.indicator.x509.alternative_names
-
威胁.指标.x509.备用名称
type: keyword
threat.indicator.x509.issuer.common_name
-
威胁.指标.x509.颁发者.通用名称
-
threat.indicator.x509.issuer.country
type: keyword
威胁.指标.x509.颁发者.国家/地区
-
threat.indicator.x509.issuer.distinguished_name
-
威胁.指标.x509.颁发者.专有名称
type: keyword
threat.indicator.x509.issuer.locality
-
威胁.指标.x509.颁发者.所在地
-
threat.indicator.x509.issuer.organization
type: date
威胁.指标.x509.颁发者.组织
-
threat.indicator.x509.issuer.organizational_unit
-
威胁.指标.x509.颁发者.组织单位
type: date
threat.indicator.x509.issuer.state_or_province
-
威胁.指标.x509.颁发者.州或省
-
threat.indicator.x509.not_after
type: keyword
示例: www.elastic.co
-
威胁.指标.x509.失效时间
-
threat.indicator.x509.not_before
type: keyword
威胁.指标.x509.生效时间
-
threat.indicator.x509.public_key_algorithm
-
威胁.指标.x509.公钥算法
type: keyword
threat.indicator.x509.public_key_curve
-
威胁.指标.x509.公钥曲线
-
主题备用名称 (SAN) 的列表。名称类型因证书颁发机构和证书类型而异,但通常包含 IP 地址、DNS 名称(和通配符)以及电子邮件地址。
type: keyword
示例:*.elastic.co
-
threat.indicator.x509.public_key_exponent
-
颁发证书机构的通用名称 (CN) 的列表。
type: keyword
示例:Example SHA2 High Assurance Server CA
-
威胁.指标.x509.公钥指数
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
threat.indicator.x509.public_key_size
-
颁发证书机构的专有名称 (DN)。
type: keyword
示例:C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
威胁.指标.x509.公钥大小
-
地名 (L) 的列表
type: keyword
示例:Mountain View
-
threat.indicator.x509.serial_number
-
颁发证书机构的组织 (O) 的列表。
type: keyword
示例:Example Inc
-
威胁.指标.x509.序列号
-
颁发证书机构的组织单位 (OU) 的列表。
type: keyword
示例:www.example.com
-
threat.indicator.x509.signature_algorithm
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
威胁.指标.x509.签名算法
-
证书不再被视为有效的时间。
type: date
示例:2020-07-16 03:15:39+00:00
-
threat.indicator.x509.subject.common_name
-
首次将证书视为有效的时间。
type: date
示例:2019-08-16 01:40:25+00:00
-
威胁.指标.x509.主题.通用名称
-
用于生成公钥的算法。
type: keyword
示例:RSA
-
threat.indicator.x509.subject.country
-
椭圆曲线公钥算法使用的曲线。这是特定于算法的。
type: keyword
示例:nistp521
-
威胁.指标.x509.主题.国家/地区
-
用于导出公钥的指数。这是特定于算法的。
type: long
示例:65537
该字段未编制索引。
-
threat.indicator.x509.subject.distinguished_name
-
公钥空间的大小,以位为单位。
type: long
示例:2048
-
威胁.指标.x509.主题.专有名称
-
证书颁发机构颁发的唯一序列号。为了保持一致性,如果此值是字母数字,则应在不带冒号且使用大写字符的情况下进行格式化。
type: keyword
示例:55FBB9C7DEBF09809D12CCAA
-
threat.indicator.x509.subject.locality
-
证书签名算法的标识符。建议使用 Go Lang Crypto 库中找到的名称。请参阅 https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353。
type: keyword
示例:SHA256-RSA
-
威胁.指标.x509.主题.所在地
-
主题的通用名称 (CN) 的列表。
type: keyword
示例:shared.global.example.net
-
threat.indicator.x509.subject.organization
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
威胁.指标.x509.主题.组织
-
证书主题实体的专有名称 (DN)。
type: keyword
示例:C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
threat.indicator.x509.subject.organizational_unit
-
地名 (L) 的列表
type: keyword
示例:San Francisco
-
威胁.指标.x509.主题.组织单位
-
主题的组织 (O) 的列表。
type: keyword
示例:Example, Inc.
-
threat.indicator.x509.subject.state_or_province
-
主题的组织单位 (OU) 的列表。
type: keyword
-
威胁.指标.x509.主题.州或省
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
threat.indicator.x509.version_number
-
x509 格式的版本。
type: keyword
示例:3
-
威胁.指标.x509.版本号
-
threat.software.alias
type: keyword
威胁.软件.别名
-
The alias(es) of the software for a set of related intrusion activity that are tracked by a common name in the security community. While not required, you can use a MITRE ATT&CK® associated software description.
-
安全社区中使用通用名称跟踪的一组相关入侵活动的软件别名。虽然不是必需的,但您可以使用与 MITRE ATT&CK® 关联的软件描述。
类型:布尔值
-
example: [ "X-Agent" ]
-
示例:[“X-Agent”]
type: keyword
threat.software.id
-
威胁.软件.ID
-
The id of the software used by this threat to conduct behavior commonly modeled using MITRE ATT&CK®. While not required, you can use a MITRE ATT&CK® software id.
类型:布尔值
-
此威胁用于执行行为(通常使用 MITRE ATT&CK® 建模)的软件 ID。虽然不是必需的,但您可以使用 MITRE ATT&CK® 软件 ID。
-
服务器提供的 PEM 编码的独立证书。 这通常与
server.certificate_chain
互斥,因为该值也存在于该列表中。type: keyword
threat.indicator.url.registered_domain
-
tls.server.certificate_chain
-
构成服务器提供的证书链的 PEM 编码证书数组。 这通常与
server.certificate
互斥,因为该值应该是链中的第一个证书。type: keyword
威胁.指标.URL.协议
-
tls.server.hash.md5
-
使用服务器提供的证书的 DER 编码版本的 MD5 摘要的证书指纹。 为了与其他哈希值保持一致,此值应格式化为大写哈希值。
type: keyword
threat.indicator.url.top_level_domain
-
tls.server.hash.sha1
-
使用服务器提供的证书的 DER 编码版本的 SHA1 摘要的证书指纹。 为了与其他哈希值保持一致,此值应格式化为大写哈希值。
type: keyword
威胁.指标.URL.用户名
-
tls.server.hash.sha256
-
使用服务器提供的证书的 DER 编码版本的 SHA256 摘要的证书指纹。 为了与其他哈希值保持一致,此值应格式化为大写哈希值。
type: keyword
threat.indicator.x509.issuer.common_name
-
tls.server.issuer
-
服务器提供的 x.509 证书的颁发者主题。
type: keyword
威胁.指标.x509.颁发者.国家/地区
-
tls.server.ja3s
-
一种根据服务器执行 SSL/TLS 握手的方式来识别服务器的哈希值。
type: keyword
示例:394441ab65754e2207b1e1b457b3641d
-
tls.server.not_after
-
指示服务器证书何时不再被视为有效的的时间戳。
type: date
威胁.指标.x509.颁发者.组织
-
tls.server.not_before
-
指示服务器证书何时首次被视为有效的的时间戳。
type: date
threat.indicator.x509.issuer.state_or_province
-
tls.server.subject
-
服务器提供的 x.509 证书的主题。
type: keyword
示例:CN=www.example.com, OU=Infrastructure Team, DC=example, DC=com
-
tls.server.x509.alternative_names
-
主题备用名称 (SAN) 的列表。名称类型因证书颁发机构和证书类型而异,但通常包含 IP 地址、DNS 名称(和通配符)以及电子邮件地址。
type: keyword
示例:*.elastic.co
-
tls.server.x509.issuer.common_name
-
颁发证书机构的通用名称 (CN) 的列表。
type: keyword
示例:Example SHA2 High Assurance Server CA
-
tls.server.x509.issuer.country
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
tls.server.x509.issuer.distinguished_name
-
颁发证书机构的专有名称 (DN)。
type: keyword
示例:C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
tls.server.x509.issuer.locality
-
地名 (L) 的列表
type: keyword
示例:Mountain View
-
tls.server.x509.issuer.organization
-
颁发证书机构的组织 (O) 的列表。
type: keyword
示例:Example Inc
-
tls.server.x509.issuer.organizational_unit
-
颁发证书机构的组织单位 (OU) 的列表。
type: keyword
示例:www.example.com
-
tls.server.x509.issuer.state_or_province
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
tls.server.x509.not_after
-
证书不再被视为有效的时间。
type: date
示例:2020-07-16 03:15:39+00:00
-
tls.server.x509.not_before
-
首次将证书视为有效的时间。
type: date
示例:2019-08-16 01:40:25+00:00
-
tls.server.x509.public_key_algorithm
-
用于生成公钥的算法。
type: keyword
示例:RSA
-
tls.server.x509.public_key_curve
-
椭圆曲线公钥算法使用的曲线。这是特定于算法的。
type: keyword
示例:nistp521
-
tls.server.x509.public_key_exponent
-
用于导出公钥的指数。这是特定于算法的。
type: long
示例:65537
该字段未编制索引。
-
tls.server.x509.public_key_size
-
公钥空间的大小,以位为单位。
type: long
示例:2048
-
tls.server.x509.serial_number
-
证书颁发机构颁发的唯一序列号。为了保持一致性,如果此值是字母数字,则应在不带冒号且使用大写字符的情况下进行格式化。
type: keyword
示例:55FBB9C7DEBF09809D12CCAA
-
tls.server.x509.signature_algorithm
-
证书签名算法的标识符。建议使用 Go Lang Crypto 库中找到的名称。请参阅 https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353。
type: keyword
示例:SHA256-RSA
-
tls.server.x509.subject.common_name
-
主题的通用名称 (CN) 的列表。
type: keyword
示例:shared.global.example.net
-
tls.server.x509.subject.country
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
tls.server.x509.subject.distinguished_name
-
证书主题实体的专有名称 (DN)。
type: keyword
示例:C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
tls.server.x509.subject.locality
-
地名 (L) 的列表
type: keyword
示例:San Francisco
-
tls.server.x509.subject.organization
-
主题的组织 (O) 的列表。
type: keyword
示例:Example, Inc.
-
tls.server.x509.subject.organizational_unit
-
主题的组织单位 (OU) 的列表。
type: keyword
-
tls.server.x509.subject.state_or_province
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
tls.server.x509.version_number
-
x509 格式的版本。
type: keyword
示例:3
-
tls.version
-
从原始字符串解析的版本号的数字部分。
type: keyword
示例:1.2
-
tls.version_protocol
-
从原始字符串解析的规范化的小写协议名称。
type: keyword
示例:tls
-
span.id
-
跨度在其跟踪范围内的唯一标识符。跨度表示事务中的操作,例如对另一个服务的请求或数据库查询。
type: keyword
示例:3ff9a8981b7ccd5a
-
trace.id
-
跟踪的唯一标识符。 跟踪将多个事件(如属于一起的事务)分组在一起。 例如,由多个互连服务处理的用户请求。
type: keyword
示例:4bf92f3577b34da6a3ce929d0e0e4736
-
transaction.id
-
事务在其跟踪范围内的唯一标识符。 事务是在服务中衡量的最高级别的工作,例如对服务器的请求。
type: keyword
示例:00f067aa0ba902b7
URL 字段提供对完整或部分 URL 的支持,并支持分解为方案、域、路径等。
-
url.domain
-
URL 的域,例如“www.elastic.co”。在某些情况下,URL 可能直接引用 IP 和/或端口,而没有域名。在这种情况下,IP 地址将进入
domain
字段。如果 URL 包含用[
和]
(IETF RFC 2732) 括起来的文字 IPv6 地址,则[
和]
字符也应捕获在domain
字段中。type: keyword
示例: www.elastic.co
-
url.extension
-
该字段包含原始请求 URL 中的文件扩展名,不包括前导点。仅当文件扩展名存在时才设置,因为并非每个 URL 都有文件扩展名。不得包含前导句点。例如,该值必须为“png”,而不是“.png”。请注意,当文件名具有多个扩展名时(例如 example.tar.gz),应仅捕获最后一个扩展名(“gz”,而不是“tar.gz”)。
type: keyword
示例:png
-
url.fragment
-
URL 中
#
之后的部分,例如“top”。#
不是片段的一部分。type: keyword
-
url.full
-
如果完整的 URL 对您的用例很重要,则无论该字段是在事件源中重建还是存在,都应将其存储在
url.full
中。类型:通配符
-
url.full.text
-
type: match_only_text
-
url.original
-
在事件源中看到的未修改的原始 URL。请注意,在网络监控中,观察到的 URL 可能是完整的 URL,而在访问日志中,URL 通常仅表示为路径。此字段旨在表示观察到的 URL,完整与否。
类型:通配符
示例: https://elastic.ac.cn:443/search?q=elasticsearch#top 或 /search?q=elasticsearch
-
url.original.text
-
type: match_only_text
-
url.password
-
请求的密码。
type: keyword
-
url.path
-
请求的路径,例如“/search”。
类型:通配符
-
url.port
-
请求的端口,例如 443。
type: long
示例: 443
format: string
-
url.query
-
查询字段描述请求的查询字符串,例如“q=elasticsearch”。
?
不包含在查询字符串中。如果 URL 不包含?
,则不存在查询字段。如果存在?
但没有查询,则查询字段存在且为空字符串。可以使用exists
查询来区分这两种情况。type: keyword
-
url.registered_domain
-
最高注册 URL 域,去除了子域。例如,“foo.example.com”的注册域是“example.com”。可以使用公共后缀列表 (http://publicsuffix.org) 等列表精确地确定此值。尝试通过简单地取最后两个标签来近似此值对于诸如“co.uk”之类的 TLD 效果不佳。
type: keyword
example: example.com
-
url.scheme
-
请求的方案,例如“https”。注意:
:
不是方案的一部分。type: keyword
示例: https
-
url.subdomain
-
完全限定域名的子域部分包括注册域下除主机名以外的所有名称。在部分限定域中,或者如果无法确定完整名称的限定级别,则子域包含注册域下的所有名称。例如,“www.east.mydomain.co.uk”的子域部分为“east”。如果域具有多个子域级别,例如“sub2.sub1.example.com”,则子域字段应包含“sub2.sub1”,不带尾随句点。
type: keyword
example: east
-
url.top_level_domain
-
有效顶级域名 (eTLD),也称为域名后缀,是域名最后一部分。例如,example.com 的顶级域名是“com”。可以使用诸如公共后缀列表之类的列表 (http://publicsuffix.org) 精确确定此值。尝试通过简单地取最后一个标签来近似此值对于诸如“co.uk”之类的有效 TLD 将无法很好地工作。
type: keyword
example: co.uk
-
url.username
-
请求的用户名。
type: keyword
用户字段描述与事件相关的用户信息。 字段可以有一个条目或多个条目。 如果用户有多个 ID,请提供一个包含所有 ID 的数组。
-
user.changes.domain
-
用户所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
user.changes.email
-
用户电子邮件地址。
type: keyword
-
user.changes.full_name
-
用户的全名(如果可用)。
type: keyword
example: Albert Einstein
-
user.changes.full_name.text
-
type: match_only_text
-
user.changes.group.domain
-
组所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
user.changes.group.id
-
系统/平台上组的唯一标识符。
type: keyword
-
user.changes.group.name
-
组的名称。
type: keyword
-
user.changes.hash
-
唯一的用户的哈希,以匿名形式关联用户信息。如果
user.id
或user.name
包含机密信息且不能使用,则此项非常有用。type: keyword
-
user.changes.id
-
用户的唯一标识符。
type: keyword
example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
user.changes.name
-
用户的简称或登录名。
type: keyword
example: a.einstein
-
user.changes.name.text
-
type: match_only_text
-
user.changes.roles
-
事件发生时用户的角色数组。
type: keyword
example: ["kibana_admin", "reporting_user"]
-
user.domain
-
用户所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
user.effective.domain
-
用户所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
user.effective.email
-
用户电子邮件地址。
type: keyword
-
user.effective.full_name
-
用户的全名(如果可用)。
type: keyword
example: Albert Einstein
-
user.effective.full_name.text
-
type: match_only_text
-
user.effective.group.domain
-
组所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
user.effective.group.id
-
系统/平台上组的唯一标识符。
type: keyword
-
user.effective.group.name
-
组的名称。
type: keyword
-
user.effective.hash
-
唯一的用户的哈希,以匿名形式关联用户信息。如果
user.id
或user.name
包含机密信息且不能使用,则此项非常有用。type: keyword
-
user.effective.id
-
用户的唯一标识符。
type: keyword
example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
user.effective.name
-
用户的简称或登录名。
type: keyword
example: a.einstein
-
user.effective.name.text
-
type: match_only_text
-
user.effective.roles
-
事件发生时用户的角色数组。
type: keyword
example: ["kibana_admin", "reporting_user"]
-
user.email
-
用户电子邮件地址。
type: keyword
-
user.full_name
-
用户的全名(如果可用)。
type: keyword
example: Albert Einstein
-
user.full_name.text
-
type: match_only_text
-
user.group.domain
-
组所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
user.group.id
-
系统/平台上组的唯一标识符。
type: keyword
-
user.group.name
-
组的名称。
type: keyword
-
user.hash
-
唯一的用户的哈希,以匿名形式关联用户信息。如果
user.id
或user.name
包含机密信息且不能使用,则此项非常有用。type: keyword
-
user.id
-
用户的唯一标识符。
type: keyword
example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
user.name
-
用户的简称或登录名。
type: keyword
example: a.einstein
-
user.name.text
-
type: match_only_text
-
user.roles
-
事件发生时用户的角色数组。
type: keyword
example: ["kibana_admin", "reporting_user"]
-
user.target.domain
-
用户所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
user.target.email
-
用户电子邮件地址。
type: keyword
-
user.target.full_name
-
用户的全名(如果可用)。
type: keyword
example: Albert Einstein
-
user.target.full_name.text
-
type: match_only_text
-
user.target.group.domain
-
组所属目录的名称。例如,LDAP 或 Active Directory 域名。
type: keyword
-
user.target.group.id
-
系统/平台上组的唯一标识符。
type: keyword
-
user.target.group.name
-
组的名称。
type: keyword
-
user.target.hash
-
唯一的用户的哈希,以匿名形式关联用户信息。如果
user.id
或user.name
包含机密信息且不能使用,则此项非常有用。type: keyword
-
user.target.id
-
用户的唯一标识符。
type: keyword
example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
user.target.name
-
用户的简称或登录名。
type: keyword
example: a.einstein
-
user.target.name.text
-
type: match_only_text
-
user.target.roles
-
事件发生时用户的角色数组。
type: keyword
example: ["kibana_admin", "reporting_user"]
user_agent 字段通常来自浏览器请求。 它们经常出现在来自已解析的用户代理字符串的 Web 服务日志中。
-
user_agent.device.name
-
设备名称。
type: keyword
示例:iPhone
-
user_agent.name
-
用户代理的名称。
type: keyword
示例:Safari
-
user_agent.original
-
未解析的 user_agent 字符串。
type: keyword
示例: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
-
user_agent.original.text
-
type: match_only_text
-
user_agent.os.family
-
操作系统系列(例如 redhat、debian、freebsd、windows)。
type: keyword
示例:debian
-
user_agent.os.full
-
操作系统名称,包括版本或代号。
type: keyword
示例:Mac OS Mojave
-
user_agent.os.full.text
-
type: match_only_text
-
user_agent.os.kernel
-
操作系统内核版本,以原始字符串形式。
type: keyword
示例:4.4.0-112-generic
-
user_agent.os.name
-
操作系统名称,不带版本。
type: keyword
示例:Mac OS X
-
user_agent.os.name.text
-
type: match_only_text
-
user_agent.os.platform
-
操作系统平台(例如 centos、ubuntu、windows)。
type: keyword
示例:darwin
-
user_agent.os.type
-
使用
os.type
字段将操作系统划分为几个大的商业家族之一。应使用以下值之一(小写):linux、macos、unix、windows。如果您处理的操作系统不在列表中,则不应填充该字段。请通过向 ECS 提交问题来告知我们,以提出添加建议。type: keyword
示例:macos
-
user_agent.os.version
-
操作系统版本,以原始字符串形式表示。
type: keyword
示例:10.14.1
-
user_agent.version
-
用户代理的版本。
type: keyword
示例:12.0
VLAN 字段用于标识数据包的 802.1q 标记,以及观察者相对于特定数据包或连接的入口和出口 VLAN 关联。 network.vlan 字段用于记录单个 VLAN 标记,或在 q-in-q 封装的情况下,数据包或连接的外部标记,如通常由网络传感器(例如 Zeek、Wireshark)被动报告流量所观察到的。 network.inner VLAN 字段用于报告内部 q-in-q 802.1q 标记(多个 802.1q 封装),如通常由网络传感器(例如 Zeek、Wireshark)被动报告流量所观察到的。 network.inner VLAN 字段应仅与 network.vlan 字段结合使用,以指示 q-in-q 标记。 observer.ingress 和 observer.egress VLAN 值用于记录观察者事件包含离散入口和出口 VLAN 信息时的特定于观察者的信息,通常由防火墙、路由器或负载均衡器提供。
-
vlan.id
-
观察者报告的 VLAN ID。
type: keyword
示例:10
-
vlan.name
-
观察者报告的可选 VLAN 名称。
type: keyword
示例:outside
漏洞字段描述与事件相关的漏洞信息。
-
vulnerability.category
-
漏洞影响的系统或架构的类型。 这些可能是特定于平台的(例如,Debian 或 SUSE)或一般的(例如,数据库或防火墙)。 例如(Qualys 漏洞类别) 此字段必须是数组。
type: keyword
示例:["防火墙"]
-
vulnerability.classification
-
漏洞评分系统的分类。 例如(https://www.first.org/cvss/)
type: keyword
示例:CVSS
-
vulnerability.description
-
漏洞的描述,提供漏洞的其他上下文。 例如(常见漏洞和暴露 CVE 描述)
type: keyword
示例:在 macOS 2.12.6 之前的版本中,RPC 中存在一个漏洞…
-
vulnerability.description.text
-
type: match_only_text
-
vulnerability.enumeration
-
此漏洞使用的标识符类型。 例如(https://cve.mitre.org/about/)
type: keyword
示例:CVE
-
vulnerability.id
-
标识 (ID) 是漏洞条目的数字部分。 它包含漏洞的唯一标识号。 例如(常见漏洞和暴露 CVE ID)
type: keyword
示例:CVE-2019-00001
-
vulnerability.reference
-
为已识别的漏洞提供其他信息、上下文和缓解措施的资源。
type: keyword
示例:https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6111
-
vulnerability.report_id
-
报告或扫描标识号。
type: keyword
示例:20191018.0001
-
vulnerability.scanner.vendor
-
漏洞扫描器供应商的名称。
type: keyword
示例:Tenable
-
vulnerability.score.base
-
分数范围可以从 0.0 到 10.0,其中 10.0 最为严重。 基本分数涵盖可利用性指标(攻击向量、复杂性、权限和用户交互)、影响指标(机密性、完整性和可用性)以及范围的评估。 例如(https://www.first.org/cvss/specification-document)
类型:float
示例:5.5
-
vulnerability.score.environmental
-
分数范围可以从 0.0 到 10.0,其中 10.0 最为严重。 环境分数涵盖对任何修改后的基本指标、机密性、完整性和可用性要求的评估。 例如(https://www.first.org/cvss/specification-document)
类型:float
示例:5.5
-
vulnerability.score.temporal
-
分数范围可以从 0.0 到 10.0,其中 10.0 最为严重。 临时分数涵盖代码成熟度、修复级别和置信度的评估。 例如(https://www.first.org/cvss/specification-document)
类型:float
-
vulnerability.score.version
-
国家漏洞数据库 (NVD) 为 CVSS v2.0 基本分数范围提供了“低”、“中”和“高”的定性严重性等级,此外还提供了 CVSS v3.0 规范中定义的 CVSS v3.0 的严重性等级。 CVSS 由位于美国的非营利组织 FIRST.Org, Inc. (FIRST) 拥有和管理,其使命是帮助世界各地的计算机安全事件响应团队。 例如(https://nvd.nist.gov/vuln-metrics/cvss)
type: keyword
示例:2.0
-
vulnerability.severity
-
漏洞的严重性可以帮助衡量指标和内部优先级,以进行修复。 例如(https://nvd.nist.gov/vuln-metrics/cvss)
type: keyword
示例:严重
这实现了 x509 证书的常见核心字段。 此信息可能会记录在 TLS 会话、可执行二进制文件中找到的数字签名、电子邮件正文中的 S/MIME 信息或磁盘上文件的分析中。 当证书与文件相关时,请使用 file.x509
中的字段。 当 DER 编码证书的哈希可用时,还应填充 hash
数据集(例如,file.hash.sha256
)。 包含有关网络连接的证书信息的事件应使用相关 TLS 字段下的 x509 字段:tls.server.x509
和/或 tls.client.x509
。
-
x509.alternative_names
-
主题备用名称 (SAN) 的列表。名称类型因证书颁发机构和证书类型而异,但通常包含 IP 地址、DNS 名称(和通配符)以及电子邮件地址。
type: keyword
示例:*.elastic.co
-
x509.issuer.common_name
-
颁发证书机构的通用名称 (CN) 的列表。
type: keyword
示例:Example SHA2 High Assurance Server CA
-
x509.issuer.country
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
x509.issuer.distinguished_name
-
颁发证书机构的专有名称 (DN)。
type: keyword
示例:C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
x509.issuer.locality
-
地名 (L) 的列表
type: keyword
示例:Mountain View
-
x509.issuer.organization
-
颁发证书机构的组织 (O) 的列表。
type: keyword
示例:Example Inc
-
x509.issuer.organizational_unit
-
颁发证书机构的组织单位 (OU) 的列表。
type: keyword
示例:www.example.com
-
x509.issuer.state_or_province
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
x509.not_after
-
证书不再被视为有效的时间。
type: date
示例:2020-07-16 03:15:39+00:00
-
x509.not_before
-
首次将证书视为有效的时间。
type: date
示例:2019-08-16 01:40:25+00:00
-
x509.public_key_algorithm
-
用于生成公钥的算法。
type: keyword
示例:RSA
-
x509.公钥曲线
-
椭圆曲线公钥算法使用的曲线。这是特定于算法的。
type: keyword
示例:nistp521
-
x509.公钥指数
-
用于导出公钥的指数。这是特定于算法的。
type: long
示例:65537
该字段未编制索引。
-
x509.公钥大小
-
公钥空间的大小,以位为单位。
type: long
示例:2048
-
x509.序列号
-
证书颁发机构颁发的唯一序列号。为了保持一致性,如果此值是字母数字,则应在不带冒号且使用大写字符的情况下进行格式化。
type: keyword
示例:55FBB9C7DEBF09809D12CCAA
-
x509.签名算法
-
证书签名算法的标识符。建议使用 Go Lang Crypto 库中找到的名称。请参阅 https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353。
type: keyword
示例:SHA256-RSA
-
x509.主题.通用名称
-
主题的通用名称 (CN) 的列表。
type: keyword
示例:shared.global.example.net
-
x509.主题.国家
-
国家/地区 (C) 代码的列表
type: keyword
示例:US
-
x509.主题.专有名称
-
证书主题实体的专有名称 (DN)。
type: keyword
示例:C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
x509.主题.地区
-
地名 (L) 的列表
type: keyword
示例:San Francisco
-
x509.主题.组织
-
主题的组织 (O) 的列表。
type: keyword
示例:Example, Inc.
-
x509.主题.组织单元
-
主题的组织单位 (OU) 的列表。
type: keyword
-
x509.主题.州或省
-
州或省名称(ST、S 或 P)的列表
type: keyword
示例:California
-
x509.版本号
-
x509 格式的版本。
type: keyword
示例:3