Class ReverseShell
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ReverseShell
-
public class ReverseShell extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReverseShell()ReverseShell(ReverseShell source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCmdLine()Get 命令详情StringgetCreateTime()Get 产生时间LonggetDetectBy()Get 检测方法StringgetDstIp()Get 目标IPLonggetDstPort()Get 目标端口StringgetFullPath()Get 进程路径StringgetHostip()Get 主机内网IPLonggetId()Get ID 主键MachineExtraInfogetMachineExtraInfo()Get 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。StringgetMachineName()Get 主机名StringgetParentProcGroup()Get 父进程用户组StringgetParentProcName()Get 父进程名StringgetParentProcPath()Get 父进程路径StringgetParentProcUser()Get 父进程用户LonggetPid()Get 进程id 注意:此字段可能返回 null,表示取不到有效值。StringgetProcessName()Get 进程名StringgetProcTree()Get 进程树StringgetQuuid()Get 主机IDLonggetStatus()Get 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略StringgetUserGroup()Get 执行用户组StringgetUserName()Get 执行用户StringgetUuid()Get 主机安全UUIDvoidsetCmdLine(String CmdLine)Set 命令详情voidsetCreateTime(String CreateTime)Set 产生时间voidsetDetectBy(Long DetectBy)Set 检测方法voidsetDstIp(String DstIp)Set 目标IPvoidsetDstPort(Long DstPort)Set 目标端口voidsetFullPath(String FullPath)Set 进程路径voidsetHostip(String Hostip)Set 主机内网IPvoidsetId(Long Id)Set ID 主键voidsetMachineExtraInfo(MachineExtraInfo MachineExtraInfo)Set 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。voidsetMachineName(String MachineName)Set 主机名voidsetParentProcGroup(String ParentProcGroup)Set 父进程用户组voidsetParentProcName(String ParentProcName)Set 父进程名voidsetParentProcPath(String ParentProcPath)Set 父进程路径voidsetParentProcUser(String ParentProcUser)Set 父进程用户voidsetPid(Long Pid)Set 进程id 注意:此字段可能返回 null,表示取不到有效值。voidsetProcessName(String ProcessName)Set 进程名voidsetProcTree(String ProcTree)Set 进程树voidsetQuuid(String Quuid)Set 主机IDvoidsetStatus(Long Status)Set 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略voidsetUserGroup(String UserGroup)Set 执行用户组voidsetUserName(String UserName)Set 执行用户voidsetUuid(String Uuid)Set 主机安全UUIDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ReverseShell
public ReverseShell()
-
ReverseShell
public ReverseShell(ReverseShell source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getId
public Long getId()
Get ID 主键- Returns:
- Id ID 主键
-
setId
public void setId(Long Id)
Set ID 主键- Parameters:
Id- ID 主键
-
getUuid
public String getUuid()
Get 主机安全UUID- Returns:
- Uuid 主机安全UUID
-
setUuid
public void setUuid(String Uuid)
Set 主机安全UUID- Parameters:
Uuid- 主机安全UUID
-
getQuuid
public String getQuuid()
Get 主机ID- Returns:
- Quuid 主机ID
-
setQuuid
public void setQuuid(String Quuid)
Set 主机ID- Parameters:
Quuid- 主机ID
-
getHostip
public String getHostip()
Get 主机内网IP- Returns:
- Hostip 主机内网IP
-
setHostip
public void setHostip(String Hostip)
Set 主机内网IP- Parameters:
Hostip- 主机内网IP
-
getDstIp
public String getDstIp()
Get 目标IP- Returns:
- DstIp 目标IP
-
setDstIp
public void setDstIp(String DstIp)
Set 目标IP- Parameters:
DstIp- 目标IP
-
getDstPort
public Long getDstPort()
Get 目标端口- Returns:
- DstPort 目标端口
-
setDstPort
public void setDstPort(Long DstPort)
Set 目标端口- Parameters:
DstPort- 目标端口
-
getProcessName
public String getProcessName()
Get 进程名- Returns:
- ProcessName 进程名
-
setProcessName
public void setProcessName(String ProcessName)
Set 进程名- Parameters:
ProcessName- 进程名
-
getFullPath
public String getFullPath()
Get 进程路径- Returns:
- FullPath 进程路径
-
setFullPath
public void setFullPath(String FullPath)
Set 进程路径- Parameters:
FullPath- 进程路径
-
getCmdLine
public String getCmdLine()
Get 命令详情- Returns:
- CmdLine 命令详情
-
setCmdLine
public void setCmdLine(String CmdLine)
Set 命令详情- Parameters:
CmdLine- 命令详情
-
getUserName
public String getUserName()
Get 执行用户- Returns:
- UserName 执行用户
-
setUserName
public void setUserName(String UserName)
Set 执行用户- Parameters:
UserName- 执行用户
-
getUserGroup
public String getUserGroup()
Get 执行用户组- Returns:
- UserGroup 执行用户组
-
setUserGroup
public void setUserGroup(String UserGroup)
Set 执行用户组- Parameters:
UserGroup- 执行用户组
-
getParentProcName
public String getParentProcName()
Get 父进程名- Returns:
- ParentProcName 父进程名
-
setParentProcName
public void setParentProcName(String ParentProcName)
Set 父进程名- Parameters:
ParentProcName- 父进程名
-
getParentProcUser
public String getParentProcUser()
Get 父进程用户- Returns:
- ParentProcUser 父进程用户
-
setParentProcUser
public void setParentProcUser(String ParentProcUser)
Set 父进程用户- Parameters:
ParentProcUser- 父进程用户
-
getParentProcGroup
public String getParentProcGroup()
Get 父进程用户组- Returns:
- ParentProcGroup 父进程用户组
-
setParentProcGroup
public void setParentProcGroup(String ParentProcGroup)
Set 父进程用户组- Parameters:
ParentProcGroup- 父进程用户组
-
getParentProcPath
public String getParentProcPath()
Get 父进程路径- Returns:
- ParentProcPath 父进程路径
-
setParentProcPath
public void setParentProcPath(String ParentProcPath)
Set 父进程路径- Parameters:
ParentProcPath- 父进程路径
-
getStatus
public Long getStatus()
Get 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略- Returns:
- Status 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略
-
setStatus
public void setStatus(Long Status)
Set 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略- Parameters:
Status- 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略
-
getCreateTime
public String getCreateTime()
Get 产生时间- Returns:
- CreateTime 产生时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 产生时间- Parameters:
CreateTime- 产生时间
-
getMachineName
public String getMachineName()
Get 主机名- Returns:
- MachineName 主机名
-
setMachineName
public void setMachineName(String MachineName)
Set 主机名- Parameters:
MachineName- 主机名
-
getProcTree
public String getProcTree()
Get 进程树- Returns:
- ProcTree 进程树
-
setProcTree
public void setProcTree(String ProcTree)
Set 进程树- Parameters:
ProcTree- 进程树
-
getDetectBy
public Long getDetectBy()
Get 检测方法- Returns:
- DetectBy 检测方法
-
setDetectBy
public void setDetectBy(Long DetectBy)
Set 检测方法- Parameters:
DetectBy- 检测方法
-
getMachineExtraInfo
public MachineExtraInfo getMachineExtraInfo()
Get 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MachineExtraInfo 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。
-
setMachineExtraInfo
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MachineExtraInfo- 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。
-
getPid
public Long getPid()
Get 进程id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Pid 进程id 注意:此字段可能返回 null,表示取不到有效值。
-
setPid
public void setPid(Long Pid)
Set 进程id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Pid- 进程id 注意:此字段可能返回 null,表示取不到有效值。
-
-