文档首页/ 企业主机安全 HSS/ API参考/ API说明/ 事件管理/ 查询已隔离文件列表 - ListIsolatedFile
更新时间:2025-10-31 GMT+08:00
分享

查询已隔离文件列表 - ListIsolatedFile

功能介绍

查询已隔离文件列表

授权信息

账号具备所有API的调用权限,如果使用账号下的IAM用户调用当前API,该IAM用户需具备调用API所需的权限。

  • 如果使用角色与策略授权,具体权限要求请参见权限和授权项
  • 如果使用身份策略授权,当前API调用无需身份策略权限。

URI

GET /v5/{project_id}/event/isolated-file

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

项目ID

表2 Query参数

参数

是否必选

参数类型

描述

enterprise_project_id

String

主机所属的企业项目ID。

开通企业项目功能后才需要配置企业项目。

企业项目ID默认取值为“0”,表示默认企业项目。如果需要查询所有企业项目下的主机,请传参“all_granted_eps”。如果您只有某个企业项目的权限,则需要传递该企业项目ID,查询该企业项目下的主机,否则会因权限不足而报错。

file_path

String

文件路径

host_name

String

服务器名称

private_ip

String

服务器私有IP

public_ip

String

服务器公网IP

file_hash

String

文件hash,当前为sha256

asset_value

String

资产重要性,包含如下3种

  • important :重要资产

  • common :一般资产

  • test :测试资产

offset

Integer

偏移量:指定返回记录的开始位置

limit

Integer

每页显示个数

isolation_status

String

隔离状态,包含如下:

  • isolated:已隔离

  • restored:已恢复

  • isolating:已下发隔离任务

  • restoring:已下发恢复任务

last_days

Integer

查询时间范围天数,与自定义查询时间begin_time,end_time互斥

begin_time

Long

自定义查询时间,开始时间

end_time

Long

自定义查询时间,结束时间

请求参数

表3 请求Header参数

参数

是否必选

参数类型

描述

X-Auth-Token

String

用户Token。

通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)

region

String

Region ID

响应参数

状态码:200

表4 响应Body参数

参数

参数类型

描述

total_num

Integer

参数解释:

总数

取值范围:

最小值0,最大值2147483647

data_list

Array of IsolatedFileResponseInfo objects

已隔离文件详情

表5 IsolatedFileResponseInfo

参数

参数类型

描述

os_type

String

参数解释

操作系统类型

取值范围

  • Linux:Linux。

  • Windows:Windows。

host_id

String

参数解释

主机ID

取值范围

字符长度1-64位

host_name

String

参数解释:

服务器名称

取值范围:

字符长度1-256位

file_hash

String

参数解释

文件哈希

取值范围

字符长度1-256位

file_path

String

参数解释

文件路径

取值范围

字符长度1-256位

file_attr

String

参数解释

文件属性

取值范围

字符长度1-256位

isolation_status

String

隔离状态,包含如下:

  • isolated : 已隔离

  • restored : 已恢复

  • isolating : 已下发隔离任务

  • restoring : 已下发恢复任务

private_ip

String

参数解释

服务器私有IP

取值范围

字符长度1-128位

public_ip

String

参数解释

弹性公网IP地址

取值范围

字符长度1-256位

asset_value

String

资产重要性,包含如下3种

  • important :重要资产

  • common :一般资产

  • test :测试资产

update_time

Integer

更新时间,毫秒

agent_version

String

agent版本

isolate_source

String

隔离来源,包含如下:

  • event : 安全告警事件

  • antivirus : 病毒查杀

event_name

String

参数解释

事件名称

取值范围

字符长度1-256位

agent_event_info

IsolateEventResponseInfo object

隔离事件详情

antivirus_result_info

AntivirusResultDetailInfo object

病毒查杀结果详情

表6 IsolateEventResponseInfo

参数

参数类型

描述

event_id

String

参数解释

事件ID

取值范围

字符长度1-64位

event_class_id

String

参数解释

事件分类

取值范围

  • container_1001:容器命名空间

  • container_1002:容器开放端口

  • container_1003:容器安全选项

  • container_1004:容器挂载目录

  • containerescape_0001:容器高危系统调用

  • containerescape_0002:Shocker攻击

  • containerescape_0003:DirtCow攻击

  • containerescape_0004:容器文件逃逸攻击

  • dockerfile_001:用户自定义容器保护文件被修改

  • dockerfile_002:容器文件系统可执行文件被修改

  • dockerproc_001:容器进程异常事件上报

  • fileprotect_0001:文件提权

  • fileprotect_0002:关键文件变更

  • fileprotect_0003:关键文件路径变更

  • fileprotect_0004:文件/目录变更

  • av_1002:病毒

  • av_1003:蠕虫

  • av_1004:木马

  • av_1005:僵尸网络

  • av_1006:后门

  • av_1007:间谍软件

  • av_1008:恶意广告软件

  • av_1009:钓鱼

  • av_1010:Rootkit

  • av_1011:勒索软件

  • av_1012:黑客工具

  • av_1013:灰色软件

  • av_1015:Webshell

  • av_1016:挖矿软件

  • login_0001:尝试暴力破解

  • login_0002:爆破成功

  • login_1001:登录成功

  • login_1002:异地登录

  • login_1003:弱口令

  • malware_0001:shell变更事件上报

  • malware_0002:反弹shell事件上报

  • malware_1001:恶意程序

  • procdet_0001:进程异常行为检测

  • procdet_0002:进程提权

  • procreport_0001:危险命令

  • user_1001:账号变更

  • user_1002:风险账号

  • vmescape_0001:虚拟机敏感命令执行

  • vmescape_0002:虚拟化进程访问敏感文件

  • vmescape_0003:虚拟机异常端口访问

  • webshell_0001:网站后门

  • network_1001:恶意挖矿

  • network_1002:对外DDoS攻击

  • network_1003:恶意扫描

  • network_1004:敏感区域攻击

  • ransomware_0001:勒索攻击

  • ransomware_0002:勒索攻击

  • ransomware_0003:勒索攻击

  • fileless_0001:进程注入

  • fileless_0002:动态库注入进程

  • fileless_0003:关键配置变更

  • fileless_0004:环境变量变更

  • fileless_0005:内存文件进程

  • fileless_0006:vdso劫持

  • crontab_1001:Crontab可疑任务

  • vul_exploit_0001:Redis漏洞利用攻击

  • vul_exploit_0002:Hadoop漏洞利用攻击

  • vul_exploit_0003:MySQL漏洞利用攻击

  • rootkit_0001:可疑rootkit文件

  • rootkit_0002:可疑内核模块

  • RASP_0004:上传Webshell

  • RASP_0018:无文件Webshell

  • blockexec_001:已知勒索攻击

  • hips_0001:Windows Defender防护被禁用

  • hips_0002:可疑的黑客工具

  • hips_0003:可疑的勒索加密行为

  • hips_0004:隐藏账号创建

  • hips_0005:读取用户密码凭据

  • hips_0006:可疑的SAM文件导出

  • hips_0007:可疑shadow copy删除操作

  • hips_0008:备份文件删除

  • hips_0009:可疑勒索病毒操作注册表

  • hips_0010:可疑的异常进程行为

  • hips_0011:可疑的扫描探测

  • hips_0012:可疑的勒索病毒脚本运行

  • hips_0013:可疑的挖矿命令执行

  • hips_0014:可疑的禁用windows安全中心

  • hips_0015:可疑的停止防火墙服务行为

  • hips_0016:可疑的系统自动恢复禁用

  • hips_0017:Offies创建可执行文件

  • hips_0018:带宏Offies文件异常创建

  • hips_0019:可疑的注册表操作

  • hips_0020:Confluence远程代码执行

  • hips_0021:MSDT远程代码执行

  • portscan_0001:通用端口扫描

  • portscan_0002:秘密端口扫描

  • k8s_1001:Kubernetes事件删除

  • k8s_1002:创建特权Pod

  • k8s_1003:Pod中使用交互式shell

  • k8s_1004:创建敏感目录Pod

  • k8s_1005:创建主机网络的Pod

  • k8s_1006:创建主机Pid空间的Pod

  • k8s_1007:普通pod访问APIserver认证失败

  • k8s_1008:普通Pod通过Curl访问APIServer

  • k8s_1009:系统管理空间执行exec

  • k8s_1010:系统管理空间创建Pod

  • k8s_1011:创建静态Pod

  • k8s_1012:创建DaemonSet

  • k8s_1013:创建集群计划任务

  • k8s_1014:Secrets操作

  • k8s_1015:枚举用户可执行的操作

  • k8s_1016:高权限RoleBinding或ClusterRoleBinding

  • k8s_1017:ServiceAccount创建

  • k8s_1018:创建Cronjob

  • k8s_1019:Pod中exec使用交互式shell

  • k8s_1020:无权限访问Apiserver

  • k8s_1021:使用curl访问APIServer

  • k8s_1022:Ingress漏洞

  • k8s_1023:中间人攻击

  • k8s_1024:蠕虫挖矿木马

  • k8s_1025:K8s事件删除

  • k8s_1026:SelfSubjectRulesReview场景

  • imgblock_0001:镜像白名单阻断

  • imgblock_0002:镜像黑名单阻断

  • imgblock_0003:镜像标签白名单阻断

  • imgblock_0004:镜像标签黑名单阻断

  • imgblock_0005:创建容器白名单阻断

  • imgblock_0006:创建容器黑名单阻断

  • imgblock_0007:容器mount proc阻断

  • imgblock_0008:容器seccomp unconfined阻断

  • imgblock_0009:容器特权阻断

  • imgblock_0010:容器capabilities阻断

event_type

Integer

参数解释

事件类型

取值范围

  • 1001:通用恶意软件

  • 1002:病毒

  • 1003:蠕虫

  • 1004:木马

  • 1005:僵尸网络

  • 1006:后门

  • 1010:Rootkit

  • 1011:勒索软件

  • 1012:黑客工具

  • 1015:Webshell

  • 1016:挖矿

  • 1017:反弹Shell

  • 2001:一般漏洞利用

  • 2012:远程代码执行

  • 2047:Redis漏洞利用

  • 2048:Hadoop漏洞利用

  • 2049:MySQL漏洞利用

  • 3002:文件提权

  • 3003:进程提权

  • 3004:关键文件变更

  • 3005:文件/目录变更

  • 3007:进程异常行为

  • 3015:高危命令执行

  • 3018:异常Shell

  • 3027:Crontab可疑任务

  • 3029:系统安全防护被禁用

  • 3030:备份删除

  • 3031:异常注册表操作

  • 3036:容器镜像阻断

  • 4002:暴力破解

  • 4004:异常登录

  • 4006:非法系统账号

  • 4014:用户账号添加

  • 4020:用户密码窃取

  • 6002:端口扫描

  • 6003:主机扫描

  • 13001:Kubernetes事件删除

  • 13002:Pod异常行为

  • 13003:枚举用户信息

  • 13004:绑定集群用户角色

event_name

String

参数解释

事件名称

取值范围

字符长度1-256位

severity

String

参数解释

威胁等级

取值范围

  • Security:安全

  • Low:低危

  • Medium:中危

  • High:高危

  • Critical:危急

container_name

String

参数解释

容器实例名称,只有容器类型的告警有

取值范围

字符长度1-256位

image_name

String

参数解释

镜像名称,只有容器类型的告警有

取值范围

字符长度1-256位

host_name

String

参数解释:

服务器名称

取值范围:

字符长度1-256位

host_id

String

参数解释

主机ID

取值范围

字符长度1-64位

private_ip

String

参数解释

服务器私有IP

取值范围

字符长度1-128位

public_ip

String

参数解释

弹性公网IP地址

取值范围

字符长度1-256位

os_type

String

参数解释

操作系统类型

取值范围

  • Linux:Linux。

  • Windows:Windows。

host_status

String

服务器状态,包含如下4种。

  • ACTIVE :运行中。

  • SHUTOFF :关机。

  • BUILDING :创建中。

  • ERROR :故障。

agent_status

String

Agent状态,包含如下5种。

  • installed :已安装。

  • not_installed :未安装。

  • online :在线。

  • offline :离线。

  • install_failed :安装失败。

  • installing :安装中。

protect_status

String

防护状态,包含如下2种。

  • closed :未防护。

  • opened :防护中。

asset_value

String

资产重要性,包含如下4种

  • important :重要资产

  • common :一般资产

  • test :测试资产

attack_phase

String

参数解释

攻击阶段

取值范围

  • reconnaissance:侦查跟踪

  • weaponization:武器构建

  • delivery:载荷投递

  • exploit:漏洞利用

  • installation:安装植入

  • command_and_control:命令与控制

  • actions:目标达成

attack_tag

String

参数解释

攻击标识

取值范围

  • attack_success:攻击成功

  • attack_attempt:攻击尝试

  • attack_blocked:攻击被阻断

  • abnormal_behavior:异常行为

  • collapsible_host:主机失陷

  • system_vulnerability:系统脆弱性

occur_time

Integer

参数解释

发生时间,毫秒

取值范围

最小值0,最大值9223372036854775807

recent_time

Integer

发生时间,毫秒

handle_time

Integer

参数解释

处置时间,毫秒,已处理的告警才有

取值范围

最小值0,最大值9223372036854775807

handle_status

String

参数解释

处理状态

取值范围

  • unhandled:未处理

  • handled:已处理

handle_method

String

参数解释

处理方式,已处理的告警才有

取值范围

  • mark_as_handled:手动处理

  • ignore:忽略

  • add_to_alarm_whitelist:加入告警白名单

  • add_to_login_whitelist:加入登录白名单

  • isolate_and_kill:隔离查杀

handler

String

参数解释

备注信息,已处理的告警才有

取值范围

字符长度1-256位

memo

String

手动处理的备注

operate_accept_list

Array of strings

支持的处理操作

operate_detail_list

Array of EventDetailResponseInfo objects

操作详情信息列表(页面不展示)

forensic_info

Object

取证信息

resource_info

Object

资源信息

geo_info

Object

地理信息

network_info

Object

网络信息

app_info

Object

应用信息

system_info

Object

系统信息

malware_info

Object

恶意软件信息

extend_info

Object

扩展信息

recommendation

String

处置建议

att_ck

String

att_ck 标识

event_details

String

事件简述信息

confidence

Integer

置信度。当前只有情报和av类告警展示该字段。

process_info_list

Object

进程信息列表

user_info_list

Object

用户信息列表

file_info_list

Object

文件信息列表

registry_info_list

Object

注册表信息列表

cluster_info

Object

注册表信息列表

tag_list

Array of strings

标签列表

description

String

告警说明

event_abstract

String

告警摘要

event_count

Integer

事件发生次数

cluster_id

String

集群id

表7 EventDetailResponseInfo

参数

参数类型

描述

agent_id

String

参数解释:

Agent ID

约束限制:

不涉及

取值范围:

字符长度1-64位

默认取值:

不涉及

process_pid

Integer

参数解释

进程ID

取值范围

最小值0,最大值2147483647

is_parent

Boolean

参数解释

是否是父进程

取值范围

  • true:是父进程

  • false:不是父进程

file_hash

String

参数解释

文件哈希

取值范围

字符长度1-256位

file_path

String

参数解释

文件路径

取值范围

字符长度1-256位

file_attr

String

参数解释

文件属性

取值范围

字符长度1-256位

private_ip

String

参数解释

服务器私有IP

取值范围

字符长度1-128位

login_ip

String

参数解释

登录源IP

取值范围

字符长度1-256位

login_user_name

String

参数解释

登录用户名

取值范围

字符长度1-256位

keyword

String

告警事件关键字,仅用于告警白名单

hash

String

告警事件hash,仅用于告警白名单

表8 AntivirusResultDetailInfo

参数

参数类型

描述

result_id

String

病毒查杀结果ID

malware_name

String

病毒名称

file_path

String

参数解释

文件路径

取值范围

字符长度1-256位

file_hash

String

参数解释

文件哈希

取值范围

字符长度1-256位

file_size

Integer

参数解释:

文件大小

约束限制:

不涉及

取值范围:

最小值0,最大值9223372036854775807

默认取值:

不涉及

file_owner

String

文件属性

file_attr

String

参数解释

文件属性

取值范围

字符长度1-256位

file_ctime

Integer

文件创建时间

file_mtime

Integer

文件更新时间

update_time

Integer

更新时间,毫秒

agent_id

String

参数解释:

Agent ID

约束限制:

不涉及

取值范围:

字符长度1-64位

默认取值:

不涉及

请求示例

查询前10条已隔离的文件列表

GET https://{endpoint}/v5/{project_id}/event/isolated-file?limit=10&offset=0&enterprise_project_id=xxx

响应示例

状态码:200

请求已成功

{
  "total_num" : 1409,
  "data_list" : [ {
    "host_id" : "b44***1be-4c28-4bf3-8070-fde5****6689",
    "host_name" : "h00657476-linux-不要动不要删",
    "private_ip" : "192.168.0.93",
    "public_ip" : "100.93.10.247",
    "asset_value" : "common",
    "os_type" : "Linux",
    "file_hash" : "32d62a995215243********a611134e9891b1264e222e55d78",
    "file_path" : "/root/***e_Samples/****-CVE/39d46a0*****20c915db30d",
    "isolation_status" : "isolated",
    "file_attr" : "33261",
    "update_time" : 1737512051632,
    "agent_version" : "3.2.15.10",
    "isolate_source" : "event",
    "event_name" : "未分类恶意软件",
    "agent_event_info" : {
      "severity" : "High",
      "recommendation" : "对于恶意程序告警事件,给您提出如下建议:\n1、收到告警,请您先判断相关文件/进程是否是业务正常文件/进程,如果确认为业务正常进程,请选择相应告警事件,点击“处理”,选择\"忽略\"或“加入告警白名单”;\n2、收到告警,请您先判断相关文件/进程是否是业务正常文件/进程,如果确认为恶意文件/程序,请选择相应告警事件,点击“处理”,选择\"隔离查杀\"或手动进行病毒清理;\n3、如果恶意程序导致了您的数据丢失,且您开通了CBR服务,可以尝试从CBR服务备份中恢复数据;\n4、为了防止再次被入侵,您可以通过HSS服务风险预防-漏洞管理中修复漏洞;",
      "description" : "恶意程序告警是指计算机安全软件或系统检测到您的计算机或网络中存在恶意软件威胁时发出的警告。恶意软件是指“malicious software”(恶意软件)的简写形式,是一种计算机程序,它能够以多种途径感染合法用户的计算机并对其造成损害。恶意程序告警旨在提醒用户采取措施防范恶意软件威胁,保护计算机和网络安全。",
      "event_id" : "ac04***86-d7a9-11ef-9fd1-fa1****8dea",
      "event_class_id" : "av_1001",
      "event_type" : 1001,
      "event_name" : "未分类恶意软件",
      "host_name" : "h00657476-linux-不要动不要删",
      "host_id" : "b44d***be-4c28-4bf3-8070-fde59***c6689",
      "attack_phase" : "installation",
      "attack_tag" : "abnormal_behavior",
      "occur_time" : 1737430920000,
      "recent_time" : 1737465583543,
      "handle_time" : 1737512072882,
      "handle_status" : "handled",
      "handle_method" : "isolate_and_kill",
      "handler" : "scc_hss_g00840938_01",
      "memo" : "本次处理了2个告警,作为记录便于查看。",
      "resource_info" : {
        "project_id" : "84b5266c14ae489fa6549827f032dc62",
        "enterprise_project_id" : "0",
        "region_name" : "cn-north-7",
        "host_name" : "h00657476-linux-不要动不要删",
        "host_ip" : "192.168.0.***",
        "public_ip" : "1**.93.10.***",
        "host_id" : "b4***1be-4c28-4bf3-8070-fde***6689",
        "asset_value" : "common",
        "cloud_id" : "",
        "vm_name" : "h00657476-linux-不要动不要删",
        "vm_uuid" : "b4***1be-4c28-4bf3-8070-fde5***6689",
        "os_type" : "Linux",
        "os_name" : "HCE OS",
        "os_version" : "2.0",
        "agent_version" : "3.2.15.10"
      },
      "malware_info" : {
        "malware_family" : "Generic",
        "severity" : 0
      },
      "att_ck" : "影响破坏",
      "confidence" : 90,
      "file_info_list" : [ {
        "file_path" : "/root/******les/*****-CVE/39d46a0cd603*****db30d",
        "file_hash" : "32d62a995215243f******34e9891b1264e222e55d78"
      } ],
      "event_abstract" : "主机 h00657476-linux-不要动不要删 在 2025-01-21 11:42:00 存在可疑恶意软件,置信度值: 中 , 访问文件目录为 /root/Malware_Samples/Common-CVE/39d46a0cd60393e5571b720c915db30d 。",
      "event_count" : 4
    }
  } ]
}

状态码

状态码

描述

200

请求已成功

错误码

请参见错误码

相关文档