public class DescribeSecurityEventsCntResponse extends AbstractModel
Constructor and Description |
---|
DescribeSecurityEventsCntResponse() |
Modifier and Type | Method and Description |
---|---|
SecurityEventInfo |
getAttackLogs()
Get 攻击检测相关风险事件
|
SecurityEventInfo |
getBaseLine()
Get 安全基线相关风险事件
|
SecurityEventInfo |
getBash()
Get 高危命令相关风险事件
|
SecurityEventInfo |
getBruteAttack()
Get 密码破解相关风险事件
|
SecurityEventInfo |
getEmergencyVul()
Get 应急漏洞相关风险事件
|
SecurityEventInfo |
getHostLogin()
Get 登录审计相关风险事件
|
SecurityEventInfo |
getMalware()
Get 木马文件相关风险事件
|
SecurityEventInfo |
getPrivilegeRules()
Get 本地提权相关风险事件
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
SecurityEventInfo |
getReverseShell()
Get 反弹Shell相关风险事件
|
SecurityEventInfo |
getRiskDns()
Get 恶意请求相关风险事件
|
SecurityEventInfo |
getSysVul()
Get 系统组件相关风险事件
|
SecurityEventInfo |
getWebVul()
Get Web应用漏洞相关风险事件
|
void |
setAttackLogs(SecurityEventInfo AttackLogs)
Set 攻击检测相关风险事件
|
void |
setBaseLine(SecurityEventInfo BaseLine)
Set 安全基线相关风险事件
|
void |
setBash(SecurityEventInfo Bash)
Set 高危命令相关风险事件
|
void |
setBruteAttack(SecurityEventInfo BruteAttack)
Set 密码破解相关风险事件
|
void |
setEmergencyVul(SecurityEventInfo EmergencyVul)
Set 应急漏洞相关风险事件
|
void |
setHostLogin(SecurityEventInfo HostLogin)
Set 登录审计相关风险事件
|
void |
setMalware(SecurityEventInfo Malware)
Set 木马文件相关风险事件
|
void |
setPrivilegeRules(SecurityEventInfo PrivilegeRules)
Set 本地提权相关风险事件
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setReverseShell(SecurityEventInfo ReverseShell)
Set 反弹Shell相关风险事件
|
void |
setRiskDns(SecurityEventInfo RiskDns)
Set 恶意请求相关风险事件
|
void |
setSysVul(SecurityEventInfo SysVul)
Set 系统组件相关风险事件
|
void |
setWebVul(SecurityEventInfo WebVul)
Set Web应用漏洞相关风险事件
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SecurityEventInfo getMalware()
public void setMalware(SecurityEventInfo Malware)
Malware
- 木马文件相关风险事件public SecurityEventInfo getHostLogin()
public void setHostLogin(SecurityEventInfo HostLogin)
HostLogin
- 登录审计相关风险事件public SecurityEventInfo getBruteAttack()
public void setBruteAttack(SecurityEventInfo BruteAttack)
BruteAttack
- 密码破解相关风险事件public SecurityEventInfo getRiskDns()
public void setRiskDns(SecurityEventInfo RiskDns)
RiskDns
- 恶意请求相关风险事件public SecurityEventInfo getBash()
public void setBash(SecurityEventInfo Bash)
Bash
- 高危命令相关风险事件public SecurityEventInfo getPrivilegeRules()
public void setPrivilegeRules(SecurityEventInfo PrivilegeRules)
PrivilegeRules
- 本地提权相关风险事件public SecurityEventInfo getReverseShell()
public void setReverseShell(SecurityEventInfo ReverseShell)
ReverseShell
- 反弹Shell相关风险事件public SecurityEventInfo getSysVul()
public void setSysVul(SecurityEventInfo SysVul)
SysVul
- 系统组件相关风险事件public SecurityEventInfo getWebVul()
public void setWebVul(SecurityEventInfo WebVul)
WebVul
- Web应用漏洞相关风险事件public SecurityEventInfo getEmergencyVul()
public void setEmergencyVul(SecurityEventInfo EmergencyVul)
EmergencyVul
- 应急漏洞相关风险事件public SecurityEventInfo getBaseLine()
public void setBaseLine(SecurityEventInfo BaseLine)
BaseLine
- 安全基线相关风险事件public SecurityEventInfo getAttackLogs()
public void setAttackLogs(SecurityEventInfo AttackLogs)
AttackLogs
- 攻击检测相关风险事件public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.