Class: TencentCloud::Cwp::V20180228::PrivilegeEscalationProcess

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(id = nil, uuid = nil, quuid = nil, hostip = nil, processname = nil, fullpath = nil, cmdline = nil, username = nil, usergroup = nil, procfileprivilege = nil, parentprocname = nil, parentprocuser = nil, parentprocgroup = nil, parentprocpath = nil, proctree = nil, status = nil, createtime = nil, machinename = nil, machineextrainfo = nil, pid = nil) ⇒ PrivilegeEscalationProcess

Returns a new instance of PrivilegeEscalationProcess.



35502
35503
35504
35505
35506
35507
35508
35509
35510
35511
35512
35513
35514
35515
35516
35517
35518
35519
35520
35521
35522
35523
# File 'lib/v20180228/models.rb', line 35502

def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, procfileprivilege=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, proctree=nil, status=nil, createtime=nil, machinename=nil, machineextrainfo=nil, pid=nil)
  @Id = id
  @Uuid = uuid
  @Quuid = quuid
  @Hostip = hostip
  @ProcessName = processname
  @FullPath = fullpath
  @CmdLine = cmdline
  @UserName = username
  @UserGroup = usergroup
  @ProcFilePrivilege = procfileprivilege
  @ParentProcName = parentprocname
  @ParentProcUser = parentprocuser
  @ParentProcGroup = parentprocgroup
  @ParentProcPath = parentprocpath
  @ProcTree = proctree
  @Status = status
  @CreateTime = createtime
  @MachineName = machinename
  @MachineExtraInfo = machineextrainfo
  @Pid = pid
end

Instance Attribute Details

#CmdLineObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def CmdLine
  @CmdLine
end

#CreateTimeObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def CreateTime
  @CreateTime
end

#FullPathObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def FullPath
  @FullPath
end

#HostipObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def Hostip
  @Hostip
end

#IdObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def Id
  @Id
end

#MachineExtraInfoObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def MachineExtraInfo
  @MachineExtraInfo
end

#MachineNameObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def MachineName
  @MachineName
end

#ParentProcGroupObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def ParentProcGroup
  @ParentProcGroup
end

#ParentProcNameObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def ParentProcName
  @ParentProcName
end

#ParentProcPathObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def ParentProcPath
  @ParentProcPath
end

#ParentProcUserObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def ParentProcUser
  @ParentProcUser
end

#PidObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def Pid
  @Pid
end

#ProcessNameObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def ProcessName
  @ProcessName
end

#ProcFilePrivilegeObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def ProcFilePrivilege
  @ProcFilePrivilege
end

#ProcTreeObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def ProcTree
  @ProcTree
end

#QuuidObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def Quuid
  @Quuid
end

#StatusObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def Status
  @Status
end

#UserGroupObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def UserGroup
  @UserGroup
end

#UserNameObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def UserName
  @UserName
end

#UuidObject

Parameters:

  • Id:

    数据ID

  • Uuid:

    主机安全ID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    执行命令

  • UserName:

    用户名

  • UserGroup:

    用户组

  • ProcFilePrivilege:

    进程文件权限

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户名

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • ProcTree:

    进程树

  • Status:

    处理状态:0-待处理 2-白名单 3-已处理 4-已忽略

  • CreateTime:

    发生时间

  • MachineName:

    机器名

  • MachineExtraInfo:

    附加信息

  • Pid:

    进程id



35500
35501
35502
# File 'lib/v20180228/models.rb', line 35500

def Uuid
  @Uuid
end

Instance Method Details

#deserialize(params) ⇒ Object



35525
35526
35527
35528
35529
35530
35531
35532
35533
35534
35535
35536
35537
35538
35539
35540
35541
35542
35543
35544
35545
35546
35547
35548
35549
# File 'lib/v20180228/models.rb', line 35525

def deserialize(params)
  @Id = params['Id']
  @Uuid = params['Uuid']
  @Quuid = params['Quuid']
  @Hostip = params['Hostip']
  @ProcessName = params['ProcessName']
  @FullPath = params['FullPath']
  @CmdLine = params['CmdLine']
  @UserName = params['UserName']
  @UserGroup = params['UserGroup']
  @ProcFilePrivilege = params['ProcFilePrivilege']
  @ParentProcName = params['ParentProcName']
  @ParentProcUser = params['ParentProcUser']
  @ParentProcGroup = params['ParentProcGroup']
  @ParentProcPath = params['ParentProcPath']
  @ProcTree = params['ProcTree']
  @Status = params['Status']
  @CreateTime = params['CreateTime']
  @MachineName = params['MachineName']
  unless params['MachineExtraInfo'].nil?
    @MachineExtraInfo = MachineExtraInfo.new
    @MachineExtraInfo.deserialize(params['MachineExtraInfo'])
  end
  @Pid = params['Pid']
end