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 Command details
|
String |
getCreateTime()
Get Occurrence time
|
Long |
getDetectBy()
Get Detection method: 0: behavior analysis; 1 command feature detection
|
String |
getDstIp()
Get Target IP
|
Long |
getDstPort()
Get Target port
|
String |
getFullPath()
Get Process path
|
String |
getHostip()
Get Host private IP address
|
Long |
getId()
Get ID primary key
|
MachineExtraInfo |
getMachineExtraInfo()
Get Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMachineName()
Get Server name
|
String |
getParentProcGroup()
Get Parent process user group
|
String |
getParentProcName()
Get Parent process name
|
String |
getParentProcPath()
Get Parent process path
|
String |
getParentProcUser()
Get Parent process user
|
Long |
getPid()
Get Process ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getProcessName()
Get Process name
|
String |
getProcTree()
Get Process tree
|
String |
getQuuid()
Get Server ID
|
Long |
getRiskLevel()
Get Threat level: 0 - medium-risk; 1 - high-risk
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Processing status: 0 - pending; 2 - allowlisted; 3 - processed; 4 - ignored
|
String |
getUserGroup()
Get Executing user group
|
String |
getUserName()
Get Executing user
|
String |
getUuid()
Get CWPP UUID
|
void |
setCmdLine(String CmdLine)
Set Command details
|
void |
setCreateTime(String CreateTime)
Set Occurrence time
|
void |
setDetectBy(Long DetectBy)
Set Detection method: 0: behavior analysis; 1 command feature detection
|
void |
setDstIp(String DstIp)
Set Target IP
|
void |
setDstPort(Long DstPort)
Set Target port
|
void |
setFullPath(String FullPath)
Set Process path
|
void |
setHostip(String Hostip)
Set Host private IP address
|
void |
setId(Long Id)
Set ID primary key
|
void |
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMachineName(String MachineName)
Set Server name
|
void |
setParentProcGroup(String ParentProcGroup)
Set Parent process user group
|
void |
setParentProcName(String ParentProcName)
Set Parent process name
|
void |
setParentProcPath(String ParentProcPath)
Set Parent process path
|
void |
setParentProcUser(String ParentProcUser)
Set Parent process user
|
void |
setPid(Long Pid)
Set Process ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProcessName(String ProcessName)
Set Process name
|
void |
setProcTree(String ProcTree)
Set Process tree
|
void |
setQuuid(String Quuid)
Set Server ID
|
void |
setRiskLevel(Long RiskLevel)
Set Threat level: 0 - medium-risk; 1 - high-risk
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Processing status: 0 - pending; 2 - allowlisted; 3 - processed; 4 - ignored
|
void |
setUserGroup(String UserGroup)
Set Executing user group
|
void |
setUserName(String UserName)
Set Executing user
|
void |
setUuid(String Uuid)
Set CWPP UUID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ReverseShell()
public ReverseShell(ReverseShell source)
public Long getId()
public void setId(Long Id)
Id
- ID primary keypublic String getUuid()
public void setUuid(String Uuid)
Uuid
- CWPP UUIDpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Server IDpublic String getHostip()
public void setHostip(String Hostip)
Hostip
- Host private IP addresspublic String getDstIp()
public void setDstIp(String DstIp)
DstIp
- Target IPpublic Long getDstPort()
public void setDstPort(Long DstPort)
DstPort
- Target portpublic String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- Process namepublic String getFullPath()
public void setFullPath(String FullPath)
FullPath
- Process pathpublic String getCmdLine()
public void setCmdLine(String CmdLine)
CmdLine
- Command detailspublic String getUserName()
public void setUserName(String UserName)
UserName
- Executing userpublic String getUserGroup()
public void setUserGroup(String UserGroup)
UserGroup
- Executing user grouppublic String getParentProcName()
public void setParentProcName(String ParentProcName)
ParentProcName
- Parent process namepublic String getParentProcUser()
public void setParentProcUser(String ParentProcUser)
ParentProcUser
- Parent process userpublic String getParentProcGroup()
public void setParentProcGroup(String ParentProcGroup)
ParentProcGroup
- Parent process user grouppublic String getParentProcPath()
public void setParentProcPath(String ParentProcPath)
ParentProcPath
- Parent process pathpublic Long getStatus()
public void setStatus(Long Status)
Status
- Processing status: 0 - pending; 2 - allowlisted; 3 - processed; 4 - ignoredpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Occurrence timepublic String getMachineName()
public void setMachineName(String MachineName)
MachineName
- Server namepublic String getProcTree()
public void setProcTree(String ProcTree)
ProcTree
- Process treepublic Long getDetectBy()
public void setDetectBy(Long DetectBy)
DetectBy
- Detection method: 0: behavior analysis; 1 command feature detectionpublic MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo
- Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.public Long getPid()
public void setPid(Long Pid)
Pid
- Process ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getRiskLevel()
public void setRiskLevel(Long RiskLevel)
RiskLevel
- Threat level: 0 - medium-risk; 1 - high-risk
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.