Skip to content

Commit 0e32a8e

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent 19ff973 commit 0e32a8e

File tree

4 files changed

+48
-16
lines changed

4 files changed

+48
-16
lines changed

Screenshot2025-01-09at3.31.10PM.png

15.4 KB
Loading

Screenshot2025-01-09at3.57.03PM.png

90.3 KB
Loading

cloud/scanning/real-time-scans.mdx

Lines changed: 48 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,73 @@
11
---
2-
title: "Real-Time Vulnerability Scanning"
2+
title: "Real-Time Autoscan for Trending Exploits"
33
sidebarTitle: "Real-Time Scanning"
44
---
55

6-
Real-time scanning keeps your infrastructure protected against emerging threats by instantly scanning your assets when new security vulnerabilities are discovered. Our community-powered nuclei templates repository acts as a central hub for the latest security findings – from zero-days and 1-day exploits to newly disclosed CVEs being actively exploited in the wild.
6+
Real-time scanning keeps your infrastructure protected against emerging threats by instantly scanning your assets when new Nuclei templates added to ProjectDiscovery. These threats may range from zero-days and 1-day exploits to newly disclosed CVEs being actively exploited in the wild.
77

8-
Security researchers and engineers worldwide contribute templates as soon as new vulnerabilities trend on the internet, often within hours of disclosure. When these templates are merged into our repository, your assets are automatically scanned without waiting for scheduled runs. This rapid response is crucial for protecting against active exploitation campaigns, especially during the critical window between vulnerability disclosure and patch availability.
8+
Security researchers and engineers worldwide contribute Nuclei templates as soon as new vulnerabilities trend on the internet, often within hours of disclosure. When these templates are merged into our repository, your assets are automatically scanned without waiting for scheduled runs. This rapid response is crucial for protecting against active exploitation campaigns, especially during the critical window between vulnerability disclosure and patch availability.
99

1010
Think of it as a security-focused CI pipeline – continuously monitoring, automatically triggering, and instantly protecting your infrastructure against emerging threats.
1111

12-
## Configuration Options
12+
## Setup and Configuration Options
1313

14-
<Frame>
15-
<img src="/images/real-time-scans-config.png" alt="Real-time scanning configuration options" />
16-
</Frame>
14+
### Setting Up Real-Time Scans
1715

18-
### Asset Coverage
16+
![](/image.png)
1917

20-
You can configure real-time scanning for:
18+
All Enterprise accounts are automatically enrolled in Real-time Autoscan. To check if Real-time Autoscan is enabled for your account:
2119

22-
* **All Assets**: Every asset in your infrastructure will be automatically scanned when new templates are released.
20+
1. Visit the [ProjectDiscovery Cloud Dashboard](https://cloud.projectdiscovery.io/)
2321

24-
* **Custom Assets**: Select specific assets or asset groups for real-time scanning, allowing you to prioritize critical infrastructure.
22+
2. Navigate to the Real-Time Scanning section directly from the dashboard home
2523

26-
### Setting Up Real-Time Scans
24+
3. Check if "Real-time Autoscan" is toggled on
25+
26+
### Custom Asset Selection
27+
28+
<Frame>
29+
![Real-time scanning configuration options](/images/real-time-scans-config.png)
30+
</Frame>
31+
32+
By default, every asset added to ProjectDiscovery will be automatically scanned when new Nuclei templates are released.
33+
34+
Real-time Autoscan can also be configured to scan a subset of your assets by taking the following steps:
2735

2836
1. Visit the [ProjectDiscovery Cloud Dashboard](https://cloud.projectdiscovery.io/)
2937

3038
2. Navigate to the Real-Time Scanning section directly from the dashboard home
3139

32-
3. Choose your preferred asset coverage:
40+
3. Click on the gear icon next to the toggle
41+
42+
4. Select **Custom Assets**
43+
44+
5. Select the asset groups you wish to include in Real-time Autoscan
45+
46+
6. Click on **Update**
47+
48+
## Reviewing Scan Results
49+
50+
![](/Screenshot2025-01-09at3.31.10PM.png)
51+
52+
Real-time Autoscan results are grouped as a separate scan titled **"Early Templates Autoscan"** under the **Scans** tab. This scan updates automatically whenever a new Nuclei template is merged, scanning your assets with the latest template.
53+
54+
Detected vulnerabilities will appear as open results within the scan. These results will remain open even if the scan is later updated with a newly merged Nuclei template.
55+
56+
To view the most recent template used in the scan:
57+
58+
1. Click the three dots menu to the right of the scan.
59+
60+
2. Select **Update**&#x20;
61+
62+
3. Click on the tab **Set templates**.
63+
64+
4. Expand the folder labeled **"Early Templates"**.
3365

34-
* Toggle "All Assets" for complete coverage
66+
## Alerting&#x20;
3567

36-
* Select "Custom Assets" to specify target assets
68+
![](/Screenshot2025-01-09at3.57.03PM.png)
3769

38-
4. Save your configuration
70+
By default, only newly detected vulnerabilities will generate email or message alert. However, on occasion, we may merge a trending exploit that warrants a notification even if no vulnerable hosts are detected. This message can be shared internally to proactively communicate a strong security posture with relevant stakeholders and leadership personnel.
3971

4072
<Note>
4173
Real-time scanning is a feature available with our Enterprise plan.

image.png

15.4 KB
Loading

0 commit comments

Comments
 (0)