Class: TencentCloud::Cwp::V20180228::MalwareInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

恶意文件详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(virusname = nil, filesize = nil, md5 = nil, filepath = nil, filecreatetime = nil, filemodifiertime = nil, harmdescribe = nil, suggestscheme = nil, serversname = nil, hostip = nil, processname = nil, processid = nil, tags = nil, breadth = nil, heat = nil, id = nil, filename = nil, createtime = nil, latestscantime = nil, reference = nil, machinewanip = nil, pstree = nil, machinestatus = nil, status = nil, level = nil, checkplatform = nil, uuid = nil, modifytime = nil, strfileaccesstime = nil, machineextrainfo = nil, references = nil, fileexists = nil, processexists = nil, firstdetectionmethod = nil) ⇒ MalwareInfo

Returns a new instance of MalwareInfo.



31958
31959
31960
31961
31962
31963
31964
31965
31966
31967
31968
31969
31970
31971
31972
31973
31974
31975
31976
31977
31978
31979
31980
31981
31982
31983
31984
31985
31986
31987
31988
31989
31990
31991
31992
31993
# File 'lib/v20180228/models.rb', line 31958

def initialize(virusname=nil, filesize=nil, md5=nil, filepath=nil, filecreatetime=nil, filemodifiertime=nil, harmdescribe=nil, suggestscheme=nil, serversname=nil, hostip=nil, processname=nil, processid=nil, tags=nil, breadth=nil, heat=nil, id=nil, filename=nil, createtime=nil, latestscantime=nil, reference=nil, machinewanip=nil, pstree=nil, machinestatus=nil, status=nil, level=nil, checkplatform=nil, uuid=nil, modifytime=nil, strfileaccesstime=nil, machineextrainfo=nil, references=nil, fileexists=nil, processexists=nil, firstdetectionmethod=nil)
  @VirusName = virusname
  @FileSize = filesize
  @MD5 = md5
  @FilePath = filepath
  @FileCreateTime = filecreatetime
  @FileModifierTime = filemodifiertime
  @HarmDescribe = harmdescribe
  @SuggestScheme = suggestscheme
  @ServersName = serversname
  @HostIp = hostip
  @ProcessName = processname
  @ProcessID = processid
  @Tags = tags
  @Breadth = breadth
  @Heat = heat
  @Id = id
  @FileName = filename
  @CreateTime = createtime
  @LatestScanTime = latestscantime
  @Reference = reference
  @MachineWanIp = machinewanip
  @PsTree = pstree
  @MachineStatus = machinestatus
  @Status = status
  @Level = level
  @CheckPlatform = checkplatform
  @Uuid = uuid
  @ModifyTime = modifytime
  @StrFileAccessTime = strfileaccesstime
  @MachineExtraInfo = machineextrainfo
  @References = references
  @FileExists = fileexists
  @ProcessExists = processexists
  @FirstDetectionMethod = firstdetectionmethod
end

Instance Attribute Details

#BreadthObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def Breadth
  @Breadth
end

#CheckPlatformObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def CheckPlatform
  @CheckPlatform
end

#CreateTimeObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def CreateTime
  @CreateTime
end

#FileCreateTimeObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def FileCreateTime
  @FileCreateTime
end

#FileExistsObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def FileExists
  @FileExists
end

#FileModifierTimeObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def FileModifierTime
  @FileModifierTime
end

#FileNameObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def FileName
  @FileName
end

#FilePathObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def FilePath
  @FilePath
end

#FileSizeObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def FileSize
  @FileSize
end

#FirstDetectionMethodObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def FirstDetectionMethod
  @FirstDetectionMethod
end

#HarmDescribeObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def HarmDescribe
  @HarmDescribe
end

#HeatObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def Heat
  @Heat
end

#HostIpObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def HostIp
  @HostIp
end

#IdObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def Id
  @Id
end

#LatestScanTimeObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def LatestScanTime
  @LatestScanTime
end

#LevelObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def Level
  @Level
end

#MachineExtraInfoObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def MachineExtraInfo
  @MachineExtraInfo
end

#MachineStatusObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def MachineStatus
  @MachineStatus
end

#MachineWanIpObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def MachineWanIp
  @MachineWanIp
end

#MD5Object

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def MD5
  @MD5
end

#ModifyTimeObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def ModifyTime
  @ModifyTime
end

#ProcessExistsObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def ProcessExists
  @ProcessExists
end

#ProcessIDObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def ProcessID
  @ProcessID
end

#ProcessNameObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def ProcessName
  @ProcessName
end

#PsTreeObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def PsTree
  @PsTree
end

#ReferenceObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def Reference
  @Reference
end

#ReferencesObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def References
  @References
end

#ServersNameObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def ServersName
  @ServersName
end

#StatusObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def Status
  @Status
end

#StrFileAccessTimeObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def StrFileAccessTime
  @StrFileAccessTime
end

#SuggestSchemeObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def SuggestScheme
  @SuggestScheme
end

#TagsObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def Tags
  @Tags
end

#UuidObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def Uuid
  @Uuid
end

#VirusNameObject

Parameters:

  • VirusName:

    病毒名称

  • FileSize:

    文件大小

  • MD5:

    文件MD5

  • FilePath:

    文件地址

  • FileCreateTime:

    首次运行时间

  • FileModifierTime:

    最近一次运行时间

  • HarmDescribe:

    危害描述

  • SuggestScheme:

    建议方案

  • ServersName:

    服务器名称

  • HostIp:

    服务器IP

  • ProcessName:

    进程名称

  • ProcessID:

    进程ID

  • Tags:

    标签特性

  • Breadth:

    影响广度 // 暂时不提供

  • Heat:

    查询热度 // 暂时不提供

  • Id:

    唯一ID

  • FileName:

    文件名称

  • CreateTime:

    首次发现时间

  • LatestScanTime:

    最近扫描时间

  • Reference:

    参考链接

  • MachineWanIp:

    外网ip

  • PsTree:

    进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源

  • MachineStatus:

    主机在线状态 OFFLINE ONLINE

  • Status:

    状态;4-:待处理,5-已信任,6-已隔离

  • Level:

    风险等级 0提示、1低、2中、3高、4严重

  • CheckPlatform:

    木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报

  • Uuid:

    主机uuid

  • ModifyTime:

    最近修改时间

  • StrFileAccessTime:

    最近访问时间

  • MachineExtraInfo:

    附加信息

  • References:

    参考链接

  • FileExists:

    木马文件是否存在

  • ProcessExists:

    木马进程是否存在

  • FirstDetectionMethod:

    首次检出方式0扫描;1实时监控



31956
31957
31958
# File 'lib/v20180228/models.rb', line 31956

def VirusName
  @VirusName
end

Instance Method Details

#deserialize(params) ⇒ Object



31995
31996
31997
31998
31999
32000
32001
32002
32003
32004
32005
32006
32007
32008
32009
32010
32011
32012
32013
32014
32015
32016
32017
32018
32019
32020
32021
32022
32023
32024
32025
32026
32027
32028
32029
32030
32031
32032
32033
# File 'lib/v20180228/models.rb', line 31995

def deserialize(params)
  @VirusName = params['VirusName']
  @FileSize = params['FileSize']
  @MD5 = params['MD5']
  @FilePath = params['FilePath']
  @FileCreateTime = params['FileCreateTime']
  @FileModifierTime = params['FileModifierTime']
  @HarmDescribe = params['HarmDescribe']
  @SuggestScheme = params['SuggestScheme']
  @ServersName = params['ServersName']
  @HostIp = params['HostIp']
  @ProcessName = params['ProcessName']
  @ProcessID = params['ProcessID']
  @Tags = params['Tags']
  @Breadth = params['Breadth']
  @Heat = params['Heat']
  @Id = params['Id']
  @FileName = params['FileName']
  @CreateTime = params['CreateTime']
  @LatestScanTime = params['LatestScanTime']
  @Reference = params['Reference']
  @MachineWanIp = params['MachineWanIp']
  @PsTree = params['PsTree']
  @MachineStatus = params['MachineStatus']
  @Status = params['Status']
  @Level = params['Level']
  @CheckPlatform = params['CheckPlatform']
  @Uuid = params['Uuid']
  @ModifyTime = params['ModifyTime']
  @StrFileAccessTime = params['StrFileAccessTime']
  unless params['MachineExtraInfo'].nil?
    @MachineExtraInfo = MachineExtraInfo.new
    @MachineExtraInfo.deserialize(params['MachineExtraInfo'])
  end
  @References = params['References']
  @FileExists = params['FileExists']
  @ProcessExists = params['ProcessExists']
  @FirstDetectionMethod = params['FirstDetectionMethod']
end