{"id":77094,"date":"2026-07-23T16:11:53","date_gmt":"2026-07-23T14:11:53","guid":{"rendered":"https:\/\/tremhost.com\/blog\/?p=77094"},"modified":"2026-07-23T16:13:20","modified_gmt":"2026-07-23T14:13:20","slug":"the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery","status":"publish","type":"post","link":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/","title":{"rendered":"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery"},"content":{"rendered":"<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">&#8220;Our site has SSL&#8221; is a phrase that gets treated as a single, binary fact \u2014 either you have it or you don&#8217;t \u2014 when in reality, SSL configuration has several distinct modes, and the difference between them is the difference between genuinely secure and only appearing secure. Here&#8217;s what actually separates basic SSL from Full (Strict) mode, and why the distinction is worth understanding rather than assuming your host handled it correctly by default.<\/p>\n<h3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\" dir=\"ltr\">The Padlock Icon Doesn&#8217;t Tell You What You Think It Does<\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">Most people&#8217;s mental model of website security starts and ends with the padlock icon in the browser bar \u2014 if it&#8217;s there, the site is &#8220;secure.&#8221; What the padlock actually confirms is narrower: that the connection between the visitor&#8217;s browser and <em>whatever server responded<\/em> is encrypted. It doesn&#8217;t tell you whether that encryption extends all the way to your actual origin server, or stops partway.<\/p>\n<h3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\" dir=\"ltr\">The Different SSL Modes, Explained<\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">When a proxy service like Cloudflare sits in front of your site, there are actually several distinct ways the connection between Cloudflare and your origin server can be configured:<\/p>\n<ul class=\"[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3 print:block print:space-y-1\" dir=\"ltr\">\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\"><strong>Off<\/strong> \u2014 no encryption at all between visitor and site. Rare today, but still the weakest possible state.<\/li>\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\"><strong>Flexible<\/strong> \u2014 the connection between the visitor and Cloudflare is encrypted, but the connection between Cloudflare and your actual origin server is not. The visitor sees a padlock, but the final leg of the journey is unencrypted.<\/li>\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\"><strong>Full<\/strong> \u2014 the connection is encrypted the entire way, visitor to Cloudflare to origin, but the certificate on your origin server isn&#8217;t strictly validated \u2014 meaning even a self-signed or invalid certificate is accepted.<\/li>\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\"><strong>Full (Strict)<\/strong> \u2014 the connection is encrypted the entire way, <em>and<\/em> the origin server&#8217;s certificate must be valid and properly verified. This is the mode that actually confirms the server Cloudflare is talking to is genuinely yours, not something impersonating it.<\/li>\n<\/ul>\n<h3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\" dir=\"ltr\">Why &#8220;Flexible&#8221; Is More Common Than It Should Be<\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">Flexible mode is often the default a lot of hosting setups fall into, because it&#8217;s the easiest to configure \u2014 it doesn&#8217;t require setting up a valid certificate on the origin server itself. The problem is that it creates a real gap: the visitor&#8217;s browser shows a secure padlock, creating a false sense of complete protection, while the actual connection from Cloudflare to your server is sent in plain text. Anyone able to intercept that final leg \u2014 a compromised network, a misconfigured server, certain man-in-the-middle scenarios \u2014 can read that traffic, despite the visitor-facing padlock suggesting everything is protected.<\/p>\n<h3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\" dir=\"ltr\">Why Full (Strict) Is the Meaningful Standard<\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">Full (Strict) mode closes this gap in two ways: the entire path is encrypted, and the origin certificate is actually validated rather than blindly trusted. This second part matters more than it sounds \u2014 without strict validation, there&#8217;s theoretically nothing stopping traffic from being redirected to a server presenting a fake or self-signed certificate that gets accepted anyway, since &#8220;Full&#8221; mode alone doesn&#8217;t check whether the certificate is genuinely trustworthy.<\/p>\n<h3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\" dir=\"ltr\">What This Looks Like Practically<\/h3>\n<div class=\"overflow-x-auto w-full px-2 mb-6 print:overflow-x-visible\" dir=\"ltr\">\n<table class=\"min-w-full border-collapse text-sm leading-[1.7] whitespace-normal\">\n<thead class=\"text-left\">\n<tr>\n<th class=\"text-text-100 border-b-0.5 border-[hsl(var(--border-300)\/0.6)] py-2 pr-4 align-top font-bold\" scope=\"col\">Mode<\/th>\n<th class=\"text-text-100 border-b-0.5 border-[hsl(var(--border-300)\/0.6)] py-2 pr-4 align-top font-bold\" scope=\"col\">Visitor-to-Proxy Encrypted<\/th>\n<th class=\"text-text-100 border-b-0.5 border-[hsl(var(--border-300)\/0.6)] py-2 pr-4 align-top font-bold\" scope=\"col\">Proxy-to-Origin Encrypted<\/th>\n<th class=\"text-text-100 border-b-0.5 border-[hsl(var(--border-300)\/0.6)] py-2 pr-4 align-top font-bold\" scope=\"col\">Origin Certificate Verified<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">Off<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">No<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">No<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">N\/A<\/td>\n<\/tr>\n<tr>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">Flexible<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">Yes<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">No<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">N\/A<\/td>\n<\/tr>\n<tr>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">Full<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">Yes<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">Yes<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">No<\/td>\n<\/tr>\n<tr>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">Full (Strict)<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">Yes<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">Yes<\/td>\n<td class=\"border-b-0.5 border-[hsl(var(--border-300)\/0.3)] py-2 pr-4 align-top\">Yes<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\" dir=\"ltr\">How to Tell Which Mode Your Site Is Actually Running<\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">This isn&#8217;t visible from the visitor side \u2014 the padlock icon looks identical in Flexible and Full (Strict) modes, which is exactly why so many site owners assume they&#8217;re fully protected when they&#8217;re not. Checking this requires looking at the actual proxy\/DNS configuration directly, not just observing the browser&#8217;s padlock icon.<\/p>\n<h3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\" dir=\"ltr\">Why This Is Worth Getting Right, Not Just &#8220;Set Once and Forget&#8221;<\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">An origin server&#8217;s SSL certificate can expire, get misconfigured during a server migration, or be overlooked entirely when a site is initially set up quickly. If Full (Strict) mode was never properly configured \u2014 or was set up once but the certificate later expired without anyone noticing \u2014 the site can silently drop back to a weaker effective state without any visible warning to visitors, who continue seeing the same reassuring padlock regardless.<\/p>\n<h3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\" dir=\"ltr\">Where This Fits Into Tremhost&#8217;s Setup<\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">This is precisely why Universal SSL configured to <strong>Full (Strict) mode, with a proper origin certificate<\/strong>, is included as a baseline part of <strong>Armor Lite<\/strong> rather than treated as an optional upgrade \u2014 it&#8217;s foundational, not a premium add-on, because the alternative (Flexible mode) creates a security gap that isn&#8217;t visible to anyone just checking for the padlock.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#8220;Our site has SSL&#8221; is a phrase that gets treated as a single, binary fact \u2014 either you have it or you don&#8217;t \u2014 when in reality, SSL configuration has several distinct modes, and the difference between them is the difference between genuinely secure and only appearing secure. Here&#8217;s what actually separates basic SSL from [&hellip;]<\/p>\n","protected":false},"author":226,"featured_media":40099,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[49],"tags":[],"class_list":["post-77094","post","type-post","status-publish","format-standard","has-post-thumbnail","category-tips"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"&quot;Our site has SSL&quot; is a phrase that gets treated as a single, binary fact \u2014 either you have it or you don&#039;t \u2014 when in reality, SSL configuration has several distinct modes, and the difference between them is the difference between genuinely secure and only appearing secure. Here&#039;s what actually separates basic SSL from\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Mike\"\/>\n\t<meta name=\"google-site-verification\" content=\"googled2c4f9d88a3d9ef6\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Tremhost News\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery - Tremhost News\" \/>\n\t\t<meta property=\"og:description\" content=\"&quot;Our site has SSL&quot; is a phrase that gets treated as a single, binary fact \u2014 either you have it or you don&#039;t \u2014 when in reality, SSL configuration has several distinct modes, and the difference between them is the difference between genuinely secure and only appearing secure. Here&#039;s what actually separates basic SSL from\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-23T14:11:53+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-23T14:13:20+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/tremmlyzw\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tremhost\" \/>\n\t\t<meta name=\"twitter:title\" content=\"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery - Tremhost News\" \/>\n\t\t<meta name=\"twitter:description\" content=\"&quot;Our site has SSL&quot; is a phrase that gets treated as a single, binary fact \u2014 either you have it or you don&#039;t \u2014 when in reality, SSL configuration has several distinct modes, and the difference between them is the difference between genuinely secure and only appearing secure. Here&#039;s what actually separates basic SSL from\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@tremhost\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Mike\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#blogposting\",\"name\":\"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery - Tremhost News\",\"headline\":\"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery\",\"author\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/mike\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/istockphoto-1344645417-612x612-1.jpg\",\"width\":612,\"height\":344},\"datePublished\":\"2026-07-23T16:11:53+02:00\",\"dateModified\":\"2026-07-23T16:13:20+02:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#webpage\"},\"articleSection\":\"Tips\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tremhost.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/tips\\\/#listItem\",\"name\":\"Tips\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/tips\\\/#listItem\",\"position\":2,\"name\":\"Tips\",\"item\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/tips\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#listItem\",\"name\":\"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#listItem\",\"position\":3,\"name\":\"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/tips\\\/#listItem\",\"name\":\"Tips\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\",\"name\":\"Tremhost\",\"description\":\"content by tremhost editors\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/\",\"telephone\":\"+263735639917\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/banner.png\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#organizationLogo\",\"width\":365,\"height\":548,\"caption\":\"A Tremhost cartoon person\"},\"image\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/tremmlyzw\",\"https:\\\/\\\/twitter.com\\\/tremhost\",\"https:\\\/\\\/instagram.com\\\/tremhost\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCxDNndooGbeGqMwQUgXHeMA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/mike\\\/#author\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/mike\\\/\",\"name\":\"Mike\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4462123afcfe68aa3f07c2f5a0b6475cd79c6fed10090b61b8c6a0bd36f5a657?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Mike\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#webpage\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/\",\"name\":\"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery - Tremhost News\",\"description\":\"\\\"Our site has SSL\\\" is a phrase that gets treated as a single, binary fact \\u2014 either you have it or you don't \\u2014 when in reality, SSL configuration has several distinct modes, and the difference between them is the difference between genuinely secure and only appearing secure. Here's what actually separates basic SSL from\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/mike\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/mike\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/istockphoto-1344645417-612x612-1.jpg\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#mainImage\",\"width\":612,\"height\":344},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\\\/#mainImage\"},\"datePublished\":\"2026-07-23T16:11:53+02:00\",\"dateModified\":\"2026-07-23T16:13:20+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/\",\"name\":\"Tremhost News\",\"description\":\"content by tremhost editors\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery - Tremhost News","description":"\"Our site has SSL\" is a phrase that gets treated as a single, binary fact \u2014 either you have it or you don't \u2014 when in reality, SSL configuration has several distinct modes, and the difference between them is the difference between genuinely secure and only appearing secure. Here's what actually separates basic SSL from","canonical_url":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"googled2c4f9d88a3d9ef6","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#blogposting","name":"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery - Tremhost News","headline":"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery","author":{"@id":"https:\/\/tremhost.com\/blog\/author\/mike\/#author"},"publisher":{"@id":"https:\/\/tremhost.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/tremhost.com\/blog\/wp-content\/uploads\/2025\/09\/istockphoto-1344645417-612x612-1.jpg","width":612,"height":344},"datePublished":"2026-07-23T16:11:53+02:00","dateModified":"2026-07-23T16:13:20+02:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#webpage"},"isPartOf":{"@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#webpage"},"articleSection":"Tips"},{"@type":"BreadcrumbList","@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tremhost.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/tips\/#listItem","name":"Tips"}},{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/tips\/#listItem","position":2,"name":"Tips","item":"https:\/\/tremhost.com\/blog\/category\/tips\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#listItem","name":"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#listItem","position":3,"name":"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery","previousItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/tips\/#listItem","name":"Tips"}}]},{"@type":"Organization","@id":"https:\/\/tremhost.com\/blog\/#organization","name":"Tremhost","description":"content by tremhost editors","url":"https:\/\/tremhost.com\/blog\/","telephone":"+263735639917","logo":{"@type":"ImageObject","url":"https:\/\/tremhost.com\/blog\/wp-content\/uploads\/2020\/04\/banner.png","@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#organizationLogo","width":365,"height":548,"caption":"A Tremhost cartoon person"},"image":{"@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#organizationLogo"},"sameAs":["https:\/\/facebook.com\/tremmlyzw","https:\/\/twitter.com\/tremhost","https:\/\/instagram.com\/tremhost","https:\/\/www.youtube.com\/channel\/UCxDNndooGbeGqMwQUgXHeMA"]},{"@type":"Person","@id":"https:\/\/tremhost.com\/blog\/author\/mike\/#author","url":"https:\/\/tremhost.com\/blog\/author\/mike\/","name":"Mike","image":{"@type":"ImageObject","@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/4462123afcfe68aa3f07c2f5a0b6475cd79c6fed10090b61b8c6a0bd36f5a657?s=96&d=mm&r=g","width":96,"height":96,"caption":"Mike"}},{"@type":"WebPage","@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#webpage","url":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/","name":"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery - Tremhost News","description":"\"Our site has SSL\" is a phrase that gets treated as a single, binary fact \u2014 either you have it or you don't \u2014 when in reality, SSL configuration has several distinct modes, and the difference between them is the difference between genuinely secure and only appearing secure. Here's what actually separates basic SSL from","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/tremhost.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#breadcrumblist"},"author":{"@id":"https:\/\/tremhost.com\/blog\/author\/mike\/#author"},"creator":{"@id":"https:\/\/tremhost.com\/blog\/author\/mike\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/tremhost.com\/blog\/wp-content\/uploads\/2025\/09\/istockphoto-1344645417-612x612-1.jpg","@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#mainImage","width":612,"height":344},"primaryImageOfPage":{"@id":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/#mainImage"},"datePublished":"2026-07-23T16:11:53+02:00","dateModified":"2026-07-23T16:13:20+02:00"},{"@type":"WebSite","@id":"https:\/\/tremhost.com\/blog\/#website","url":"https:\/\/tremhost.com\/blog\/","name":"Tremhost News","description":"content by tremhost editors","inLanguage":"en-GB","publisher":{"@id":"https:\/\/tremhost.com\/blog\/#organization"}}]},"og:locale":"en_GB","og:site_name":"Tremhost News","og:type":"article","og:title":"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery - Tremhost News","og:description":"&quot;Our site has SSL&quot; is a phrase that gets treated as a single, binary fact \u2014 either you have it or you don't \u2014 when in reality, SSL configuration has several distinct modes, and the difference between them is the difference between genuinely secure and only appearing secure. Here's what actually separates basic SSL from","og:url":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/","article:published_time":"2026-07-23T14:11:53+00:00","article:modified_time":"2026-07-23T14:13:20+00:00","article:publisher":"https:\/\/facebook.com\/tremmlyzw","twitter:card":"summary_large_image","twitter:site":"@tremhost","twitter:title":"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery - Tremhost News","twitter:description":"&quot;Our site has SSL&quot; is a phrase that gets treated as a single, binary fact \u2014 either you have it or you don't \u2014 when in reality, SSL configuration has several distinct modes, and the difference between them is the difference between genuinely secure and only appearing secure. Here's what actually separates basic SSL from","twitter:creator":"@tremhost","twitter:label1":"Written by","twitter:data1":"Mike","twitter:label2":"Est. reading time","twitter:data2":"4 minutes"},"aioseo_meta_data":{"post_id":"77094","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-23 14:11:53","updated":"2026-07-23 14:41:02","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tremhost.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tremhost.com\/blog\/category\/tips\/\" title=\"Tips\">Tips<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tThe Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tremhost.com\/blog"},{"label":"Tips","link":"https:\/\/tremhost.com\/blog\/category\/tips\/"},{"label":"The Cost of a DDoS Attack for Small Businesses: Why Prevention Is Cheaper Than Recovery","link":"https:\/\/tremhost.com\/blog\/the-cost-of-a-ddos-attack-for-small-businesses-why-prevention-is-cheaper-than-recovery\/"}],"_links":{"self":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/77094","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/users\/226"}],"replies":[{"embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/comments?post=77094"}],"version-history":[{"count":1,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/77094\/revisions"}],"predecessor-version":[{"id":77095,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/77094\/revisions\/77095"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/media\/40099"}],"wp:attachment":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/media?parent=77094"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/categories?post=77094"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/tags?post=77094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}