public class ReverseShellEventInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReverseShellEventInfo() |
ReverseShellEventInfo(ReverseShellEventInfo 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
|
String |
getDstIp()
Get Target IP
|
Long |
getDstPort()
Get Target port
|
String |
getFullPath()
Get Process path
|
String |
getHarmDescribe()
Get Description
|
String |
getHostIp()
Get Host private IP address
|
Long |
getId()
Get ID primary key
|
String |
getMachineName()
Get Host name
|
String |
getMachineStatus()
Get Host online status: OFFLINE; ONLINE
|
String |
getMachineWanIp()
Get Host public IP address
|
String |
getModifyTime()
Get Processing time
|
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
|
String |
getProcessName()
Get Process name
|
String |
getPsTree()
Get Process tree json; pid: process ID; exe: file path; account: groups and users to which the process belongs; cmdline: execute commands; ssh_service: ssh service IP, ssh_source: log-in source
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getQuuid()
Get Host ID
|
String[] |
getReferences()
Get Reference link
|
Long |
getStatus()
Get Processing status: 0: pending; 2: allowlisted; 3: processed; 4: ignored
|
String |
getSuggestScheme()
Get Recommended solution
|
String[] |
getTags()
Get Tag
|
String |
getUserGroup()
Get User group for execution
|
String |
getUserName()
Get User for execution
|
String |
getUuid()
Get Yunjing UUID
|
void |
setCmdLine(String CmdLine)
Set Command details
|
void |
setCreateTime(String CreateTime)
Set Occurrence time
|
void |
setDetectBy(Long DetectBy)
Set Detection method
|
void |
setDstIp(String DstIp)
Set Target IP
|
void |
setDstPort(Long DstPort)
Set Target port
|
void |
setFullPath(String FullPath)
Set Process path
|
void |
setHarmDescribe(String HarmDescribe)
Set Description
|
void |
setHostIp(String HostIp)
Set Host private IP address
|
void |
setId(Long Id)
Set ID primary key
|
void |
setMachineName(String MachineName)
Set Host name
|
void |
setMachineStatus(String MachineStatus)
Set Host online status: OFFLINE; ONLINE
|
void |
setMachineWanIp(String MachineWanIp)
Set Host public IP address
|
void |
setModifyTime(String ModifyTime)
Set Processing time
|
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 |
setProcessName(String ProcessName)
Set Process name
|
void |
setPsTree(String PsTree)
Set Process tree json; pid: process ID; exe: file path; account: groups and users to which the process belongs; cmdline: execute commands; ssh_service: ssh service IP, ssh_source: log-in source
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQuuid(String Quuid)
Set Host ID
|
void |
setReferences(String[] References)
Set Reference link
|
void |
setStatus(Long Status)
Set Processing status: 0: pending; 2: allowlisted; 3: processed; 4: ignored
|
void |
setSuggestScheme(String SuggestScheme)
Set Recommended solution
|
void |
setTags(String[] Tags)
Set Tag
|
void |
setUserGroup(String UserGroup)
Set User group for execution
|
void |
setUserName(String UserName)
Set User for execution
|
void |
setUuid(String Uuid)
Set Yunjing 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 ReverseShellEventInfo()
public ReverseShellEventInfo(ReverseShellEventInfo source)
public Long getId()
public void setId(Long Id)
Id
- ID primary keypublic String getUuid()
public void setUuid(String Uuid)
Uuid
- Yunjing UUIDpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Host 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
- User for executionpublic String getUserGroup()
public void setUserGroup(String UserGroup)
UserGroup
- User group for executionpublic 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
- Host namepublic Long getDetectBy()
public void setDetectBy(Long DetectBy)
DetectBy
- Detection methodpublic String getPsTree()
public void setPsTree(String PsTree)
PsTree
- Process tree json; pid: process ID; exe: file path; account: groups and users to which the process belongs; cmdline: execute commands; ssh_service: ssh service IP, ssh_source: log-in source
Note: This field may return null, indicating that no valid values can be obtained.public String getSuggestScheme()
public void setSuggestScheme(String SuggestScheme)
SuggestScheme
- Recommended solutionpublic String getHarmDescribe()
public void setHarmDescribe(String HarmDescribe)
HarmDescribe
- Descriptionpublic String[] getTags()
public void setTags(String[] Tags)
Tags
- Tagpublic String[] getReferences()
public void setReferences(String[] References)
References
- Reference linkpublic String getMachineWanIp()
public void setMachineWanIp(String MachineWanIp)
MachineWanIp
- Host public IP addresspublic String getMachineStatus()
public void setMachineStatus(String MachineStatus)
MachineStatus
- Host online status: OFFLINE; ONLINEpublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Processing timeCopyright © 2024. All rights reserved.