Skip to content

Commit ff71116

Browse files
updates
1 parent e611398 commit ff71116

File tree

3 files changed

+16
-26
lines changed

3 files changed

+16
-26
lines changed

cloud/scanning/real-time-scans.mdx

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,18 @@ title: "Real-Time Vulnerability Scanning"
33
sidebarTitle: "Real-Time Scans"
44
---
55

6-
Real-time vulnerability scanning enables continuous security assessment of your infrastructure as new vulnerabilities are discovered and new nuclei templates are released. This proactive approach ensures that your assets are automatically checked against the latest security threats without manual intervention.
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.
77

8-
## Features
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.
99

10-
<CardGroup cols={2}>
11-
<Card title="Immediate Scanning" icon="bolt">
12-
Automatically scan your infrastructure as soon as new nuclei templates are published.
13-
</Card>
14-
<Card title="Asset Selection" icon="filter">
15-
Choose between scanning all assets or a custom subset of your infrastructure.
16-
</Card>
17-
</CardGroup>
10+
Think of it as a security-focused CI pipeline – continuously monitoring, automatically triggering, and instantly protecting your infrastructure against emerging threats.
1811

1912
## Configuration Options
2013

14+
<Frame>
15+
<img src="/images/real-time-scans-config.png" alt="Real-time scanning configuration options" />
16+
</Frame>
17+
2118
### Asset Coverage
2219

2320
You can configure real-time scanning for:
@@ -27,21 +24,13 @@ You can configure real-time scanning for:
2724

2825
### Setting Up Real-Time Scans
2926

30-
1. Navigate to the Real-Time Scanning section in your dashboard
31-
2. Choose your preferred asset coverage:
27+
1. Visit the [ProjectDiscovery Cloud Dashboard](https://cloud.projectdiscovery.io/)
28+
2. Navigate to the Real-Time Scanning section directly from the dashboard home
29+
3. Choose your preferred asset coverage:
3230
- Toggle "All Assets" for complete coverage
3331
- Select "Custom Assets" to specify target assets
34-
3. Save your configuration
35-
36-
## Monitoring and Alerts
37-
38-
Real-time scan results are:
39-
- Immediately visible in your dashboard
40-
- Integrated with your configured notification channels
41-
- Available in detailed reports for analysis
42-
43-
## Best Practices
32+
4. Save your configuration
4433

45-
- Start with a subset of critical assets to optimize scanning performance
46-
- Configure appropriate notification settings to stay informed of critical findings
47-
- Regularly review and update your asset selection based on your security priorities
34+
<Note>
35+
Real-time scanning is a feature available with our Enterprise plan.
36+
</Note>

images/real-time-scans-config.png

367 KB
Loading

mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,8 @@
405405
"cloud/scanning/overview",
406406
"cloud/scanning/external-scan",
407407
"cloud/scanning/internal-scan",
408-
"cloud/scanning/parameters"
408+
"cloud/scanning/parameters",
409+
"cloud/scanning/real-time-scans"
409410
]
410411
},
411412
{

0 commit comments

Comments
 (0)