public class NetAttackEventInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
NetAttackEventInfo() |
NetAttackEventInfo(NetAttackEventInfo 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 |
getAbnormalAction()
Get 异常行为
|
Long |
getAttackLevel()
Get 漏洞攻击热度
|
Long |
getCount()
Get 攻击次数
|
String |
getCVEId()
Get 漏洞CVE编号
|
Long |
getDstPort()
Get 目标端口
|
String |
getHostOpProcessTree()
Get 进程树,需要用base64 解码
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getHostOpType()
Get 0:无失陷行为 1: rce(命令执行) 2: dnslog 3: writefile
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getId()
Get 事件id
|
String |
getLocation()
Get 攻击源地
|
MachineExtraInfo |
getMachineExtraInfo()
Get 主机额外信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMergeTime()
Get 攻击发生时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNetPayload()
Get 攻击数据包
|
Long |
getPayVersion()
Get 机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版
|
String |
getQuuid()
Get cvm uuid
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSrcIP()
Get 攻击源ip
|
Long |
getStatus()
Get 处理状态,0 待处理 1 已处理 2 已加白 3 已忽略 4 已删除 5: 已开启防御
|
String |
getSvcPs()
Get 服务进程 base64
|
Long |
getType()
Get 0: 尝试攻击 1:攻击成功
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUuid()
Get 主机uuid
|
Long |
getVulDefenceStatus()
Get 漏洞防御状态,0关闭,1开启
|
Long |
getVulId()
Get 漏洞id
|
String |
getVulName()
Get 漏洞名称
|
Long |
getVulSupportDefense()
Get 漏洞是否支持防御,0:不支持 1:支持
|
void |
setAbnormalAction(String AbnormalAction)
Set 异常行为
|
void |
setAttackLevel(Long AttackLevel)
Set 漏洞攻击热度
|
void |
setCount(Long Count)
Set 攻击次数
|
void |
setCVEId(String CVEId)
Set 漏洞CVE编号
|
void |
setDstPort(Long DstPort)
Set 目标端口
|
void |
setHostOpProcessTree(String HostOpProcessTree)
Set 进程树,需要用base64 解码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHostOpType(Long HostOpType)
Set 0:无失陷行为 1: rce(命令执行) 2: dnslog 3: writefile
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(Long Id)
Set 事件id
|
void |
setLocation(String Location)
Set 攻击源地
|
void |
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set 主机额外信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMergeTime(String MergeTime)
Set 攻击发生时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNetPayload(String NetPayload)
Set 攻击数据包
|
void |
setPayVersion(Long PayVersion)
Set 机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版
|
void |
setQuuid(String Quuid)
Set cvm uuid
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSrcIP(String SrcIP)
Set 攻击源ip
|
void |
setStatus(Long Status)
Set 处理状态,0 待处理 1 已处理 2 已加白 3 已忽略 4 已删除 5: 已开启防御
|
void |
setSvcPs(String SvcPs)
Set 服务进程 base64
|
void |
setType(Long Type)
Set 0: 尝试攻击 1:攻击成功
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUuid(String Uuid)
Set 主机uuid
|
void |
setVulDefenceStatus(Long VulDefenceStatus)
Set 漏洞防御状态,0关闭,1开启
|
void |
setVulId(Long VulId)
Set 漏洞id
|
void |
setVulName(String VulName)
Set 漏洞名称
|
void |
setVulSupportDefense(Long VulSupportDefense)
Set 漏洞是否支持防御,0:不支持 1:支持
|
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 NetAttackEventInfo()
public NetAttackEventInfo(NetAttackEventInfo source)
public Long getStatus()
public void setStatus(Long Status)
Status
- 处理状态,0 待处理 1 已处理 2 已加白 3 已忽略 4 已删除 5: 已开启防御public String getSrcIP()
public void setSrcIP(String SrcIP)
SrcIP
- 攻击源ippublic String getLocation()
public void setLocation(String Location)
Location
- 攻击源地public String getVulName()
public void setVulName(String VulName)
VulName
- 漏洞名称public Long getVulId()
public void setVulId(Long VulId)
VulId
- 漏洞idpublic String getCVEId()
public void setCVEId(String CVEId)
CVEId
- 漏洞CVE编号public Long getAttackLevel()
public void setAttackLevel(Long AttackLevel)
AttackLevel
- 漏洞攻击热度public Long getVulDefenceStatus()
public void setVulDefenceStatus(Long VulDefenceStatus)
VulDefenceStatus
- 漏洞防御状态,0关闭,1开启public Long getVulSupportDefense()
public void setVulSupportDefense(Long VulSupportDefense)
VulSupportDefense
- 漏洞是否支持防御,0:不支持 1:支持public String getSvcPs()
public void setSvcPs(String SvcPs)
SvcPs
- 服务进程 base64public String getNetPayload()
public void setNetPayload(String NetPayload)
NetPayload
- 攻击数据包public String getAbnormalAction()
public void setAbnormalAction(String AbnormalAction)
AbnormalAction
- 异常行为public String getUuid()
public void setUuid(String Uuid)
Uuid
- 主机uuidpublic Long getId()
public void setId(Long Id)
Id
- 事件idpublic MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo
- 主机额外信息
注意:此字段可能返回 null,表示取不到有效值。public Long getDstPort()
public void setDstPort(Long DstPort)
DstPort
- 目标端口public Long getCount()
public void setCount(Long Count)
Count
- 攻击次数public Long getPayVersion()
public void setPayVersion(Long PayVersion)
PayVersion
- 机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- cvm uuid
注意:此字段可能返回 null,表示取不到有效值。public String getMergeTime()
public void setMergeTime(String MergeTime)
MergeTime
- 攻击发生时间
注意:此字段可能返回 null,表示取不到有效值。public Long getType()
public void setType(Long Type)
Type
- 0: 尝试攻击 1:攻击成功
注意:此字段可能返回 null,表示取不到有效值。public Long getHostOpType()
public void setHostOpType(Long HostOpType)
HostOpType
- 0:无失陷行为 1: rce(命令执行) 2: dnslog 3: writefile
注意:此字段可能返回 null,表示取不到有效值。public String getHostOpProcessTree()
public void setHostOpProcessTree(String HostOpProcessTree)
HostOpProcessTree
- 进程树,需要用base64 解码
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.