diff --git a/taxonomy/false_positives.json b/taxonomy/false_positives.json index e5f57505f64..0bf65ba678a 100644 --- a/taxonomy/false_positives.json +++ b/taxonomy/false_positives.json @@ -4,6 +4,26 @@ "label": "Cloudflare CDN", "name": "cdn:cloudflare_exit_node" }, + "cdn:akamai_exit_node": { + "description": "IP is a Akamai CDN exit IP and should not be flagged as a threat.", + "label": "Akamai CDN", + "name": "cdn:akamai_exit_node" + }, + "cdn:cloudfront_exit_node": { + "description": "IP is a Cloudfront CDN exit IP and should not be flagged as a threat.", + "label": "Cloudfront CDN", + "name": "cdn:cloudfront_exit_node" + }, + "cdn:cdn77_exit_node": { + "description": "IP is a CDN77 CDN exit IP and should not be flagged as a threat.", + "label": "CDN77 CDN", + "name": "cdn:cdn77_exit_node" + }, + "cdn:fastly_exit_node": { + "description": "IP is a Fastly CDN exit IP and should not be flagged as a threat.", + "label": "Fastly CDN", + "name": "cdn:fastly_exit_node" + }, "cdn:exit_node": { "description": "IP is a CDN exit IP and should not be flagged as a threat.", "label": "CDN exit node",