Skip to content

Commit 1226256

Browse files
[Magic Firewall] Merge IDS (#26210)
* [Magic Firewall] Merge IDS * add redirect * Update src/content/docs/cloudflare-one/traffic-policies/enable-ids.mdx Co-authored-by: marciocloudflare <[email protected]> --------- Co-authored-by: marciocloudflare <[email protected]>
1 parent 7540fc3 commit 1226256

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2299,6 +2299,7 @@
22992299
/cloudflare-one/policies/gateway/block-page/ /cloudflare-one/reusable-components/custom-pages/gateway-block-page/ 301
23002300
/cloudflare-one/team-and-resources/devices/warp/user-side-certificates/ /cloudflare-one/team-and-resources/devices/user-side-certificates/ 301
23012301
/cloudflare-one/traffic-policies/lists/ /cloudflare-one/reusable-components/lists/ 301
2302+
/cloudflare-one/traffic-policies/ids/ /cloudflare-one/traffic-policies/enable-ids/ 301
23022303

23032304
# Email Security new revamp (statics)
23042305
/cloudflare-one/email-security/auto-moves/ /cloudflare-one/email-security/settings/auto-moves/ 301

src/content/docs/cloudflare-one/traffic-policies/enable-ids.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,20 @@ head:
1010

1111
import { TabItem, Tabs, DashButton } from "~/components";
1212

13+
Cloudflare's Intrusion Detection System (IDS) is an Advanced Magic Firewall feature you can use to actively monitor for a wide range of known threat signatures in your traffic. An IDS expands the security coverage of a firewall to analyze traffic against a broader threat database, detecting a variety of sophisticated attacks such as ransomware, data exfiltration, and network scanning based on signatures or “fingerprints” in network traffic.
14+
15+
With Cloudflare's global anycast network, you get:
16+
17+
- Cloudflare's entire global network capacity is now the capacity of your IDS.
18+
- Built-in redundancy and failover. Every server runs Cloudflare's IDS software, and traffic is automatically attracted to the closest network location to its source.
19+
- Continuous deployment for improvements to Cloudflare's IDS capabilities.
20+
21+
Refer to [Enable IDS](/cloudflare-one/traffic-policies/enable-ids/#enable-ids) for more information on enabling IDS and creating new rulesets. After IDS is enabled, your traffic will be scanned to find malicious traffic. The detections are logged to destinations that can be configured from the dashboard. Refer to [Use Logpush with IDS](/cloudflare-one/insights/logs/use-logpush-with-ids) for instructions on configuring a destination to receive the detections. Additionally, all traffic that is analyzed can be accessed via [network analytics](/analytics/network-analytics/). Refer to [GraphQL Analytics](/magic-firewall/tutorials/graphql-analytics/) to query the analytics data.
22+
1323
Cloudflare's IDS takes advantage of the threat intelligence powered by our global network and extends the capabilities of the Cloudflare Firewall to monitor and protect your network from malicious actors.
1424

25+
## Enable IDS
26+
1527
You can enable IDS through the dashboard or via the API.
1628

1729
:::note

src/content/docs/cloudflare-one/traffic-policies/ids.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)