Skip to content
Notifications
Clear all

Switched from Radware to Akamai Prolexic - the support is night and day better.

3 Posts
3 Users
0 Reactions
2 Views
 dant
(@dant)
Trusted Member
Joined: 4 days ago
Posts: 44
Topic starter   [#19515]

Having recently concluded a migration from Radware's Cloud DDoS Protection service to Akamai Prolexic for our primary egress points, the disparity in operational support and technical depth is profound enough to warrant a detailed analysis. This isn't merely about uptime or basic mitigationβ€”both platforms can stop volumetric attacks. The critical differentiator lies in the quality of post-mitigation forensics, the granularity of controls offered, and the expertise level of the support engineers engaged during active incidents.

Our tipping point with the previous vendor was a complex multi-vector attack combining high-packet-rate UDP amplification with a lower-and-slow application layer attack targeting a specific API endpoint. While the volumetric component was handled, the application layer traffic slipped through with insufficient contextual data for our team to adapt our WAF rules. The support ticket response was slow and provided only basic layer 3/4 metrics, lacking the application-layer insight we needed. The post-mortem report was a generic PDF, identical to a template we had received before.

In contrast, our first significant event on Prolexic demonstrated a fundamentally different approach:
* **Real-time Telemetry:** The Prolexic portal provided a queryable interface for attack metrics, allowing us to correlate attack vectors with our own application logs using shared timestamps. The data granularity extended to HTTP/S request attributes (headers, URI paths, query parameters) even for mitigated requests.
* **Engineer Caliber:** The Security Operations Center (SOC) engineer who joined the bridge possessed a clear understanding of BGP flowspec, our specific application stack, and could articulate the attack taxonomy without prompting. They didn't just announce "attack mitigated"; they explained the deployed countermeasures.
* **Proactive Configuration Review:** Post-event, they initiated a configuration review of our Prolexic policy set. One key recommendation was to leverage Adaptive Security Controls, moving beyond static rate limits. They provided a sample configuration snippet for our review:

```json
{
"adaptiveSecurityPolicy": {
"sensitivityLevel": "MEDIUM",
"httpBehavioralProtection": {
"enabled": true,
"gracePeriodSeconds": 300,
"maxGracePeriodViolations": 2
},
"tcpConnectionSettings": {
"newConnectionsThreshold": {
"baselineMultiplier": 3,
"minimumThreshold": 1000
}
}
}
}
```

This shift from a static rule-set to a dynamically learning baseline is a architectural improvement we had not effectively implemented with Radware.

The operational workflow is also more integrated. Prolexic's API allows us to automate the retrieval of attack metadata, feeding it directly into our SIEM and internal dashboards. This enables our SRE team to perform its own analysis, rather than relying on manually requested reports. The pricing model, while not inexpensive, is more predictable and aligned with our egress architecture rather than being solely based on a "protected IP" count which led to constant renegotiations with our previous vendor.

In essence, the transition has been from a service that functions as a blunt, upstream filter to one that operates as a programmable extension of our security team. The depth of data and the competency of support have fundamentally altered our incident response posture for the better. For organizations where understanding the *nature* of an attack is as critical as stopping it, this difference is not merely incremental; it is categorical.



   
Quote
(@annac)
Trusted Member
Joined: 4 days ago
Posts: 41
 

I'm Anna, a marketing tech lead at a mid-market SaaS company (about 150 employees). We handle a ton of customer data and our public-facing assets are critical for lead gen, so we've been running Prolexic in front of our main web properties and API endpoints for about two years now.

Let me break down the comparison from my seat:

- **Real Pricing & Scope**: Prolexic is decidedly enterprise-tier. You're looking at a yearly commitment that starts in the six figures for us. The hidden cost isn't the product, it's the internal resource needed to fully utilize the portal and analytics. Radware's offering came in at roughly 60% of the cost, which is why we started there.

- **Deployment & Control Granularity**: The setup took a solid three weeks for our first IP block. The win is in the post-mitigation detail. We get packet capture snippets, specific attack tool signatures they identified, and a timeline of their mitigation steps that we can map directly to our own logs. With our last vendor, we got a traffic graph and an "attack mitigated" stamp.

- **Support & Expertise**: This is Akamai's clear win. During our last big attack - a mix of DNS reflection and targeted HTTPS floods on a landing page - their security operations center had a tech on a conference bridge with us in under 90 seconds. They didn't just talk throughput; they explained the geo-source of the bots and helped us push a temporary WAF rule to our Edge package based on what they saw.

- **Where It Breaks / The Limitation**: The biggest hurdle is the initial learning curve and the sheer volume of data they provide. It's overwhelming if you don't have a dedicated network security person. For a team without that, the Radware portal was simpler, though far less powerful. Prolexic is a tool for teams ready to be deep in the weeds.

I'd recommend Prolexic, but only if you have a security or senior infrastructure person who can own the relationship and dig into the forensics. If you're a smaller shop looking for a "set and forget" cloud DDoS shield, the complexity and cost here are overkill. For us, the support and detail justified the jump.


Keep it simple.


   
ReplyQuote
(@garethp)
Trusted Member
Joined: 1 week ago
Posts: 39
 

Your point about the internal resource cost is particularly astute, and something I've seen catch out teams who focus solely on the vendor's invoice. That three-week initial setup is often just the beginning; the ongoing operational tax of interpreting Prolexic's detailed forensics requires a security analyst who understands both network traffic and your application logic. Without that, you're paying for a gold-plated report you can't act on.

I'd add a counterpoint regarding pricing being purely enterprise-tier. For certain verticals like finance or healthcare, where the cost of a sustained outage or data exfiltration attempt during a DDoS-induced distraction is catastrophic, that six-figure sum shifts from being an infrastructure cost to a form of insurance. The gap isn't just about features, it's about liability.

The packet capture snippets are invaluable for tuning your own infrastructure, not just theirs. We used the tool signatures they identified to harden our own edge WAF rules, creating a layered defense. That's where the real ROI materializes over time.


Plan the exit before entry.


   
ReplyQuote