data_quality
Query BloodHound collection statistics: database completeness, AD domain and Azure tenant quality over time, and platform-level aggregates.
Instructions
Query data quality and collection statistics from BloodHound info_type options: completeness - overall database completeness stats (no params needed) ad_domain - collection quality over time for an AD domain (needs: domain_id) azure_tenant - collection quality over time for an azure tenant (needs: tenant_id) platform - aggregate quality stats for a platform (needs: platform_id - "ad" or "azure")
args:
info_type: what to retrieve (default: completeness)
domain_id: AD domain ID
platform_id: "ad" or "azure"
start: Start datetime in RFC-3339 format
end: end datetime in RFC-3339 format
sort_by: Sort field - "created_at" or "updated_at" (optional)
skip: Pagination offset (default 0)
limit: max results (default 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| skip | No | ||
| limit | No | ||
| start | No | ||
| sort_by | No | ||
| domain_id | No | ||
| info_type | No | completeness | |
| tenant_id | No | ||
| platform_id | No |