|
1 | 1 | ---
|
2 |
| -title: "Real-Time Vulnerability Scanning" |
| 2 | +title: "Real-Time Autoscan for Trending Exploits" |
3 | 3 | sidebarTitle: "Real-Time Scanning"
|
4 | 4 | ---
|
5 | 5 |
|
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. |
7 | 7 |
|
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. |
9 | 9 |
|
10 | 10 | Think of it as a security-focused CI pipeline – continuously monitoring, automatically triggering, and instantly protecting your infrastructure against emerging threats.
|
11 | 11 |
|
12 |
| -## Configuration Options |
| 12 | +## Setup and Configuration Options |
13 | 13 |
|
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 |
17 | 15 |
|
18 |
| -### Asset Coverage |
| 16 | + |
19 | 17 |
|
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: |
21 | 19 |
|
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/) |
23 | 21 |
|
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 |
25 | 23 |
|
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 | +  |
| 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: |
27 | 35 |
|
28 | 36 | 1. Visit the [ProjectDiscovery Cloud Dashboard](https://cloud.projectdiscovery.io/)
|
29 | 37 |
|
30 | 38 | 2. Navigate to the Real-Time Scanning section directly from the dashboard home
|
31 | 39 |
|
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 | + |
| 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**  |
| 61 | + |
| 62 | +3. Click on the tab **Set templates**. |
| 63 | + |
| 64 | +4. Expand the folder labeled **"Early Templates"**. |
33 | 65 |
|
34 |
| - * Toggle "All Assets" for complete coverage |
| 66 | +## Alerting  |
35 | 67 |
|
36 |
| - * Select "Custom Assets" to specify target assets |
| 68 | + |
37 | 69 |
|
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. |
39 | 71 |
|
40 | 72 | <Note>
|
41 | 73 | Real-time scanning is a feature available with our Enterprise plan.
|
|
0 commit comments