public class ReverseShell extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCmdLine()Get 命令详情 | 
| String | getCmdLineQuote()Get 命令详情的转义后内容,供正则加白全字符串匹配使用 | 
| String | getCreateTime()Get 产生时间 | 
| Long | getDetectBy()Get 检测方法: 0行为分析; 1命令特征检测 | 
| String | getDstIp()Get 目标IP | 
| Long | getDstPort()Get 目标端口 | 
| String | getFullPath()Get 进程路径 | 
| String | getHostip()Get 主机内网IP | 
| Long | getId()Get ID 主键 | 
| MachineExtraInfo | getMachineExtraInfo()Get  主机额外信息 | 
| String | getMachineName()Get 主机名 | 
| String | getParentProcGroup()Get 父进程用户组 | 
| String | getParentProcName()Get 父进程名 | 
| String | getParentProcPath()Get 父进程路径 | 
| String | getParentProcUser()Get 父进程用户 | 
| Long | getPid()Get 进程id | 
| String | getProcessName()Get 进程名 | 
| String | getProcTree()Get 进程树 | 
| String | getQuuid()Get 主机ID | 
| Long | getRiskLevel()Get 威胁等级:0中危,1高危 | 
| Long | getStatus()Get 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略 6-已拦截 | 
| String | getUserGroup()Get 执行用户组 | 
| String | getUserName()Get 执行用户 | 
| String | getUuid()Get 主机安全UUID | 
| void | setCmdLine(String CmdLine)Set 命令详情 | 
| void | setCmdLineQuote(String CmdLineQuote)Set 命令详情的转义后内容,供正则加白全字符串匹配使用 | 
| void | setCreateTime(String CreateTime)Set 产生时间 | 
| void | setDetectBy(Long DetectBy)Set 检测方法: 0行为分析; 1命令特征检测 | 
| void | setDstIp(String DstIp)Set 目标IP | 
| void | setDstPort(Long DstPort)Set 目标端口 | 
| void | setFullPath(String FullPath)Set 进程路径 | 
| void | setHostip(String Hostip)Set 主机内网IP | 
| void | setId(Long Id)Set ID 主键 | 
| void | setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)Set  主机额外信息 | 
| void | setMachineName(String MachineName)Set 主机名 | 
| void | setParentProcGroup(String ParentProcGroup)Set 父进程用户组 | 
| void | setParentProcName(String ParentProcName)Set 父进程名 | 
| void | setParentProcPath(String ParentProcPath)Set 父进程路径 | 
| void | setParentProcUser(String ParentProcUser)Set 父进程用户 | 
| void | setPid(Long Pid)Set 进程id | 
| void | setProcessName(String ProcessName)Set 进程名 | 
| void | setProcTree(String ProcTree)Set 进程树 | 
| void | setQuuid(String Quuid)Set 主机ID | 
| void | setRiskLevel(Long RiskLevel)Set 威胁等级:0中危,1高危 | 
| void | setStatus(Long Status)Set 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略 6-已拦截 | 
| void | setUserGroup(String UserGroup)Set 执行用户组 | 
| void | setUserName(String UserName)Set 执行用户 | 
| void | setUuid(String Uuid)Set 主机安全UUID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ReverseShell()
public ReverseShell(ReverseShell source)
public Long getId()
public void setId(Long Id)
Id - ID 主键public String getUuid()
public void setUuid(String Uuid)
Uuid - 主机安全UUIDpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid - 主机IDpublic String getHostip()
public void setHostip(String Hostip)
Hostip - 主机内网IPpublic String getDstIp()
public void setDstIp(String DstIp)
DstIp - 目标IPpublic Long getDstPort()
public void setDstPort(Long DstPort)
DstPort - 目标端口public String getProcessName()
public void setProcessName(String ProcessName)
ProcessName - 进程名public String getFullPath()
public void setFullPath(String FullPath)
FullPath - 进程路径public String getCmdLine()
public void setCmdLine(String CmdLine)
CmdLine - 命令详情public String getUserName()
public void setUserName(String UserName)
UserName - 执行用户public String getUserGroup()
public void setUserGroup(String UserGroup)
UserGroup - 执行用户组public String getParentProcName()
public void setParentProcName(String ParentProcName)
ParentProcName - 父进程名public String getParentProcUser()
public void setParentProcUser(String ParentProcUser)
ParentProcUser - 父进程用户public String getParentProcGroup()
public void setParentProcGroup(String ParentProcGroup)
ParentProcGroup - 父进程用户组public String getParentProcPath()
public void setParentProcPath(String ParentProcPath)
ParentProcPath - 父进程路径public Long getStatus()
public void setStatus(Long Status)
Status - 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略 6-已拦截public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 产生时间public String getMachineName()
public void setMachineName(String MachineName)
MachineName - 主机名public String getProcTree()
public void setProcTree(String ProcTree)
ProcTree - 进程树public Long getDetectBy()
public void setDetectBy(Long DetectBy)
DetectBy - 检测方法: 0行为分析; 1命令特征检测public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo - 主机额外信息public Long getPid()
public void setPid(Long Pid)
Pid - 进程idpublic Long getRiskLevel()
public void setRiskLevel(Long RiskLevel)
RiskLevel - 威胁等级:0中危,1高危public String getCmdLineQuote()
public void setCmdLineQuote(String CmdLineQuote)
CmdLineQuote - 命令详情的转义后内容,供正则加白全字符串匹配使用Copyright © 2025. All rights reserved.