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 命令详情
|
String |
getCreateTime()
Get 产生时间
|
Long |
getDetectBy()
Get 检测方法
|
String |
getDstIp()
Get 目标IP
|
Long |
getDstPort()
Get 目标端口
|
String |
getFullPath()
Get 进程路径
|
String |
getHarmDescribe()
Get 描述
|
String |
getHostIp()
Get 主机内网IP
|
Long |
getId()
Get ID 主键
|
String |
getMachineName()
Get 主机名
|
String |
getMachineStatus()
Get 主机在线状态 OFFLINE ONLINE
|
String |
getMachineWanIp()
Get 主机外网ip
|
String |
getModifyTime()
Get 处理时间
|
String |
getParentProcGroup()
Get 父进程用户组
|
String |
getParentProcName()
Get 父进程名
|
String |
getParentProcPath()
Get 父进程路径
|
String |
getParentProcUser()
Get 父进程用户
|
String |
getProcessName()
Get 进程名
|
String |
getPsTree()
Get 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源
|
String |
getQuuid()
Get 主机uuid
|
String[] |
getReferences()
Get 参考链接
|
Long |
getStatus()
Get 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略
|
String |
getSuggestScheme()
Get 建议方案
|
String[] |
getTags()
Get 标签
|
String |
getUserGroup()
Get 执行用户组
|
String |
getUserName()
Get 执行用户
|
String |
getUuid()
Get 主机安全uuid
|
void |
setCmdLine(String CmdLine)
Set 命令详情
|
void |
setCreateTime(String CreateTime)
Set 产生时间
|
void |
setDetectBy(Long DetectBy)
Set 检测方法
|
void |
setDstIp(String DstIp)
Set 目标IP
|
void |
setDstPort(Long DstPort)
Set 目标端口
|
void |
setFullPath(String FullPath)
Set 进程路径
|
void |
setHarmDescribe(String HarmDescribe)
Set 描述
|
void |
setHostIp(String HostIp)
Set 主机内网IP
|
void |
setId(Long Id)
Set ID 主键
|
void |
setMachineName(String MachineName)
Set 主机名
|
void |
setMachineStatus(String MachineStatus)
Set 主机在线状态 OFFLINE ONLINE
|
void |
setMachineWanIp(String MachineWanIp)
Set 主机外网ip
|
void |
setModifyTime(String ModifyTime)
Set 处理时间
|
void |
setParentProcGroup(String ParentProcGroup)
Set 父进程用户组
|
void |
setParentProcName(String ParentProcName)
Set 父进程名
|
void |
setParentProcPath(String ParentProcPath)
Set 父进程路径
|
void |
setParentProcUser(String ParentProcUser)
Set 父进程用户
|
void |
setProcessName(String ProcessName)
Set 进程名
|
void |
setPsTree(String PsTree)
Set 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源
|
void |
setQuuid(String Quuid)
Set 主机uuid
|
void |
setReferences(String[] References)
Set 参考链接
|
void |
setStatus(Long Status)
Set 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略
|
void |
setSuggestScheme(String SuggestScheme)
Set 建议方案
|
void |
setTags(String[] Tags)
Set 标签
|
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, toJsonString
public ReverseShellEventInfo()
public ReverseShellEventInfo(ReverseShellEventInfo 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
- 主机uuidpublic 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-已忽略public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 产生时间public String getMachineName()
public void setMachineName(String MachineName)
MachineName
- 主机名public Long getDetectBy()
public void setDetectBy(Long DetectBy)
DetectBy
- 检测方法public String getPsTree()
public void setPsTree(String PsTree)
PsTree
- 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源public String getSuggestScheme()
public void setSuggestScheme(String SuggestScheme)
SuggestScheme
- 建议方案public String getHarmDescribe()
public void setHarmDescribe(String HarmDescribe)
HarmDescribe
- 描述public String[] getTags()
public void setTags(String[] Tags)
Tags
- 标签public String[] getReferences()
public void setReferences(String[] References)
References
- 参考链接public String getMachineWanIp()
public void setMachineWanIp(String MachineWanIp)
MachineWanIp
- 主机外网ippublic String getMachineStatus()
public void setMachineStatus(String MachineStatus)
MachineStatus
- 主机在线状态 OFFLINE ONLINEpublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 处理时间Copyright © 2024. All rights reserved.