Overview
Configuration
API Endpoints
Scan Logs
Topology Graph
βš™οΈ
Spider Configuration
spider-config.json πŸ“‹ Copy
{
  "cluster_id": "prod-us-east-1",
  "mode": "deep_audit",
  "targets": [
    "web-servers",
    "db-clusters",
    "microservices"
  ],
  "protocols": ["ssh", "http2", "grpc"],
  "recursion_depth": 5,
  "rate_limit": 100,
  "alerts": {
    "slack": "#infra-security",
    "severity_threshold": "WARN"
  }
}
πŸ“œ
Recent Spider Logs
Last updated: 2m ago
Timestamp Severity Target Message
14:02:33 INFO node-db-04 Connection pool analyzed. Latency nominal.
14:02:31 WARN svc-auth High memory usage detected (82%). Scaling trigger pending.
14:02:28 CRIT edge-cdn-eu Certificate expiry detected in 4 days. Auto-renewal failed.
14:02:25 INFO worker-pool Dependency map updated. 142 nodes crawled.
14:02:20 INFO api-gateway Rate limiting rules validated successfully.
πŸ”Œ
Trigger Spider via API
bash πŸ“‹ Copy
curl -X POST https://api.cloudnexus.io/v1/spider/scan \
  -H "Authorization: Bearer $CN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "cluster": "prod-us-east-1",
    "scope": ["network", "storage", "compute"],
    "webhook": "https://hooks.slack.com/services/T00/B00/XXX"
  }'
πŸ“ˆ
Scan Metrics
Nodes Discovered 142
Vulnerabilities 3 Critical
Avg Latency 4ms
Bandwidth Used 1.2 GB
Crawl Depth 5 Layers
Compliance SOC2 Check
πŸ•ΈοΈ
Topology Preview
⚑
πŸ—„οΈ
πŸ•
🌍
πŸ”
Quick Actions