Class: TencentCloud::Yunjing::V20180228::ReverseShell

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

Overview

反弹Shell数据

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, uuid = nil, quuid = nil, hostip = nil, dstip = nil, dstport = nil, processname = nil, fullpath = nil, cmdline = nil, username = nil, usergroup = nil, parentprocname = nil, parentprocuser = nil, parentprocgroup = nil, parentprocpath = nil, status = nil, createtime = nil, machinename = nil, proctree = nil) ⇒ ReverseShell

Returns a new instance of ReverseShell.



6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
# File 'lib/v20180228/models.rb', line 6168

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

Instance Attribute Details

#CmdLineObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def CmdLine
  @CmdLine
end

#CreateTimeObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def CreateTime
  @CreateTime
end

#DstIpObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def DstIp
  @DstIp
end

#DstPortObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def DstPort
  @DstPort
end

#FullPathObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def FullPath
  @FullPath
end

#HostipObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def Hostip
  @Hostip
end

#IdObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def Id
  @Id
end

#MachineNameObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def MachineName
  @MachineName
end

#ParentProcGroupObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def ParentProcGroup
  @ParentProcGroup
end

#ParentProcNameObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def ParentProcName
  @ParentProcName
end

#ParentProcPathObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def ParentProcPath
  @ParentProcPath
end

#ParentProcUserObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def ParentProcUser
  @ParentProcUser
end

#ProcessNameObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def ProcessName
  @ProcessName
end

#ProcTreeObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def ProcTree
  @ProcTree
end

#QuuidObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def Quuid
  @Quuid
end

#StatusObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def Status
  @Status
end

#UserGroupObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def UserGroup
  @UserGroup
end

#UserNameObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def UserName
  @UserName
end

#UuidObject

Parameters:

  • Id:

    ID

  • Uuid:

    云镜UUID

  • Quuid:

    主机ID

  • Hostip:

    主机内网IP

  • DstIp:

    目标IP

  • DstPort:

    目标端口

  • ProcessName:

    进程名

  • FullPath:

    进程路径

  • CmdLine:

    命令详情

  • UserName:

    执行用户

  • UserGroup:

    执行用户组

  • ParentProcName:

    父进程名

  • ParentProcUser:

    父进程用户

  • ParentProcGroup:

    父进程用户组

  • ParentProcPath:

    父进程路径

  • Status:

    处理状态

  • CreateTime:

    产生时间

  • MachineName:

    主机名

  • ProcTree:

    进程树



6166
6167
6168
# File 'lib/v20180228/models.rb', line 6166

def Uuid
  @Uuid
end

Instance Method Details

#deserialize(params) ⇒ Object



6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
# File 'lib/v20180228/models.rb', line 6190

def deserialize(params)
  @Id = params['Id']
  @Uuid = params['Uuid']
  @Quuid = params['Quuid']
  @Hostip = params['Hostip']
  @DstIp = params['DstIp']
  @DstPort = params['DstPort']
  @ProcessName = params['ProcessName']
  @FullPath = params['FullPath']
  @CmdLine = params['CmdLine']
  @UserName = params['UserName']
  @UserGroup = params['UserGroup']
  @ParentProcName = params['ParentProcName']
  @ParentProcUser = params['ParentProcUser']
  @ParentProcGroup = params['ParentProcGroup']
  @ParentProcPath = params['ParentProcPath']
  @Status = params['Status']
  @CreateTime = params['CreateTime']
  @MachineName = params['MachineName']
  @ProcTree = params['ProcTree']
end