TTechclick ⚡ XP 0% All lessons
Qualys · Vulnerability Management · Cloud AgentInteractive · L1 / L2 / L3

Qualys Cloud Agent — Continuous Assessment, Activation Keys & Profiles

The Qualys Cloud Agent is a lightweight software process that runs on every managed host and streams real-time telemetry to the Qualys Cloud Platform — no scan windows, no firewall punches, no credential vaults. This lesson maps the full architecture: activation keys, configuration profiles, the continuous assessment loop, and exactly when to choose an agent over agentless scanning.

📅 2026-06-20 · ⏱ 15 min · 4 infographics · live flow demo · 🏷 10-Q assessment + AI Tutor inline

⚡ Quick Answer

Master the Qualys Cloud Agent in 2026: lightweight install, activation keys, configuration profiles, real-time continuous assessment, and when to choose agent over agentless scanning for VMDR.

🎯 By the end you will be able to

Read as:

Pick where you want to start

1

What it is

Lightweight agent, continuous telemetry, no scan windows.

2

Activation Keys

Bootstrap identity, module flags, and asset tags.

3

Config Profiles

CPU, intervals, scan behaviour per asset group.

4

Agent vs Agentless

Trade-offs, gaps, and the hybrid best practice.

🧠 Warm-up — 3 questions, no score

Just notice which ones make you pause. We answer all three inside the lesson.

1. Does the Qualys Cloud Agent need a scan window to detect vulnerabilities?

Answered in What it is.

2. What controls which VMDR modules an agent has enabled?

Answered in Activation Keys.

3. What is the main advantage of agentless scanning over agents?

Answered in Agent vs Agentless.

Most engineers think…

Most people picture vulnerability scanning as 'a scanner box pinging hosts on a schedule'. That model fails for cloud instances that spin up and down, laptops that roam off-VPN, and container workloads that live for minutes.

The Qualys Cloud Agent flips this: a small process on each host streams live telemetry to the Qualys Cloud Platform the moment something changes — a new package installed, a patch applied, a config drifted — without any firewall rule, credential vault, or scan window. The two keys to understanding it are the Activation Key (which proves the agent's identity and picks its modules) and the Configuration Profile (which governs how aggressively it collects and uploads). Getting those two controls right is what separates a well-tuned VMDR deployment from one that drowns in findings or misses half the estate.

① What the Qualys Cloud Agent is — continuous telemetry, not a scan window

The Qualys Cloud Agent is a lightweight software process installed on a managed host (Windows, Linux, macOS, container, cloud instance). Unlike a network scanner that pings hosts on a schedule, the agent runs on the host and continuously streams asset metadata and configuration state to the Qualys Cloud Platform over an outbound HTTPS connection — no inbound firewall rule required.

Assessment is event-driven and continuous: the agent detects a new package, a config change, or a patch and pushes the update immediately. The Qualys Cloud Platform correlates that telemetry against the live vulnerability knowledge base and surfaces a finding within minutes — not the next scheduled scan window. This is what Qualys calls real-time continuous assessment.

The agent footprint is deliberately small. It is designed to use minimal CPU and memory, governed by a throttle you set in the Configuration Profile. All heavy computation (correlation against CVE data, severity scoring, compliance benchmarks) happens in the Qualys Cloud Platform, not on the endpoint.

Figure 1 — Cloud Agent continuous assessment loop
The agent streams live telemetry on change; the Qualys platform correlates against the CVE knowledge base and surfaces findings in minutes.Cloud Agent continuous assessment loopInstalldeploy agent on hostRegisterActivation Key authCollectpackage & configscanStreamHTTPS to platformCorrelatefinding in VMDR
The agent streams live telemetry on change; the Qualys platform correlates against the CVE knowledge base and surfaces findings in minutes.
Quick check · Q1 of 10 · Understand

How does the Qualys Cloud Agent deliver real-time assessment without scan windows?

Correct: d. The agent runs on the host and pushes changes (new packages, config drift) to the Qualys Cloud Platform immediately over outbound HTTPS — no scan window, no inbound firewall rule needed.
👉 So far: The Cloud Agent streams telemetry on change — no scan windows, no inbound firewall rules. Heavy analysis happens in the Qualys Cloud Platform, not on the host.

② Activation Keys — bootstrapping identity and module selection

Before an agent can talk to the Qualys Cloud Platform it must authenticate. This is done with an Activation Key. You generate an Activation Key in the Qualys Cloud UI (or via API), embed it in your deployment script or package, and the agent presents it on first check-in alongside your Customer ID.

What an Activation Key controls

Activation Keys are not just passwords — they are module selectors. Each key has checkboxes for VM (Vulnerability Management), PC (Policy Compliance), SCA, EDR, FIM, and other licensed modules. Only modules enabled on the key are active on that agent. For VMDR deployments, ensure VM is enabled; the platform then downloads the purpose-built VMDR detection engine to each host (a small additional payload, roughly 20 MB, needing about 100 MB free disk space).

Keys also carry asset tags: any tag you attach to the key is automatically applied to every host that registers with it. This is how you route assets into the right Configuration Profile from day one — create keys per environment (e.g. prod-linux, dev-windows, cloud-ec2) and tag accordingly.

Figure 2 — Activation Key — three things it controls
One key handles identity, module permissions, and asset tagging in a single registration handshake.Activation Key — three things it controlsIdentityCustomer ID + key token — proves the agent belongs to your subscriptionModulesVM, PC, SCA, EDR, FIM — only enabled modules are active on that agentAsset TagsTags on the key auto-apply to every host that registers with it
One key handles identity, module permissions, and asset tagging in a single registration handshake.
🔑
Activation Key
tap to flip

The token that authenticates the agent to the Qualys platform on first registration. It also sets which modules (VM, PC, EDR, FIM) are active and auto-applies asset tags to every host that uses it.

⚙️
Configuration Profile
tap to flip

A named bundle of 30+ parameters (CPU cap, check-in interval, scan frequency, module settings) assigned to asset groups via tags. One profile per environment is best practice.

📡
Continuous Assessment
tap to flip

The agent detects a change (new package, config drift, patch applied) and streams the update to the Qualys Cloud Platform immediately — no scheduled scan window needed.

🖥️
Qualys Cloud Platform
tap to flip

The SaaS back-end that receives agent telemetry, correlates it against the live CVE knowledge base, scores findings with TruRisk, and surfaces them in the VMDR dashboard.

One key per environment, not one key for everything

Create separate Activation Keys for prod, dev, and cloud (e.g. prod-linux, dev-windows, cloud-ec2). Each key carries different tags and potentially different module sets. This gives you instant filter-by-environment in the VMDR dashboard and makes tuning Configuration Profiles much easier.

Quick check · Q2 of 10 · Remember

Which two things does an Activation Key control beyond agent authentication?

Correct: a. An Activation Key authenticates the agent AND sets which licensed modules (VM, PC, SCA, EDR, FIM) are active, and auto-applies any tags on the key to every host that registers with it.
👉 So far: Activation Keys = identity + module permissions + asset tags. One key per environment keeps your VMDR data clean and profiles easy to assign.

③ Configuration Profiles — governing agent behaviour per asset group

A Configuration Profile is a named bundle of 30+ parameters that tells an agent how to behave. You assign a profile to assets using the same tags you set on Activation Keys. Key parameters include:

Best practice is to create at least two profiles: a relaxed profile for production hosts (low CPU cap, longer intervals to minimise business impact) and an aggressive profile for dev and cloud instances where freshness matters more than performance overhead. Mismatching a prod host to an aggressive profile is the most common tuning mistake in real deployments.

Figure 3 — Configuration Profile — parameters governed
One profile governs all the tunable agent behaviours and is assigned to asset groups via tags.Configuration Profile — parameters governedConfig Profileper asset groupCPU throttle %Check-in intervalScan frequencyFIM pathsEDR settingsInclude/exclude tags
One profile governs all the tunable agent behaviours and is assigned to asset groups via tags.
Assigning an aggressive profile to production hosts

The default or demo Configuration Profile often has a high CPU cap and short scan interval — fine for a lab, catastrophic on a prod database. Always create a dedicated low-throttle profile for production and assign it via tags before the agent starts collecting.

▶ Watch an agent finding reach the VMDR dashboard

A sysadmin installs a vulnerable package on a Linux host. Press Play for the healthy detection path, then Break it to see the classic blind-spot failure.

① Package installedA sysadmin runs apt install on a Linux EC2 instance, adding a package with a known CVE.
② Agent detects changeThe Cloud Agent sees the new package in the next collection cycle and immediately streams the updated inventory to the Qualys Cloud Platform over outbound HTTPS.
③ Platform correlatesThe Qualys Cloud Platform matches the package version against its live CVE knowledge base, scores the finding with TruRisk, and raises a VMDR vulnerability record.
④ Finding in dashboardWithin minutes the finding appears in the VMDR dashboard, tagged with the host's asset group, TruRisk score, and patch recommendation.
Press Play to step through the detection path. Then press Break it.
Quick check · Q3 of 10 · Apply

A prod database server is reporting high CPU spikes during agent collection. What is the correct fix?

Correct: c. Configuration Profiles govern CPU throttle and scan frequency. Assigning a relaxed profile (lower CPU cap, longer intervals) resolves performance impact on production without losing agent coverage.
👉 So far: Configuration Profiles govern CPU throttle, check-in interval and scan frequency. Use a relaxed profile for prod, an aggressive one for dev and cloud instances.

④ Agent vs Agentless — trade-offs and the hybrid best practice

Qualys supports both models and most enterprise deployments use both. The right mental model is: agents and agentless scanning fill different gaps, not the same gap.

Agent advantages: Real-time continuous data; works for roaming laptops off-VPN; survives ephemeral cloud instances; no firewall holes needed; no credential vault for scan auth; immediate detection of package changes or config drift. Agent disadvantages: Must install and maintain software on every host; not practical for network devices, printers, or short-lived containers; requires outbound HTTPS access to Qualys platform URLs.

Agentless advantages: No software on the host; ideal for legacy systems, network infrastructure, IoT, and any host where you cannot install software; broad coverage with minimal prep. Agentless disadvantages: Requires network reachability and credentials (or cloud-API access for cloud-native agentless); results only available after a scan window runs; roaming and offline hosts are missed.

The hybrid pattern: deploy agents on all manageable hosts (servers, workstations, cloud instances), and use agentless scanning (scanner appliances or cloud connectors) for everything else. The Qualys platform deduplicates findings and shows a unified asset view regardless of which data source contributed.

Figure 4 — Agent-based vs Agentless scanning
Each model covers gaps the other leaves — the hybrid pattern gives full-estate visibility.Agent-based vs Agentless scanningCloud Agent (agent-based)Real-time, event-driven findingsWorks offline and off-VPNNo firewall rules or credentialsMust install on every hostNot for network devices or IoTAgentless (scanner / connector)No software install neededCovers legacy, network, IoTResults only after scan windowNeeds credentials or cloud APIMisses roaming and offline hosts
Each model covers gaps the other leaves — the hybrid pattern gives full-estate visibility.

Priya at a Mumbai fintech faces this

After deploying Qualys Cloud Agents across 500 EC2 instances, the VMDR dashboard shows no findings for 200 of them even though they have known-vulnerable packages.

Likely cause

The Activation Key used for those 200 instances does not have the VM module enabled — only PC (Policy Compliance) is ticked.

Diagnosis

Open Assets ▸ Cloud Agents and filter by those instances. Check the Activation Key column. Navigate to CA ▸ Activation Keys and inspect the key — VM checkbox is unchecked.

Cloud Agent ▸ Activation Keys ▸ [key name] ▸ Modules
Fix

Edit the Activation Key, enable the VM module, and save. Agents will receive the updated permissions on their next check-in and download the VMDR detection engine. Findings appear within minutes of the next collection cycle.

Verify

Refresh the VMDR dashboard after 15–30 minutes — all 200 previously blank agents now report findings, and TruRisk scores are populated.

Confirm coverage with the Agent Health dashboard

After deployment, check Cloud Agent ▸ Agent Health for any agents stuck in 'Inactive' or 'Not Checked In' states. An agent that has not checked in for 24+ hours is not sending telemetry — investigate outbound HTTPS connectivity to Qualys platform URLs or check if the host was decommissioned.

Quick check · Q4 of 10 · Analyze

Your estate includes 2 000 managed servers, 300 roaming laptops, and 50 legacy network switches. What is the best assessment strategy?

Correct: c. Agents are ideal for servers and roaming laptops (offline coverage, real-time data). Network switches cannot run software agents, so agentless scanning (scanner appliance) covers those. The platform deduplicates findings into a unified view.
👉 So far: Agents for managed hosts (real-time, offline-safe); agentless for legacy and network gear (no install needed). The platform merges both into one unified asset view.

🤖 Ask the AI Tutor

Tap any question — instant, scoped to this lesson. No login, no waiting.

Pre-curated from vendor docs + community Q&A, scoped to this lesson. For a live prod issue, paste your export into chat.techclick.in.

📝 Wrap-up assessment — six more

You've answered 4 inline. Six left. 70% (7 of 10) marks the lesson complete on your profile. Tap Submit all answers at the end.

Q5 · Remember

Which component of Qualys VMDR eliminates the need for a scheduled scan window?

Correct: a. The Cloud Agent streams asset telemetry to the Qualys Cloud Platform whenever something changes on the host, enabling real-time findings without any scheduled scan window.
Q6 · Understand

A host registers with an Activation Key that has only the PC module enabled. What will the VMDR dashboard show for that host?

Correct: c. Activation Keys gate module access. If the VM module is not enabled on the key, the agent never activates the VMDR detection engine, so no vulnerability findings appear — only PC (compliance) data would be collected.
Q7 · Apply

You want all newly registered cloud EC2 agents to automatically appear in the 'Cloud-Prod' asset group. What is the most efficient way to achieve this?

Correct: d. Tags added to an Activation Key are automatically applied to every host that registers with it. This is the most efficient method — no post-registration manual tagging needed.
Q8 · Analyze

Why is it risky to assign a default high-frequency Configuration Profile to production database servers?

Correct: d. A high-frequency profile (high CPU cap, short scan intervals) can spike CPU on a prod database during collection, impacting queries and SLAs. Always use a relaxed profile (low CPU cap, longer intervals) for production hosts.
Q9 · Evaluate

An interviewer asks: 'Can you completely replace agentless scanning with Cloud Agents?' Best answer?

Correct: b. Agents require software installation, which is impossible on network infrastructure, IoT/OT, and many legacy systems. Agentless scanning (appliances or cloud connectors) covers those gaps. A hybrid approach with unified deduplication in the platform is best practice.
Q10 · Evaluate

What is the strongest reason to create separate Activation Keys per environment (prod, dev, cloud) rather than one key for all hosts?

Correct: c. Separate keys per environment let you enable different modules (e.g. EDR only in prod, FIM in financial servers) and auto-tag assets at registration. This routes them into the right Configuration Profile immediately and keeps VMDR dashboards clean without manual tagging.
Lesson complete — saved to your profile.
Almost! You need 70% (7 of 10) — re-read the path that tripped you up and tap "Try again".

🧠 In your own words

Type one line: why does the Qualys Cloud Agent deliver findings faster than a network scanner, and what governs how hard it works on the host? Then compare with the expert version.

Expert version: The Cloud Agent delivers faster findings because it runs on the host and streams telemetry to the Qualys Cloud Platform the moment something changes — a new package, a patch, a config drift — rather than waiting for a scheduled network scan. How hard it works is governed by the Configuration Profile assigned to the host: the CPU throttle caps resource use, the check-in interval sets how often it calls home, and the scan frequency controls how often it takes a full inventory snapshot. The result is real-time visibility without performance impact, as long as you assign the right profile for each environment.

🗣 Teach a friend

Best way to lock it in — explain it in one line to a teammate. Tap to generate a paste-ready summary.

📖 Glossary

Cloud Agent
A lightweight Qualys software process installed on a managed host that continuously streams asset metadata and configuration state to the Qualys Cloud Platform for real-time vulnerability and compliance assessment.
Activation Key
A token generated in the Qualys portal that authenticates the agent on first registration and controls which modules (VM, PC, SCA, EDR, FIM) are active, plus auto-applies asset tags.
Configuration Profile
A named bundle of 30+ agent behaviour parameters (CPU throttle, check-in interval, scan frequency, module-specific settings) assigned to asset groups via tags.
Real-time continuous assessment
Event-driven vulnerability assessment where the agent detects changes on the host and immediately streams telemetry to the platform — no scheduled scan window required.
TruRisk
Qualys's proprietary risk scoring model that combines CVE severity, exploit maturity, asset criticality and threat intelligence into a single prioritised risk score.
Agentless scanning
Vulnerability assessment performed by an external scanner appliance or cloud connector — no software installed on the host; requires network reachability and credentials or cloud API access.
Asset tag
A label applied to a host in the Qualys platform (manually or automatically via Activation Key) used to route assets into Configuration Profiles and filter VMDR dashboards.
Agent Health
The Qualys Cloud Agent dashboard view showing each agent's check-in status, last seen time, and active modules — the first place to look when an agent stops sending telemetry.

📚 Sources

  1. Qualys — Cloud Agent product page: continuous assessment, lightweight design and platform integration. qualys.com/cloud-agent
  2. Qualys Docs — VMDR Getting Started Guide: installing Cloud Agents, Activation Keys and module requirements. qualys.com/docs/qualys-vmdr-getting-started-guide.pdf
  3. Qualys Docs — Cloud Agent configuration reference: Configuration Profiles, CPU throttle, check-in interval and module parameters. docs.qualys.com/en/vm/latest
  4. Qualys Blog — Performance Tuning Series: Qualys Cloud Agent Configuration Best Practice (2023). blog.qualys.com/product-tech/2023/07/06
  5. Qualys Success Community — Cloud Agent vs. Authenticated Scan detection: when to use agents and when to use appliance scans. success.qualys.com/support/s/article/000003574
  6. Qualys Blog — What is Cloud Scanning and Why Does It Matter? (2025). blog.qualys.com/qualys-insights/2025/02/11

What's next?

Covered the Cloud Agent? Next, go deep on how VMDR prioritises findings — TruRisk score, CVE severity, exploit maturity, and business criticality tags — so you know which vulnerabilities to fix first and why.