Integrate CloudQuery with Vulnetix. Sync cloud asset data with CloudQuery, query for security findings, and upload results to Vulnetix.
SQL / Cloud APIsCLI toolJSON
Install & scan
$ curl -fsSL https://docs.cloudquery.io/install.sh | sh
# Verify
cloudquery --version
$ # Sync cloud assets
cloudquery sync config.yml
# Query for security findings (PostgreSQL example)
psql -h localhost -U cloudquery -d cloudquery -c "SELECT account_id, region, arn FROM aws_ec2_security_groups WHERE ingress @> '[{"CidrIp": "0.0.0.0/0"}]'" -o cloudquery-findings.csv
Centralise CloudQuery results in Vulnetix
Upload CloudQuery JSON output to the Vulnetix platform to deduplicate findings, prioritise them with EPSS, CISA KEV and Coalition ESS exploit intelligence, and track remediation across every scanner in a single queue.