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.



31507
31508
31509
31510
31511
31512
31513
31514
31515
31516
31517
31518
31519
31520
31521
31522
31523
31524
31525
31526
31527
31528
31529
31530
31531
31532
31533
31534
31535
31536
31537
31538
31539
31540
31541
31542
# File 'lib/v20180228/models.rb', line 31507

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

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实时监控



31505
31506
31507
# File 'lib/v20180228/models.rb', line 31505

def VirusName
  @VirusName
end

Instance Method Details

#deserialize(params) ⇒ Object



31544
31545
31546
31547
31548
31549
31550
31551
31552
31553
31554
31555
31556
31557
31558
31559
31560
31561
31562
31563
31564
31565
31566
31567
31568
31569
31570
31571
31572
31573
31574
31575
31576
31577
31578
31579
31580
31581
31582
# File 'lib/v20180228/models.rb', line 31544

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