查詢智能行為分析進程列表。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-sas:ListUnknownThreatDetectProcess |
list |
*全部資源
|
無 | 無 |
請求文法
GET HTTP/1.1
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ProcessPath |
string |
否 |
進程路徑。 |
/bin/rm |
| Md5 |
string |
否 |
檔案 MD5 值。 |
0552c44e243abdea1729d4507bce**** |
| Sha256 |
string |
否 |
檔案 Sha256 值。 |
f204693a7d2ce99d6c4434e550d985ee1c7be7cb5dd9a76094369af0d2****** |
| Uuid |
string |
否 |
要查詢的伺服器的 UUID。 |
50d213b4-3a35-427a-b8a5-04b0c7e1**** |
| CurrentPage |
integer |
否 |
分頁查詢時,顯示的當前頁的頁碼。 |
1 |
| PageSize |
integer |
否 |
分頁查詢時,顯示的每頁資料的最大條數。 |
20 |
| Path |
string |
否 |
檔案路徑。 |
/etc/test |
| FirstTimeStart |
integer |
否 |
首次發現時間範圍左區間。時間戳記格式(單位:毫秒)。 |
1768891966344 |
| FirstTimeEnd |
integer |
否 |
首次發現時間範圍右區間。時間戳記格式(單位:毫秒)。 |
1768891966345 |
| AnalyzeResult |
string |
否 |
分析結果,取值:
|
white |
| Remark |
string |
否 |
伺服器名稱或 IP。 |
172.20.XX.XX |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
20456DD5-5CBF-5015-9173-12CA4246B*** |
| PageInfo |
object |
分頁資訊。 |
|
| TotalCount |
integer |
資料的總條數。 |
83 |
| CurrentPage |
integer |
分頁查詢時,當前頁的頁碼。 |
1 |
| PageSize |
integer |
分頁查詢時,每頁最多顯示的資料條數。 |
20 |
| Count |
string |
當前頁顯示的資料條數。 |
2 |
| Data |
array<object> |
返回資料。 |
|
|
object |
返回資料。 |
||
| ProcessPath |
string |
進程路徑。 |
/usr/bin/tar |
| Sha256 |
string |
檔案 Sha256 值。 |
3a6fed5fc11392b3ee9f81caf017b48640d7458766a8eb0382899a605b41**** |
| Md5 |
string |
檔案 MD5 值。 |
5b394b54ca632fe51c4ab4a6dbaf**** |
| FirstTime |
integer |
首次發生時間戳記。 |
1694576692000 |
| Remark |
string |
備忘資訊。 |
safe process |
| ProcessId |
string |
事件進程 ID。 |
2025031506350619216822625103151158982 |
| AnalyzeResult |
string |
分析結果,取值:
|
white |
| ExplanationZh |
string |
||
| ExplanationEn |
string |
樣本
正常返回樣本
JSON格式
{
"RequestId": "20456DD5-5CBF-5015-9173-12CA4246B***",
"PageInfo": {
"TotalCount": 83,
"CurrentPage": 1,
"PageSize": 20,
"Count": "2"
},
"Data": [
{
"ProcessPath": "/usr/bin/tar",
"Sha256": "3a6fed5fc11392b3ee9f81caf017b48640d7458766a8eb0382899a605b41****",
"Md5": "5b394b54ca632fe51c4ab4a6dbaf****",
"FirstTime": 1694576692000,
"Remark": "safe process",
"ProcessId": "2025031506350619216822625103151158982",
"AnalyzeResult": "white",
"ExplanationZh": "",
"ExplanationEn": ""
}
]
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。