

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 檢閱公開調查結果的詳細資訊
<a name="exposure-findings-review-details"></a>

 本主題說明如何檢閱 AWS Security Hub 主控台和 API 中有關暴露問題清單的詳細資訊。

## 在 Security Hub 主控台中檢閱公開調查結果的詳細資訊
<a name="exposure-findings-review-details-console"></a>

**在 Security Hub 主控台中檢視公開調查結果的詳細資訊**

1.  使用您的登入資料登入，並在 https：//[https://console.aws.amazon.com/securityhub/v2/home]( https://console.aws.amazon.com/securityhub/v2/home) 開啟 Security Hub 主控台。

1.  從導覽窗格中，選擇**曝光**。

1.  選擇您要檢視詳細資訊的公開調查結果。

## 使用 API 檢閱公開調查結果的詳細資訊
<a name="exposure-findings-review-details-api"></a>

您可以使用 [https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetFindingsV2.html](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetFindingsV2.html) API 或 檢閱暴露問題清單 AWS CLI。您可以使用 `metadata.product.feature.uid` 欄位的 `security-hub/Exposure`值來篩選所有曝光問題清單。如需詳細資訊，請參閱[https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetFindingsV2.html](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetFindingsV2.html)。

**範例 命令**  
以下是擷取您帳戶中最近產生的 10 個公開調查結果 AWS CLI 的範例。此範例已針對 Linux、macOS 或 Unix 格式化，並使用反斜線 (\\) 行接續字元來改善可讀性。

```
aws securityhub get-findings-v2 \
--max-results '10' \
--filter '{"CompositeFilters": [{"StringFilters": [{"FieldName":"metadata.product.feature.uid","Filter": {"Value":"security-hub/Exposure","Comparison":"EQUALS"}} ]}]}'
```