Connectors — how ZEUS reads the environment

ZEUS does not install agents everywhere and does not open inbound ports. It reads the environment through connectors — always read-only and outbound-only, authenticated through your existing identity provider.

Connector matrix

CategoryConnectorAuth methodWhat it reads
CloudMicrosoft AzureService PrincipalARM + Resource Graph + Defender
CloudAWSIAM Role / AccessKeyBoto3: EC2 · S3 · IAM · GuardDuty
CloudGoogle CloudWorkload IdentityAsset Inventory + Security Center
IdentityMicrosoft Entra IDService PrincipalUsers · groups · MFA · sign-ins
IdentityActive DirectoryLDAP bindForest + users + GPOs
SCMGitHub / GitLabGitHub App / OAuth2Repos · branches · SCA · secrets
SIEM/EDRWazuhAPI keyAlerts · SCA · agents · vulns
SIEM/EDRMicrosoft DefenderOAuth2Alerts · recommendations · incidents
ContainersKubernetesServiceAccountPods · workloads · RBAC · network
On-premWazuh / WinRM / vCenterreverse-SSH tunneltunneled SIEM · Windows · vSphere

Principles worth knowing

  • Read-only — the Service Principal/IAM has read-only permissions (Reader + Security Reader). Auto-remediation requires a separate, conscious decision.
  • Outbound-only — it is the customer environment that initiates the outbound connection (443/tunnel). No inbound rules on the customer side.
  • Secrets at the customer — credentials are kept in the customer's private Key Vault, the connector fetches them at startup (Managed Identity).
  • New connectors without redeploy — adding a connector does not require rebuilding ZEUS.

What crosses the environment boundary

ZEUS sends to the tenant only metadata: resource names/types/tags, deduplicated CVEs + CVSS, compliance control statuses, correlated SIEM alerts (MITRE tactic, severity), agent heartbeats.

Never leaving the environment: raw credentials/secrets, database contents, raw network packets, database schemas and business data, end-user PII.

Tip: this is the slide that reassures the customer's DPO. The data boundary is clear — "what goes out" vs "what stays forever in the DC".


Each connector is a read-only window into one system. Together they provide a normalized, unified picture of the entire environment — and modify nothing.