{"id":10269,"date":"2026-07-23T05:03:43","date_gmt":"2026-07-23T05:03:43","guid":{"rendered":"https:\/\/www.neelnetworks.com\/blog\/?p=10269"},"modified":"2026-07-23T05:55:49","modified_gmt":"2026-07-23T05:55:49","slug":"protect-business-website-from-ddos-attacks","status":"publish","type":"post","link":"https:\/\/www.neelnetworks.com\/blog\/protect-business-website-from-ddos-attacks\/","title":{"rendered":"How to Protect Your Business Website from DDoS Attacks"},"content":{"rendered":"<div class=\"nn-post\">\n<p>DDoS attacks sit in an odd spot in the business website security conversation \u2014 talked about constantly by security vendors trying to sell enterprise protection, dismissed as &#8220;not a real concern for small businesses&#8221; by general business content that doesn&#8217;t want to seem alarmist, and rarely covered honestly by anyone with no incentive either way. The honest picture is somewhere in between: DDoS attacks against small business websites do happen more often than most owners realise, they can produce real damage when they occur, and \u2014 importantly \u2014 most of the protection any business site actually needs is available free through tools like Cloudflare that a lot of businesses already have partial access to but don&#8217;t fully configure. Enterprise-tier DDoS protection exists and is genuinely necessary for specific high-value targets, but for the majority of business websites, it&#8217;s overprovisioning for a threat model that free tools already handle well.<\/p>\n<p>This guide is the honest version of DDoS protection \u2014 not the &#8220;you&#8217;ll be attacked any minute so buy our enterprise plan&#8221; version, but also not the &#8220;small businesses don&#8217;t need to worry about this&#8221; version that misses the reality of what actually happens. We build websites for businesses across the spectrum from small service providers to complex platforms, and the DDoS protection reality is largely consistent across the range. If you want the broader context of how DDoS protection sits within ongoing website care alongside monitoring, backups and maintenance, our <a class=\"inn-link\" href=\"https:\/\/www.neelnetworks.com\/blog\/website-maintenance-services-guide-2026\/\"><strong>complete website maintenance guide<\/strong><\/a> is the wider reference. For the broader picture of website security beyond just DDoS, our <strong>complete website security and SSL\/HTTPS guide<\/strong> covers the wider security context. This article focuses tightly on DDoS specifically \u2014 what the threat actually is, how to protect against it appropriately (which is often free), and what to do if an attack happens.<\/p>\n<p>  <img decoding=\"async\" src=\"https:\/\/www.neelnetworks.com\/blog\/wp-content\/uploads\/2026\/07\/dos-attack.jpg\" alt=\"DDoS attack protection for business websites\" width=\"1200\" height=\"630\" loading=\"lazy\" \/><\/p>\n<h2>What a DDoS attack actually is, in plain English<\/h2>\n<p>A DDoS attack (Distributed Denial of Service) is what happens when an attacker sends far more traffic to your website than it can handle, from many different sources at once, with the goal of making the site unavailable to legitimate visitors. The &#8220;distributed&#8221; part is what makes it different from a simple overload \u2014 the attack comes from thousands or millions of different sources rather than one, which makes it harder to just block the attacker&#8217;s IP address because there isn&#8217;t one attacker&#8217;s IP address to block.<\/p>\n<p>The real-world analogy that captures it well: imagine a physical shop with one door. A DDoS attack is the equivalent of thousands of people showing up simultaneously and crowding into the doorway, not actually buying anything, but blocking real customers from getting in. The shop is technically still open, but functionally closed for business. Kicking out one person doesn&#8217;t help because there are thousands more behind them. The only real defence is either a bigger doorway (more capacity than the crowd can consume) or a bouncer that can distinguish real customers from the crowd (filtering).<\/p>\n<p>DDoS attacks come in three main technical categories that matter for understanding defence. Volume-based attacks try to saturate your internet connection with sheer bandwidth \u2014 UDP floods, ICMP floods, amplification attacks. Protocol attacks exploit weaknesses in how servers handle network protocols \u2014 SYN floods, Ping of Death, fragmented packet attacks. Application-layer attacks target the specific applications running on your server \u2014 HTTP floods, slowloris attacks, form submission floods that look like legitimate requests but are designed to consume application resources. Each type requires slightly different defence strategies, though modern DDoS protection tools handle all three categories reasonably well as a package.<\/p>\n<h2>How common are DDoS attacks against business websites?<\/h2>\n<p>Being honest about the actual threat frequency matters because both the &#8220;you&#8217;ll definitely be attacked&#8221; scare narrative and the &#8220;small businesses don&#8217;t need to worry&#8221; dismissal miss the reality.<\/p>\n<p>DDoS attacks against small and mid-sized business websites happen more frequently than most owners assume. The rise of &#8220;DDoS-for-hire&#8221; services (called &#8220;booter&#8221; or &#8220;stresser&#8221; services) has made basic DDoS attacks available to anyone with $10-50 and a grievance \u2014 competitors, disgruntled former employees, extortionists, or just teenagers with a grudge. Industry reports consistently show that businesses across all sizes experience DDoS attempts, though most small business attacks are relatively small (a few thousand requests per second sustained for minutes to hours rather than the massive multi-terabit attacks that make news headlines).<\/p>\n<p>The specific motivations vary. Competitive sabotage is more common than businesses realise \u2014 a competitor paying $20 to a booter service to take your site down during your promotional launch is a real thing that happens. Extortion attempts follow a pattern of small demonstration attacks followed by &#8220;pay us or we&#8217;ll do it worse&#8221; demands. Ideological or political motivations produce attacks against businesses whose positioning offends someone. Sometimes attacks are purely opportunistic \u2014 automated scans identify vulnerable sites and attack them for practice or bot herding.<\/p>\n<p>The good news is that the majority of attacks against small business sites are relatively unsophisticated \u2014 often just paid booter service traffic rather than genuinely sophisticated attacks \u2014 and these attacks are precisely what free DDoS protection handles well. Sophisticated persistent attacks against high-value targets are a different threat category that warrants enterprise protection, but this category is much smaller than security marketing suggests.<\/p>\n<h2>What a DDoS attack looks like from your perspective<\/h2>\n<p>Recognising an attack in progress matters because response depends on knowing what&#8217;s actually happening. The signature of DDoS varies but usually includes several of these signals.<\/p>\n<p>The site becomes slow or unreachable for legitimate visitors. What was loading normally an hour ago now takes 30 seconds or times out entirely. Your monitoring alerts fire (if you have monitoring \u2014 many businesses don&#8217;t). Server load metrics spike dramatically \u2014 CPU pegged at 100%, RAM exhausted, database connections maxed out. Your hosting provider may automatically null-route the traffic to protect their other customers, which effectively takes your site offline as a defensive measure. Log files show a massive spike in requests, often from patterns that look automated \u2014 the same URL requested thousands of times per second, unusual user-agent strings, geographic distribution that doesn&#8217;t match your normal traffic.<\/p>\n<p>Duration varies enormously. Small paid booter attacks typically last minutes to a few hours \u2014 the attacker&#8217;s money runs out or the attack tool&#8217;s timer expires. Sophisticated attacks can last days with attackers adapting to defensive measures. Sustained persistent attacks against high-value targets sometimes go on for weeks with escalating intensity, though these are rare against typical business sites.<\/p>\n<p>Recovery isn&#8217;t always immediate. Even after the attack traffic stops, your server may need time to work through queued requests, restart services, and return to normal operation. If your hosting provider null-routed the site, restoring service requires their intervention and can take hours. If Google noticed the outage during the attack, temporary ranking effects may persist for days as the algorithm processes the availability signal.<\/p>\n<h2>The three main types of DDoS attacks explained<\/h2>\n<p>Understanding the three main attack categories helps because different defences work against different types. Modern DDoS protection tools handle all three as a package, but knowing what they&#8217;re actually blocking helps you evaluate whether your protection is genuinely comprehensive.<\/p>\n<p>  <img decoding=\"async\" src=\"https:\/\/www.neelnetworks.com\/blog\/wp-content\/uploads\/2026\/07\/three-typ.jpg\" alt=\"Three types of DDoS attacks explained\" width=\"1200\" height=\"700\" loading=\"lazy\" \/><\/p>\n<table class=\"nn-table\">\n<thead>\n<tr>\n<th>Attack type<\/th>\n<th>What it targets<\/th>\n<th>Examples<\/th>\n<th>Primary defence<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Volume-based<\/td>\n<td>Your bandwidth capacity<\/td>\n<td>UDP floods, ICMP floods, DNS amplification<\/td>\n<td>CDN absorption and filtering<\/td>\n<\/tr>\n<tr>\n<td>Protocol attacks<\/td>\n<td>Server networking resources<\/td>\n<td>SYN floods, Ping of Death, fragmented packets<\/td>\n<td>Network firewall and protocol filtering<\/td>\n<\/tr>\n<tr>\n<td>Application-layer<\/td>\n<td>Web application resources<\/td>\n<td>HTTP floods, slowloris, form submission floods<\/td>\n<td>Web Application Firewall and rate limiting<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Application-layer attacks are the most sophisticated category and the hardest to defend against because the traffic looks legitimate \u2014 it&#8217;s just HTTP requests to real URLs, indistinguishable at the packet level from real user visits. Effective application-layer defence requires understanding the specific application being defended and configuring intelligent rules that distinguish attack patterns from normal usage. Volume and protocol attacks are more easily blocked by generic infrastructure because the traffic patterns are obviously abnormal.<\/p>\n<h2>How much does a DDoS attack actually cost your business?<\/h2>\n<p>Being specific about the business cost matters because it determines how much investment in prevention is warranted. The costs come in several categories.<\/p>\n<p><strong>Direct revenue lost during downtime.<\/strong> If your site is unreachable for 6 hours during a DDoS attack, you lose the revenue that would have happened during those 6 hours plus a portion of the visitors who tried to reach you and gave up. For a business generating $10,000 monthly revenue with even distribution, 6 hours of downtime is roughly $80 in direct lost revenue plus indirect losses from customers who don&#8217;t return. For higher-revenue eCommerce during promotional periods or peak hours, the direct cost scales substantially.<\/p>\n<p><strong>Reputation and trust damage.<\/strong> Customers who experience your site being down interpret it as a reliability signal \u2014 even when they intellectually understand DDoS attacks aren&#8217;t your fault. Repeat visits from those customers may decline permanently. B2B customers evaluating you as a vendor may reconsider if downtime becomes visible during their evaluation. The compound effect over time is real but hard to quantify.<\/p>\n<p><strong>SEO impact.<\/strong> Google&#8217;s crawlers notice when your site is unreachable and adjust rankings based on availability signals over time. Extended outages produce measurable ranking losses that take weeks to recover from. If the attack happens during a period when Google is actively crawling changes to your site, the timing can be particularly bad for search visibility.<\/p>\n<p><strong>Recovery costs.<\/strong> Post-attack analysis, log review, security consultant engagement, potential hosting escalation to premium tiers, and infrastructure hardening all cost money. Small business recovery costs typically run $500-5,000 depending on the attack severity and what needs to be strengthened. Larger enterprises can spend $10,000-100,000+ on comprehensive incident response and mitigation.<\/p>\n<p><strong>Insurance and compliance implications.<\/strong> Some cyber insurance policies require documented DDoS protection as a coverage condition. Regulated industries may have compliance frameworks that require specific incident response documentation after attacks. These aren&#8217;t always visible until you need them.<\/p>\n<p>For a typical small business site, the total cost of a modest DDoS attack often runs $1,000-10,000 across all these dimensions combined. The good news is that most of this cost is preventable with free DDoS protection that takes an hour to set up.<\/p>\n<h2>The good news: 95% of protection is free and takes an hour to set up<\/h2>\n<p>Here is the specific claim most security vendor content avoids: for the vast majority of business websites, the DDoS protection needed is available free through Cloudflare (or equivalent services like Bunny.net or Fastly&#8217;s free tier), and setting it up takes about an hour of work. This isn&#8217;t a low-quality free option that&#8217;s marginal compared to paid alternatives \u2014 Cloudflare&#8217;s free DDoS protection is genuinely excellent and blocks the vast majority of attacks that small and mid-sized business sites actually experience.<\/p>\n<p><strong>What Cloudflare&#8217;s free tier actually provides.<\/strong> Unmetered DDoS protection at the network layer \u2014 Cloudflare absorbs volume-based attacks by using their global network capacity, which is measured in terabits per second. Basic Web Application Firewall (WAF) that filters common attack patterns. Global CDN that improves performance as a bonus effect. Free SSL certificates that eliminate one attack vector. Basic rate limiting through Cloudflare&#8217;s automatic protection. DNS-level protection that hides your origin server IP address, meaning attackers can&#8217;t bypass Cloudflare by attacking your server directly.<\/p>\n<p><strong>How it works technically.<\/strong> When you sign up for Cloudflare and change your domain&#8217;s nameservers to point at Cloudflare, all traffic to your site flows through Cloudflare&#8217;s network before reaching your origin server. Cloudflare filters attack traffic at their edge, absorbs volume-based attacks in their massive network capacity, and forwards only legitimate traffic to your origin. Your origin server never sees the attack traffic because Cloudflare handles it before the traffic reaches you.<\/p>\n<p><strong>What it doesn&#8217;t include (in the free tier).<\/strong> Advanced WAF rules and custom rate limiting (available in Pro tier at $20\/month). Detailed analytics on attack patterns (Pro+ tiers). Advanced bot management (Business\/Enterprise tiers). SLA guarantees and priority support (Enterprise). For most small business sites, none of these limitations affect the core DDoS protection quality \u2014 the free tier&#8217;s DDoS mitigation is essentially the same as the Enterprise tier&#8217;s mitigation for standard attacks.<\/p>\n<p><strong>Why every business site should have Cloudflare (or equivalent).<\/strong> The cost is $0. The setup time is roughly an hour. The protection blocks the majority of attacks that small business sites actually face. The performance benefits (CDN, caching) are meaningful side effects. There is genuinely no downside to configuring this properly, and yet a significant portion of small business sites don&#8217;t have it set up. If you take one action from this article, this is it.<\/p>\n<div class=\"nn-box nn-box--blue\">\n    <strong>The single highest-impact free step for DDoS protection:<\/strong> put your site behind Cloudflare&#8217;s free tier. It takes about an hour to set up (mostly waiting for DNS propagation), costs $0, and provides genuine DDoS protection at network scales that would cost thousands of dollars per month to build yourself. If your site is not currently behind Cloudflare or equivalent CDN with DDoS protection, this is the first thing to fix regardless of any other security investment you&#8217;re considering. Every serious business site should have this configured as baseline infrastructure, not as premium protection.\n  <\/div>\n<h2>The seven-step DDoS protection framework<\/h2>\n<p>Comprehensive DDoS protection layers multiple defences that work together. The framework below covers the practical layers most business sites should implement, in the order to build them.<\/p>\n<ol class=\"nn-steps\">\n<li>\n<div>\n        <strong>Set up Cloudflare (or equivalent CDN with DDoS protection)<\/strong><br \/>\n        Sign up for Cloudflare&#8217;s free tier and change your domain&#8217;s nameservers to point at Cloudflare. Configure the SSL\/TLS mode to Full (Strict) if you have SSL on your origin server, or install Cloudflare&#8217;s Origin Certificate on your server. Enable Always Use HTTPS to redirect all traffic to encrypted connections. This one step provides the majority of DDoS protection most business sites need and takes an hour to complete. If you don&#8217;t do anything else on this list, do this.\n      <\/div>\n<\/li>\n<li>\n<div>\n        <strong>Enable rate limiting on critical endpoints<\/strong><br \/>\n        Rate limiting prevents attackers from hammering specific endpoints \u2014 login pages, contact forms, checkout pages, API endpoints \u2014 with request volumes that overwhelm your application even when the total site traffic looks manageable. Cloudflare&#8217;s free tier includes basic rate limiting rules. Configure rules for your login page (limit to 5 attempts per minute per IP), contact form (limit to 10 submissions per hour per IP), and any API endpoints that could be abused. These rules prevent application-layer attacks that CDN-level protection alone doesn&#8217;t fully address.\n      <\/div>\n<\/li>\n<li>\n<div>\n        <strong>Configure a Web Application Firewall (WAF)<\/strong><br \/>\n        A WAF filters traffic based on rules that identify common attack patterns \u2014 SQL injection attempts, cross-site scripting, known malicious user agents, requests targeting known vulnerabilities in specific software. Cloudflare&#8217;s free tier includes basic WAF rules; Pro tier at $20\/month adds much more sophisticated rules that make a real difference against application-layer attacks. Alternatively, plugin-based WAFs for WordPress (Wordfence, Sucuri) provide origin-level WAF that complements Cloudflare&#8217;s network-level filtering. Layered WAF at both the network and application levels is meaningfully stronger than either alone.\n      <\/div>\n<\/li>\n<li>\n<div>\n        <strong>Harden your hosting-level security<\/strong><br \/>\n        Regardless of CDN protection, the hosting itself needs to be reasonably secure so that if attackers do bypass your primary defences, damage is minimised. Modern PHP versions (8.2+), current WordPress core if you&#8217;re on WordPress, updated plugins and themes, restricted file permissions, and disabled unused services all matter. The specific hosting tier you&#8217;re on also matters \u2014 cheap shared hosting struggles more under attack conditions than quality VPS. For the specific relationship between hosting quality and site resilience, our piece on <a href=\"https:\/\/www.neelnetworks.com\/blog\/why-your-website-is-slow-hosting\/\"><strong>why your website is slow and it&#8217;s probably your hosting<\/strong><\/a> covers the fundamentals.\n      <\/div>\n<\/li>\n<li>\n<div>\n        <strong>Set up monitoring and alerts<\/strong><br \/>\n        You need to know when your site is under attack, ideally before customers notice. Set up uptime monitoring (UptimeRobot free tier, Pingdom, or hosting-provided monitoring) that alerts you when the site is unreachable. Enable Cloudflare&#8217;s email alerts for unusual traffic patterns. Configure Google Search Console to notify you of crawl errors that might indicate availability problems. The specific configuration matters less than having some form of monitoring that surfaces attacks quickly enough to respond.\n      <\/div>\n<\/li>\n<li>\n<div>\n        <strong>Prepare an incident response plan<\/strong><br \/>\n        Before an attack happens, know what you&#8217;ll do when one does. Document the steps: who has access to which defensive systems, what the escalation procedure is, how you&#8217;ll communicate with users during downtime, what emergency Cloudflare settings you&#8217;ll enable (Under Attack Mode is one click). The specific steps matter less than having them documented so you&#8217;re not making decisions under pressure during an actual attack. A 30-minute planning session prevents hours of panic later.\n      <\/div>\n<\/li>\n<li>\n<div>\n        <strong>Test your defences periodically<\/strong><br \/>\n        Once a year, review your defensive posture. Are the WAF rules still appropriate? Are the rate limits still calibrated correctly? Are the monitoring alerts still routed to someone who checks them? Are the emergency response procedures still documented in a place you can find during a crisis? Defensive infrastructure decays without attention, and the annual review catches drift before it matters. For businesses running under structured <a class=\"inn-link\" href=\"https:\/\/www.neelnetworks.com\/services\/website-maintenance\"><strong>website maintenance services<\/strong><\/a>, this review happens as part of ongoing care rather than as a discrete annual event.\n      <\/div>\n<\/li>\n<\/ol>\n<div class=\"nn-cta\">\n<p><strong>Want Help Setting up Proper DDoS Protection for Your Business Site?<\/strong><\/p>\n<p>If you would rather have an experienced team configure Cloudflare, set up rate limiting, harden your hosting security, and document your incident response plan \u2014 including the ongoing monitoring that catches attacks early \u2014 we handle this end-to-end as part of website security engagements. Most sites reach genuinely strong DDoS protection through a combination of free tools and a few hours of professional configuration.<\/p>\n<div class=\"nn-cta-buttons\">\n      <a class=\"nn-cta-btn\" href=\"https:\/\/www.neelnetworks.com\/contact-us\">Request a security audit<\/a> <a class=\"nn-cta-btn nn-cta-btn--outline whts-btn\" href=\"https:\/\/wa.me\/919136694505\" rel=\"nofollow noopener noreferrer\">Message on WhatsApp<\/a>\n    <\/div>\n<\/p><\/div>\n<h2>Cloudflare vs enterprise DDoS protection: when do you need more?<\/h2>\n<p>The step up from free\/Pro Cloudflare to enterprise DDoS protection is meaningful in cost and capability. Understanding when each is warranted prevents both overprovisioning at small business scale and underprovisioning at enterprise scale.<\/p>\n<p><strong>Cloudflare Free tier ($0\/month).<\/strong> Unmetered DDoS protection, basic WAF, SSL, CDN, DNS management. This is genuinely all the DDoS protection most small business websites need. If your site isn&#8217;t specifically targeted by sophisticated attackers, free tier handles what you&#8217;ll actually face.<\/p>\n<p><strong>Cloudflare Pro tier ($20\/month per domain).<\/strong> Enhanced WAF with more rules, image optimisation, mobile optimisation, priority support for issues. The DDoS protection quality is essentially the same as free tier for standard attacks; you&#8217;re paying for the better WAF and additional features. For business sites that want stronger application-layer protection, Pro is a reasonable upgrade.<\/p>\n<p><strong>Cloudflare Business tier ($200\/month per domain).<\/strong> Bot management, prioritised routing, custom WAF rules, PCI compliance features, image polishing. This tier makes sense for higher-value business sites that need more sophisticated protection but don&#8217;t yet require enterprise features.<\/p>\n<p><strong>Cloudflare Enterprise (starts around $2,000-5,000\/month).<\/strong> Custom pricing based on requirements, dedicated support, SLA guarantees, advanced bot management, real-time analytics, comprehensive DDoS mitigation with L3\/L4\/L7 protection, custom rules and rate limiting. This is where &#8220;enterprise DDoS protection&#8221; typically starts.<\/p>\n<p><strong>Alternative enterprise providers.<\/strong> AWS Shield Advanced ($3,000\/month plus data transfer), Google Cloud Armor (usage-based), Akamai (custom enterprise pricing typically $5,000-50,000+ per month), Imperva (similar enterprise pricing). These serve high-value targets with sophisticated attack profiles and typically require enterprise-scale infrastructure to justify.<\/p>\n<p><strong>When enterprise protection is warranted.<\/strong> Very high-value targets where attacks are frequent and sophisticated \u2014 major eCommerce, financial services, healthcare platforms, gaming platforms, popular publishers. Businesses with regulatory requirements that mandate specific DDoS protection standards. Sites with revenue high enough that even brief outages represent significant financial impact. Situations where you&#8217;ve already experienced sophisticated attacks that free tier didn&#8217;t handle adequately. For businesses that aren&#8217;t in these categories, enterprise DDoS protection is genuine overprovisioning that doesn&#8217;t produce proportional benefit.<\/p>\n<h2>Hosting-level DDoS mitigation: what your host actually provides<\/h2>\n<p>Beyond CDN-based protection, your hosting provider has some level of DDoS response capability \u2014 but understanding what they actually do (and don&#8217;t do) matters because it&#8217;s rarely a substitute for proper CDN protection.<\/p>\n<p><strong>Shared hosting DDoS response.<\/strong> Cheap shared hosts typically respond to DDoS attacks by null-routing the affected customer&#8217;s traffic \u2014 effectively taking your site offline as a defensive measure to protect their other customers on the same infrastructure. This is defensive for them, catastrophic for you. Your site is unreachable for however long it takes them to determine the attack has stopped, which can be hours or days depending on the host. This is one of the many hidden costs of cheap hosting that most businesses don&#8217;t discover until they need real protection.<\/p>\n<p><strong>VPS providers with DDoS protection.<\/strong> Better VPS providers (OVH, Hetzner, some DigitalOcean tiers) include DDoS protection as a feature \u2014 typically absorbing attacks up to specific bandwidth thresholds before escalating. The protection quality varies by provider and price tier, but it&#8217;s meaningfully better than no protection. However, it&#8217;s still not a substitute for CDN-level protection because the attack traffic still has to reach the provider&#8217;s network.<\/p>\n<p><strong>Managed WordPress hosting DDoS features.<\/strong> WP Engine, Kinsta, Flywheel, and similar premium managed hosts typically include Cloudflare Enterprise-level DDoS protection as part of the hosting fee. This is one of the specific value propositions of premium managed hosting \u2014 you&#8217;re paying for infrastructure that includes sophisticated protection you&#8217;d otherwise need to source separately.<\/p>\n<p><strong>Why hosting alone usually isn&#8217;t sufficient.<\/strong> Even with hosting-level DDoS protection, the attack traffic reaches your hosting provider&#8217;s network before being filtered, which means the initial bandwidth impact and any latency from attack detection affects your site. CDN-level protection (like Cloudflare in front of your host) filters attack traffic at the edge before it ever reaches your hosting infrastructure, which produces meaningfully better protection outcomes. The combination of CDN-level protection plus hosting-level protection is stronger than either alone, which is why layered defence is the recommended architecture.<\/p>\n<div class=\"nn-box nn-box--yellow\">\n    <strong>The DDoS protection mistake most businesses make:<\/strong> assuming their hosting provider will handle DDoS attacks for them. Cheap hosting will typically null-route you to protect their infrastructure, which achieves their goal but leaves your site offline. Even quality hosting with DDoS features rarely provides protection equivalent to CDN-level filtering. If your DDoS protection strategy is &#8220;our host will handle it&#8221;, your protection is meaningfully worse than it needs to be. Cloudflare in front of any hosting is the standard architecture for good reason \u2014 it&#8217;s genuinely better than any hosting-only approach, it&#8217;s usually free at the tier most businesses need, and it takes an hour to set up.\n  <\/div>\n<h2>WordPress-specific DDoS considerations<\/h2>\n<p>WordPress powers a large portion of business websites and has some specific attack surfaces that generic DDoS advice doesn&#8217;t fully address. Understanding these matters for the roughly 40% of business sites running on WordPress.<\/p>\n<p><strong>XML-RPC exploitation.<\/strong> WordPress&#8217;s XML-RPC endpoint (xmlrpc.php) has been a common DDoS target because it can be used for pingback amplification attacks \u2014 small requests that trigger disproportionately large operations on the server. If you&#8217;re not using XML-RPC (most sites aren&#8217;t for anything critical), disable it entirely through a plugin or in .htaccess. This closes one significant attack vector completely.<\/p>\n<p><strong>WordPress admin brute force attacks.<\/strong> The \/wp-admin and \/wp-login.php endpoints are constant targets for automated brute force login attempts that combine with DDoS techniques. Rate limiting these endpoints aggressively (5 attempts per minute per IP is reasonable), enforcing strong passwords, enabling two-factor authentication, and considering changing the login URL through a security plugin all reduce this specific vulnerability. Proper <a class=\"inn-link\" href=\"https:\/\/www.neelnetworks.com\/services\/wordpress-website-design\"><strong>WordPress development<\/strong><\/a> should include these protections as standard rather than as security upgrades.<\/p>\n<p><strong>REST API abuse.<\/strong> WordPress&#8217;s REST API endpoints can be abused for content scraping, user enumeration, and DDoS amplification. Restricting REST API access to authenticated users (or specific IP ranges) where possible reduces the attack surface. Rate limiting the REST API prevents abuse while allowing legitimate application access.<\/p>\n<p><strong>Comment spam floods.<\/strong> WordPress comment forms are common targets for automated spam floods that can consume server resources even without being classic DDoS attacks. Enabling Akismet or similar anti-spam, requiring authentication for commenting, or disabling comments entirely (if appropriate for your site) all mitigate this.<\/p>\n<p><strong>Specific plugin recommendations.<\/strong> Wordfence Security includes application-layer DDoS protection, rate limiting, WAF rules, and login security. Sucuri Security provides similar protection with different strengths. Both plugins are worth installing on any serious WordPress business site alongside Cloudflare or equivalent CDN \u2014 plugin-level protection complements network-level protection rather than replacing it.<\/p>\n<h2>What to do DURING an active DDoS attack<\/h2>\n<p>Recognising an attack in progress and responding effectively matters, and the specific steps below cover what to actually do rather than what to panic about.<\/p>\n<p><strong>Don&#8217;t panic \u2014 first confirm it&#8217;s actually a DDoS attack.<\/strong> Not every traffic spike is a DDoS attack. A legitimate spike from press coverage, viral social media, or a marketing campaign looks similar in some ways but has different response requirements. Check your traffic sources \u2014 legitimate spikes come from diverse organic sources with normal user-agent patterns and reasonable request patterns. DDoS traffic comes from unusual geographic distributions, has repetitive patterns, uses suspicious user agents, and targets specific endpoints repeatedly. The confirmation takes 5 minutes and prevents wrong-response actions.<\/p>\n<p><strong>Enable emergency protection settings.<\/strong> If you&#8217;re on Cloudflare, enable Under Attack Mode (one click in the security settings dashboard). This shows a brief JavaScript challenge to visitors, which stops most bot-driven attacks immediately while allowing real users to continue accessing the site with a few seconds of delay. This is often enough to end the attack because most attackers move to easier targets when their attack traffic stops working. If you&#8217;re not on Cloudflare, enable equivalent emergency protection features in your existing WAF or CDN.<\/p>\n<p><strong>Contact your hosting and CDN support.<\/strong> Alert your hosting provider that you&#8217;re under attack \u2014 even if their standard response is unlikely to help significantly, they need to know so they don&#8217;t null-route you unnecessarily. If you&#8217;re on Cloudflare Pro or higher, contact their support to escalate the issue. Enterprise CDN customers have dedicated response teams that can provide real-time assistance.<\/p>\n<p><strong>Communicate with users if the attack is significant.<\/strong> If the attack is causing extended downtime that customers are noticing, post a brief message on social media acknowledging technical difficulties. Transparency during downtime maintains trust better than silence. Don&#8217;t necessarily identify it as a DDoS attack publicly \u2014 &#8220;technical difficulties&#8221; is usually more appropriate \u2014 but let customers know you&#8217;re aware and working on it.<\/p>\n<p><strong>Preserve logs for post-attack analysis.<\/strong> The specific patterns of the attack \u2014 IP sources, targeted URLs, request patterns \u2014 are useful for strengthening defences after the attack ends. If your server is logging normally, preserve those logs. If your CDN provides attack analytics, capture them. This information informs the post-attack response plan.<\/p>\n<p>  <img decoding=\"async\" src=\"https:\/\/www.neelnetworks.com\/blog\/wp-content\/uploads\/2026\/07\/active-dos.jpg\" alt=\"Active DDoS attack response process\" width=\"1200\" height=\"700\" loading=\"lazy\" \/><\/p>\n<h2>What to do AFTER a DDoS attack<\/h2>\n<p>The response after the attack is often more important than the response during \u2014 the after-work is what prevents the next attack from being similarly successful.<\/p>\n<p><strong>Post-mortem analysis.<\/strong> Once the attack has ended and the site is stable, analyse what happened. What type of attack was it? What patterns did it use? What defences held up and which didn&#8217;t? Which of your endpoints were targeted? The specifics inform whether your current defences need strengthening.<\/p>\n<p><strong>Strengthen defences based on attack patterns.<\/strong> If the attack targeted specific endpoints, add more aggressive rate limiting to those endpoints. If it used specific attack signatures, add WAF rules to block those signatures. If it exposed hosting-level weaknesses, address those. The post-attack strengthening is where the incident becomes useful \u2014 you now know what you specifically need to defend against.<\/p>\n<p><strong>Update your incident response plan.<\/strong> Document what worked and what didn&#8217;t during the response. Update contact information if any escalation paths didn&#8217;t work as expected. Note any tools or processes that would have helped but weren&#8217;t in place. The response plan improves with each real incident.<\/p>\n<p><strong>Consider whether to report to authorities.<\/strong> Small-scale attacks against small businesses typically don&#8217;t warrant law enforcement engagement, but sustained sophisticated attacks or attacks that appear to be extortion attempts may. Some jurisdictions have cybercrime reporting mechanisms specifically for DDoS attacks. The decision depends on attack severity, whether you have information about the attackers, and your local legal framework.<\/p>\n<p><strong>Communicate with affected users if appropriate.<\/strong> If the attack caused visible customer impact \u2014 abandoned checkouts, failed transactions, missed deadlines \u2014 consider proactive communication acknowledging the incident. Transparent post-incident communication builds trust better than pretending nothing happened.<\/p>\n<p><strong>Backup verification.<\/strong> Confirm your backups are still working and current. DDoS attacks sometimes coincide with other attack vectors, and having verified recent backups is defensive coverage against any data manipulation that might have accompanied the DDoS. The broader picture of backup discipline as recovery infrastructure is covered in our piece on the <a class=\"inn-link\" href=\"https:\/\/www.neelnetworks.com\/blog\/website-backup-strategy-3-2-1-rule-2026\/\"><strong>3-2-1 backup strategy<\/strong><\/a>, which becomes particularly important in the aftermath of any security incident.<\/p>\n<h2>The seven most common DDoS protection mistakes<\/h2>\n<p>Being aware of the common mistakes prevents making them proactively rather than learning them through attack experience.<\/p>\n<div class=\"nn-box nn-box--red\">\n    <strong>The DDoS protection mistakes businesses make repeatedly:<\/strong><\/p>\n<ul>\n<li><strong>Not setting up Cloudflare (or equivalent) at all.<\/strong> This is the single most common and most expensive mistake. Free protection sitting there unused while sites go through the pain of unprotected attacks.<\/li>\n<li><strong>Assuming hosting will handle it.<\/strong> Hosting-level DDoS response typically means null-routing your site to protect their infrastructure. This is not protection; it&#8217;s defensive triage that leaves you offline.<\/li>\n<li><strong>Overpaying for enterprise DDoS when Cloudflare free tier would suffice.<\/strong> The reverse mistake \u2014 buying enterprise-tier protection at $2,000-5,000+\/month for sites that would be fully protected by free tier. This is what security vendor sales pushes.<\/li>\n<li><strong>Setting up Cloudflare but leaving origin server IP exposed.<\/strong> If attackers can determine your origin server IP (through DNS records, email headers, or SSL certificate transparency logs), they can bypass Cloudflare and attack your origin directly. Configure Cloudflare in strict proxy mode with origin IP hidden.<\/li>\n<li><strong>Configuring Cloudflare in Flexible SSL mode rather than Full Strict.<\/strong> Flexible SSL only encrypts between visitor and Cloudflare, not between Cloudflare and your origin. This creates a security gap unrelated to DDoS but often present alongside incomplete Cloudflare configuration.<\/li>\n<li><strong>Not enabling Under Attack Mode during active attacks.<\/strong> One-click emergency protection often ends attacks immediately, but only if you know to use it. Many businesses under attack don&#8217;t realise this feature exists.<\/li>\n<li><strong>Ignoring monitoring alerts because they&#8217;re &#8220;usually false alarms&#8221;.<\/strong> Alert fatigue is real, but ignoring real attacks because most alerts turn out to be false extends the damage window considerably. Tune monitoring to reduce false positives rather than ignoring alerts entirely.<\/li>\n<li><strong>Not documenting incident response before an attack.<\/strong> Making decisions under pressure during an active incident produces worse outcomes than executing pre-documented procedures. Even a 30-minute response plan documentation session pays off.<\/li>\n<li><strong>Treating DDoS as the only threat.<\/strong> DDoS attacks are one attack category. Malware, ransomware, data theft, credential compromise, and other threats coexist with DDoS. Layered security covers all of them; DDoS-only focus leaves other vectors exposed. The broader security picture matters as much as DDoS specifically, and the compound effect on <a class=\"inn-link\" href=\"https:\/\/www.neelnetworks.com\/blog\/on-page-technical-seo-complete-guide-2026\/\"><strong>technical SEO and infrastructure health<\/strong><\/a> extends beyond any single attack type.<\/li>\n<li><strong>Not testing defences until the first real attack.<\/strong> Defensive infrastructure that has never been tested is defensive infrastructure that might not work. Periodic testing (or at minimum periodic review) catches configuration decay before it matters.<\/li>\n<\/ul><\/div>\n<h2>Building layered defence: the security-in-depth approach<\/h2>\n<p>The specific architecture that produces genuinely strong DDoS protection is layered defence \u2014 multiple protective layers working together such that if any single layer fails, others still provide protection. Seven layers matter for comprehensive protection.<\/p>\n<p>  <img decoding=\"async\" src=\"https:\/\/www.neelnetworks.com\/blog\/wp-content\/uploads\/2026\/07\/layered.jpg\" alt=\"Layered defence for DDoS protection\" width=\"1200\" height=\"700\" loading=\"lazy\" \/><\/p>\n<p><strong>Layer 1 \u2014 Network layer protection (CDN).<\/strong> Cloudflare or equivalent handles the majority of volume-based and protocol attacks at the network edge before they reach your infrastructure. This is the foundation layer.<\/p>\n<p><strong>Layer 2 \u2014 Web Application Firewall (WAF).<\/strong> Filters application-layer attacks that look like legitimate HTTP requests but are designed to exploit or overwhelm applications. Cloudflare&#8217;s WAF plus origin-level WAF (Wordfence for WordPress) provides layered filtering.<\/p>\n<p><strong>Layer 3 \u2014 Rate limiting.<\/strong> Prevents attackers from hammering specific endpoints with request volumes that consume application resources. Configured at CDN level for global protection and at application level for granular control.<\/p>\n<p><strong>Layer 4 \u2014 Application hardening.<\/strong> The underlying application (WordPress, custom code, whatever) needs to be robust enough that if attack traffic bypasses upper layers, damage is minimised. Modern software versions, security best practices, minimal attack surface. Businesses building on properly-architected <a class=\"inn-link\" href=\"https:\/\/www.neelnetworks.com\/services\/custom-website\"><strong>custom website development<\/strong><\/a> from the start have stronger application hardening than those built with security as an afterthought.<\/p>\n<p><strong>Layer 5 \u2014 Monitoring.<\/strong> You need to know when attacks are happening. Uptime monitoring, traffic pattern monitoring, security event logging, all producing alerts that reach humans who can respond.<\/p>\n<p><strong>Layer 6 \u2014 Incident response.<\/strong> When alerts fire, someone knows what to do. Documented procedures, defined escalation paths, tested response plans. The plan matters more than the tools; tools without a plan produce chaos.<\/p>\n<p><strong>Layer 7 \u2014 Recovery capability.<\/strong> Even the best defences occasionally fail. Backup infrastructure that lets you recover quickly from any successful attack is the last line of defence. This is where backup strategy and DDoS protection intersect \u2014 recovery is defence-in-depth&#8217;s final layer.<\/p>\n<p>The strength of layered defence is that each layer independently reduces attack success probability, and the multiplication of these probabilities produces very high overall protection even if no single layer is perfect. Businesses that implement all seven layers have genuinely strong protection; businesses relying on one or two layers have significant gaps.<\/p>\n<h2>When to bring in professional help<\/h2>\n<p>For most business sites, the framework in this article is sufficient to implement good DDoS protection independently. There are situations where professional help produces meaningfully better outcomes.<\/p>\n<p>Bring in help when you&#8217;re actively under attack and don&#8217;t have the technical capacity to respond effectively \u2014 waiting until an incident to figure out response is exactly when professional help pays for itself most clearly. Bring in help when your infrastructure is complex enough that layered defence involves coordination across multiple systems \u2014 CDN, hosting, application, monitoring, backup \u2014 that require expertise to integrate properly. Bring in help when you&#8217;re in an industry with specific regulatory or compliance requirements that affect DDoS protection standards. And bring in help when the site is business-critical enough that inadequate protection would produce disproportionate damage \u2014 a poorly-protected $100,000-monthly-revenue site loses more from a single attack than professional setup would cost.<\/p>\n<p>For ongoing security management alongside broader website care, structured maintenance produces meaningfully better outcomes than reactive intervention. Security configuration decays without attention \u2014 WAF rules become outdated, rate limits need tuning, new attack patterns emerge, monitoring alerts drift out of tune. Ongoing security management is part of proper <a class=\"inn-link\" href=\"https:\/\/www.neelnetworks.com\/services\/website-maintenance\"><strong>website maintenance services<\/strong><\/a> that catch these before they become exploited. Businesses running under structured maintenance have measurably stronger security posture than businesses treating security as an occasional intervention.<\/p>\n<p>  <img decoding=\"async\" src=\"https:\/\/www.neelnetworks.com\/blog\/wp-content\/uploads\/2026\/07\/busi-1.jpg\" alt=\"Business website protected from DDoS attack\" width=\"1200\" height=\"700\" loading=\"lazy\" \/><\/p>\n<p>The honest summary of DDoS protection for business websites is that the threat is real but manageable, and the protection you actually need is largely free. Cloudflare&#8217;s free tier plus proper configuration blocks the majority of attacks that small and mid-sized business sites face. Enterprise DDoS protection exists and is genuinely necessary for specific high-value targets, but for most businesses it represents overprovisioning that security vendor sales pushes without proportional benefit. The seven-layer defence-in-depth approach \u2014 CDN, WAF, rate limiting, application hardening, monitoring, incident response, and recovery capability \u2014 provides comprehensive protection that matches or exceeds what enterprise-tier single-vendor solutions deliver, at a fraction of the cost. The businesses that navigate this well are the ones treating DDoS protection as one dimension of layered security rather than as a standalone product to buy, and matching the specific protection to their specific threat model rather than either dismissing the risk or overpaying for enterprise infrastructure they don&#8217;t need. Set up the free tools, layer them properly, document your response plan, review annually, and you&#8217;ll have genuine protection at costs proportional to the actual threat rather than proportional to security vendor marketing budgets.<\/p>\n<h2>Frequently asked questions<\/h2>\n<table class=\"nn-faq\">\n<tbody>\n<tr>\n<td class=\"nn-faq-q\">Is my small business website really at risk of DDoS attacks?<\/td>\n<td class=\"nn-faq-a\">More than most small business owners realise, though not as constantly as security vendor marketing implies. DDoS-for-hire services have made basic DDoS attacks available for $10-50, meaning motivations like competitive sabotage, extortion, ideological targeting, or opportunistic attacks all produce attacks against small business sites. The honest data shows that small business sites experience DDoS attempts at meaningful rates, though most attacks are relatively unsophisticated and short-lived. The good news is that these unsophisticated attacks are exactly what free Cloudflare protection handles well. Setting up Cloudflare&#8217;s free tier eliminates the vast majority of DDoS risk small business sites actually face, at zero cost. Businesses that skip this basic protection are gambling that they won&#8217;t be targeted; the odds are better than 50-50 for typical business sites, but the downside of losing that gamble is significant.<\/td>\n<\/tr>\n<tr>\n<td class=\"nn-faq-q\">Can Cloudflare actually stop DDoS attacks?<\/td>\n<td class=\"nn-faq-a\">Yes, remarkably well. Cloudflare&#8217;s network capacity is measured in terabits per second \u2014 many times larger than the largest DDoS attacks ever recorded \u2014 which means volume-based attacks are absorbed at their network edge without reaching your infrastructure. The free tier includes unmetered DDoS protection with no restrictions on the size of attacks blocked, which is genuinely unusual in the security industry. Cloudflare handles the majority of DDoS attacks against typical business sites transparently, with the site owner often not even noticing that attacks occurred. The limitations are around advanced application-layer attacks that require more sophisticated detection (available in higher tiers) and against genuinely enterprise-scale sophisticated attacks (where Cloudflare Enterprise or dedicated enterprise providers become warranted). For standard DDoS protection needs of small and mid-sized business sites, Cloudflare&#8217;s free tier is genuinely excellent.<\/td>\n<\/tr>\n<tr>\n<td class=\"nn-faq-q\">How much does DDoS protection cost?<\/td>\n<td class=\"nn-faq-a\">For most business sites, $0. Cloudflare&#8217;s free tier provides genuinely effective DDoS protection with unmetered attack mitigation. Cloudflare Pro at $20\/month per domain adds enhanced WAF and additional features but the DDoS protection quality is essentially the same for standard attacks. Cloudflare Business at $200\/month adds sophisticated bot management. Cloudflare Enterprise starts around $2,000-5,000\/month for genuinely enterprise-scale protection. Alternative enterprise providers (AWS Shield, Akamai, Imperva) typically start in similar ranges. The pattern to notice: the free tier provides real protection for standard threats, and paid tiers exist for specific enterprise requirements. The mistake most businesses make is either not using free protection at all, or overpaying for enterprise protection when free would suffice. Match the tier to the actual threat model rather than security vendor sales pressure.<\/td>\n<\/tr>\n<tr>\n<td class=\"nn-faq-q\">What should I do if I&#8217;m being DDoS&#8217;d right now?<\/td>\n<td class=\"nn-faq-a\">Five immediate steps. First, confirm it&#8217;s actually DDoS rather than a legitimate traffic spike \u2014 check whether traffic patterns look automated (repetitive user agents, unusual geographic distribution, targeted endpoints) versus organic. Second, if you&#8217;re on Cloudflare, enable Under Attack Mode in the security settings \u2014 this shows a brief challenge to visitors and stops most attacks immediately. Third, contact your hosting provider to alert them and prevent them from null-routing you defensively. Fourth, communicate briefly with users via social media if the attack is producing visible downtime \u2014 transparency helps trust. Fifth, preserve logs for post-attack analysis so you can strengthen defences against the specific attack pattern. If you&#8217;re not on Cloudflare, sign up immediately during the attack \u2014 DNS propagation takes some time but this is often the fastest path to real protection during an active incident.<\/td>\n<\/tr>\n<tr>\n<td class=\"nn-faq-q\">Can my hosting provider protect me from DDoS attacks?<\/td>\n<td class=\"nn-faq-a\">Partially, and less well than proper CDN-level protection. Cheap shared hosts typically respond to DDoS by null-routing the affected customer&#8217;s traffic \u2014 protecting their infrastructure while leaving your site offline. Better VPS providers include DDoS protection with specific bandwidth thresholds beyond which service degrades. Premium managed WordPress hosts (WP Engine, Kinsta) typically include Cloudflare Enterprise-level DDoS protection as part of the hosting fee. Even in the best case, hosting-level protection is less effective than dedicated CDN protection because attack traffic still reaches the hosting infrastructure before being filtered. The recommended architecture is Cloudflare (or equivalent CDN) in front of any hosting, providing layered protection that&#8217;s stronger than either alone. Businesses relying on hosting protection alone have significantly weaker defences than businesses using proper CDN-based architecture.<\/td>\n<\/tr>\n<tr>\n<td class=\"nn-faq-q\">How long do DDoS attacks typically last?<\/td>\n<td class=\"nn-faq-a\">Highly variable. Small paid booter service attacks typically last minutes to a few hours \u2014 the attacker&#8217;s budget runs out or the attack tool&#8217;s timer expires. Sophisticated attacks can persist for hours to days with attackers adapting to defensive measures. Sustained persistent attacks against high-value targets sometimes go on for weeks with escalating intensity, though these are rare against typical business sites. The specific duration depends on attacker motivation (extortion attempts tend to be longer, opportunistic attacks shorter), attacker resources (paid services have budget limits, sophisticated actors can sustain longer), and defensive response (attacks against well-defended targets often end quickly when the attack proves ineffective). The pattern most businesses experience is short attacks measured in hours rather than days, though even short attacks can cause meaningful business impact without proper protection.<\/td>\n<\/tr>\n<tr>\n<td class=\"nn-faq-q\">Do I need enterprise DDoS protection?<\/td>\n<td class=\"nn-faq-a\">For most business websites, no. Enterprise DDoS protection is genuinely warranted for specific high-value targets \u2014 major eCommerce with revenue high enough that brief outages produce significant financial impact, financial services with regulatory requirements, healthcare platforms with compliance obligations, gaming platforms that face sustained sophisticated attacks, or popular publishers with adversarial audiences. If you&#8217;re not in one of these specific categories, enterprise protection typically represents overprovisioning that security vendor sales pushes without proportional benefit. The honest test: has your site experienced sophisticated attacks that free tier protection didn&#8217;t handle adequately? Do you have specific regulatory requirements that mandate enterprise-tier protection? Is your site revenue high enough that even brief outages represent significant financial impact? If yes to any of these, enterprise protection is warranted. If no to all of them, Cloudflare Pro at $20\/month is usually more than sufficient, and free tier often works fine.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"nn-cta\">\n<p><strong>Ready to Protect Your Business Website Against DDoS Attacks Properly?<\/strong><\/p>\n<p>We configure DDoS protection for business sites as part of our security engagements \u2014 Cloudflare setup, rate limiting configuration, WAF rules, application hardening, monitoring, and incident response documentation. With 12+ years of experience and over 2,500 websites delivered, we know what genuine protection looks like versus what security vendors sell. Send us your site URL and we&#8217;ll respond within one business day with an honest assessment of your current protection posture and specific recommendations for strengthening it.<\/p>\n<div class=\"nn-cta-buttons\">\n      <a class=\"nn-cta-btn\" href=\"https:\/\/www.neelnetworks.com\/services\/website-maintenance\">Explore maintenance services<\/a> <a class=\"nn-cta-btn nn-cta-btn--outline whts-btn\" href=\"https:\/\/wa.me\/919136694505\" rel=\"nofollow noopener noreferrer\">Message on WhatsApp<\/a>\n    <\/div>\n<\/p><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>DDoS attacks sit in an odd spot in the business website security conversation \u2014 talked about constantly by security vendors trying to sell enterprise protection, dismissed as &#8220;not a real concern for small businesses&#8221; by general business content that doesn&#8217;t want to seem alarmist, and rarely covered honestly by anyone with no incentive either way. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":10272,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[456],"tags":[],"class_list":["post-10269","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-website-care-security"],"_links":{"self":[{"href":"https:\/\/www.neelnetworks.com\/blog\/wp-json\/wp\/v2\/posts\/10269","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.neelnetworks.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.neelnetworks.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.neelnetworks.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.neelnetworks.com\/blog\/wp-json\/wp\/v2\/comments?post=10269"}],"version-history":[{"count":5,"href":"https:\/\/www.neelnetworks.com\/blog\/wp-json\/wp\/v2\/posts\/10269\/revisions"}],"predecessor-version":[{"id":10291,"href":"https:\/\/www.neelnetworks.com\/blog\/wp-json\/wp\/v2\/posts\/10269\/revisions\/10291"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.neelnetworks.com\/blog\/wp-json\/wp\/v2\/media\/10272"}],"wp:attachment":[{"href":"https:\/\/www.neelnetworks.com\/blog\/wp-json\/wp\/v2\/media?parent=10269"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.neelnetworks.com\/blog\/wp-json\/wp\/v2\/categories?post=10269"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.neelnetworks.com\/blog\/wp-json\/wp\/v2\/tags?post=10269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}