{"id":981,"date":"2023-10-13T13:01:00","date_gmt":"2023-10-13T13:01:00","guid":{"rendered":"http:\/\/www.webhosting.uk.com\/web-hosting\/faq\/?p=981"},"modified":"2026-02-06T06:10:41","modified_gmt":"2026-02-06T06:10:41","slug":"how-to-check-if-your-linux-server-is-under-ddos-attack","status":"publish","type":"post","link":"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/","title":{"rendered":"How to check if your Linux server is under a DDOS attack"},"content":{"rendered":"\r\n<p class=\"wp-block-paragraph\">A Distributed Denial of Service (DDoS) attack overwhelms your server with excessive traffic, causing it to become unavailable for genuine users. If your Linux server experiences high load, slow performance, or downtime, it could be a sign of a DDoS attack.<\/p>\r\n<p>Steps to check if your Linux server is under a DDoS attack:<\/p>\r\n<ol>\r\n<li>Check Active Connections:<br \/>A key sign of a DDoS attack is an unusually high number of active connections. To check this, use the following command to see how many active connections exist on port 80 (the HTTP port):\r\n<pre>netstat -n | grep :80 | wc -l<\/pre>\r\nThis command will display the number of active connections. If the number is unusually high, it may indicate an attack.<\/li>\r\n<li>Check SYN Flood Attack:<br \/>A SYN flood is a type of DDoS attack in which attackers initiate connections to your server but do not complete the handshake, causing your server to become overwhelmed. Use the following command to check for SYN connections:\r\n<pre>\u00a0netstat -an | grep SYN<\/pre>\r\nIf the result shows a large number of SYN connections (typically above 100), your server might be experiencing a SYN flood attack.<\/li>\r\n<li>Identify IP Addresses with Maximum Connections<br \/>To determine if certain IP addresses are making excessive connections to your server, use this command:\r\n<pre>netstat -anp | grep 'tcp\\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n<\/pre>\r\nThis will display a list of IP addresses with the number of connections they are making to your server. If you notice an IP address with an unusually high number of connections, it may be the source of the attack.<\/li>\r\n<li>Block Suspicious IP Addresses:\r\n<ol>\r\n<li>Once you have identified an IP address that is making an excessive number of connections, you can block it using the following command:\r\n<pre>route add &lt;IP address&gt; reject<\/pre>\r\n<\/li>\r\n<li>For example, to block the IP address 192.168.0.1, the command would be:\r\n<pre>route add 192.168.0.1 reject<\/pre>\r\n<\/li>\r\n<li>You can verify if the IP address is blocked by running:\r\n<pre>route -n | grep &lt;IP address&gt;<\/pre>\r\n<\/li>\r\n<li>Alternatively, you can use iptables to block an IP address:\r\n<pre>iptables -A INPUT -s &lt;IP address&gt; -j DROP<br \/><br \/>service iptables restart<br \/><br \/>service iptables save<\/pre>\r\n<\/li>\r\n<\/ol>\r\n<\/li>\r\n<li>Restart the Web Server:<br \/>After blocking malicious IP addresses, restart the web server to clear existing connections and allow normal traffic.\r\n<pre>killall -KILL httpd<br \/><br \/>service httpd start<\/pre>\r\n<\/li>\r\n<li>Monitor for Further Attacks:<br \/>Keep monitoring your server by regularly checking the active connections and identifying any abnormal patterns. DDoS attacks may occur in waves, so continuous vigilance is necessary.<\/li>\r\n<\/ol>\r\n<p>In this way, you can check\u00a0<span style=\"box-sizing: border-box;\">whether your\u00a0<a href=\"https:\/\/www.webhosting.uk.com\/dedicated-servers\" target=\"_blank\" rel=\"noopener\">Linux Server<\/a> is under a DDoS attack<\/span>.<\/p>\r\n<p>Also, check our Cloud Services Today!<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>A Distributed Denial of Service (DDoS) attack overwhelms your server with excessive traffic, causing it to become unavailable for genuine users. If your Linux server experiences high load, slow performance,&hellip;<\/p>\n<p><a href=\"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/\" class=\"more-link\">Read More<\/a><\/p>\n<div class='heateorSssClear'><\/div><div  class='heateor_sss_sharing_container heateor_sss_horizontal_sharing' data-heateor-sss-href='https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/'><div class='heateor_sss_sharing_title' style=\"font-weight:bold\" >Spread the love<\/div><div class=\"heateor_sss_sharing_ul\"><a aria-label=\"Facebook\" class=\"heateor_sss_facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.webhosting.uk.com%2Fkb%2Fhow-to-check-if-your-linux-server-is-under-ddos-attack%2F\" title=\"Facebook\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#0765FE;width:40px;height:40px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"X\" class=\"heateor_sss_button_x\" href=\"https:\/\/twitter.com\/intent\/tweet?text=How%20to%20check%20if%20your%20Linux%20server%20is%20under%20a%20DDOS%20attack&url=https%3A%2F%2Fwww.webhosting.uk.com%2Fkb%2Fhow-to-check-if-your-linux-server-is-under-ddos-attack%2F\" title=\"X\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_x\" style=\"background-color:#2a2a2a;width:40px;height:40px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg width=\"100%\" height=\"100%\" style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M21.751 7h3.067l-6.7 7.658L26 25.078h-6.172l-4.833-6.32-5.531 6.32h-3.07l7.167-8.19L6 7h6.328l4.37 5.777L21.75 7Zm-1.076 16.242h1.7L11.404 8.74H9.58l11.094 14.503Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Linkedin\" class=\"heateor_sss_button_linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.webhosting.uk.com%2Fkb%2Fhow-to-check-if-your-linux-server-is-under-ddos-attack%2F\" title=\"Linkedin\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_linkedin\" style=\"background-color:#0077b5;width:40px;height:40px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path d=\"M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><\/div><div class=\"heateorSssClear\"><\/div><\/div><div class='heateorSssClear'><\/div>","protected":false},"author":9,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1849],"tags":[469,467,468],"class_list":["post-981","post","type-post","status-publish","format-standard","hentry","category-cpanel-and-whm","tag-block-ddos-attack","tag-check-ddos-attack","tag-denial-of-service-attack"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v27.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Check if Your Linux Server Is Under a DDoS Attack<\/title>\n<meta name=\"description\" content=\"Learn how to detect DDOS attacks. Strengthen security with effective steps to ensure optimal performance and protection.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to check if your Linux server is under a DDOS attack\" \/>\n<meta property=\"og:description\" content=\"Learn how to detect DDOS attacks. Strengthen security with effective steps to ensure optimal performance and protection.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/\" \/>\n<meta property=\"og:site_name\" content=\"Webhosting UK Knowledge Base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webhostingukcom\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-13T13:01:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-06T06:10:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.webhosting.uk.com\/kb\/wp-content\/uploads\/2023\/08\/WHUK-logo-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ross\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@WebhostingUKcom\" \/>\n<meta name=\"twitter:site\" content=\"@WebhostingUKcom\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/how-to-check-if-your-linux-server-is-under-ddos-attack\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/how-to-check-if-your-linux-server-is-under-ddos-attack\\\/\"},\"author\":{\"name\":\"Ross\",\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/#\\\/schema\\\/person\\\/a4efa0f766c71ba9bd7a10cda6cdf117\"},\"headline\":\"How to check if your Linux server is under a DDOS attack\",\"datePublished\":\"2023-10-13T13:01:00+00:00\",\"dateModified\":\"2026-02-06T06:10:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/how-to-check-if-your-linux-server-is-under-ddos-attack\\\/\"},\"wordCount\":377,\"publisher\":{\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/#organization\"},\"keywords\":[\"block ddos attack\",\"check DDOS Attack\",\"denial-of-service attack\"],\"articleSection\":[\"cPanel &amp; WHM\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/how-to-check-if-your-linux-server-is-under-ddos-attack\\\/\",\"url\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/how-to-check-if-your-linux-server-is-under-ddos-attack\\\/\",\"name\":\"Check if Your Linux Server Is Under a DDoS Attack\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/#website\"},\"datePublished\":\"2023-10-13T13:01:00+00:00\",\"dateModified\":\"2026-02-06T06:10:41+00:00\",\"description\":\"Learn how to detect DDOS attacks. Strengthen security with effective steps to ensure optimal performance and protection.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/how-to-check-if-your-linux-server-is-under-ddos-attack\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/how-to-check-if-your-linux-server-is-under-ddos-attack\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/how-to-check-if-your-linux-server-is-under-ddos-attack\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to check if your Linux server is under a DDOS attack\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/\",\"name\":\"Webhosting UK Knowledge Base\",\"description\":\"Expert Insights on Hosting, Development, Security, Marketing, and SEO\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/#organization\"},\"alternateName\":\"WHUK\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/#organization\",\"name\":\"Webhosting UK\",\"alternateName\":\"WHUK\",\"url\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/WHUK-logo-1.png\",\"contentUrl\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/WHUK-logo-1.png\",\"width\":1200,\"height\":628,\"caption\":\"Webhosting UK\"},\"image\":{\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/webhostingukcom\",\"https:\\\/\\\/x.com\\\/WebhostingUKcom\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/webhostinguk\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/webhosting-uk-com-ltd\\\/\",\"https:\\\/\\\/www.instagram.com\\\/webhosting_uk\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@webhostinguk\"],\"description\":\"Fast, reliable, and cost-effective website hosting services with Webhosting UK. Committed to providing you secure support around the clock.\",\"email\":\"sales@webhosting.uk.com\",\"telephone\":\"0800 862 0890\",\"legalName\":\"Webhosting UK\",\"foundingDate\":\"2001-02-07\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"51\",\"maxValue\":\"200\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.webhosting.uk.com\\\/kb\\\/#\\\/schema\\\/person\\\/a4efa0f766c71ba9bd7a10cda6cdf117\",\"name\":\"Ross\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/90d1a4768b6de8a01fefddb0d0fc81215f90ddd37e839a862d60aadc52828f3a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/90d1a4768b6de8a01fefddb0d0fc81215f90ddd37e839a862d60aadc52828f3a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/90d1a4768b6de8a01fefddb0d0fc81215f90ddd37e839a862d60aadc52828f3a?s=96&d=mm&r=g\",\"caption\":\"Ross\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Check if Your Linux Server Is Under a DDoS Attack","description":"Learn how to detect DDOS attacks. Strengthen security with effective steps to ensure optimal performance and protection.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/","og_locale":"en_GB","og_type":"article","og_title":"How to check if your Linux server is under a DDOS attack","og_description":"Learn how to detect DDOS attacks. Strengthen security with effective steps to ensure optimal performance and protection.","og_url":"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/","og_site_name":"Webhosting UK Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/webhostingukcom","article_published_time":"2023-10-13T13:01:00+00:00","article_modified_time":"2026-02-06T06:10:41+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.webhosting.uk.com\/kb\/wp-content\/uploads\/2023\/08\/WHUK-logo-1.png","type":"image\/png"}],"author":"Ross","twitter_card":"summary_large_image","twitter_creator":"@WebhostingUKcom","twitter_site":"@WebhostingUKcom","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/#article","isPartOf":{"@id":"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/"},"author":{"name":"Ross","@id":"https:\/\/www.webhosting.uk.com\/kb\/#\/schema\/person\/a4efa0f766c71ba9bd7a10cda6cdf117"},"headline":"How to check if your Linux server is under a DDOS attack","datePublished":"2023-10-13T13:01:00+00:00","dateModified":"2026-02-06T06:10:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/"},"wordCount":377,"publisher":{"@id":"https:\/\/www.webhosting.uk.com\/kb\/#organization"},"keywords":["block ddos attack","check DDOS Attack","denial-of-service attack"],"articleSection":["cPanel &amp; WHM"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/","url":"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/","name":"Check if Your Linux Server Is Under a DDoS Attack","isPartOf":{"@id":"https:\/\/www.webhosting.uk.com\/kb\/#website"},"datePublished":"2023-10-13T13:01:00+00:00","dateModified":"2026-02-06T06:10:41+00:00","description":"Learn how to detect DDOS attacks. Strengthen security with effective steps to ensure optimal performance and protection.","breadcrumb":{"@id":"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.webhosting.uk.com\/kb\/how-to-check-if-your-linux-server-is-under-ddos-attack\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.webhosting.uk.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to check if your Linux server is under a DDOS attack"}]},{"@type":"WebSite","@id":"https:\/\/www.webhosting.uk.com\/kb\/#website","url":"https:\/\/www.webhosting.uk.com\/kb\/","name":"Webhosting UK Knowledge Base","description":"Expert Insights on Hosting, Development, Security, Marketing, and SEO","publisher":{"@id":"https:\/\/www.webhosting.uk.com\/kb\/#organization"},"alternateName":"WHUK","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.webhosting.uk.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.webhosting.uk.com\/kb\/#organization","name":"Webhosting UK","alternateName":"WHUK","url":"https:\/\/www.webhosting.uk.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.webhosting.uk.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.webhosting.uk.com\/kb\/wp-content\/uploads\/2023\/08\/WHUK-logo-1.png","contentUrl":"https:\/\/www.webhosting.uk.com\/kb\/wp-content\/uploads\/2023\/08\/WHUK-logo-1.png","width":1200,"height":628,"caption":"Webhosting UK"},"image":{"@id":"https:\/\/www.webhosting.uk.com\/kb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webhostingukcom","https:\/\/x.com\/WebhostingUKcom","https:\/\/www.youtube.com\/c\/webhostinguk","https:\/\/www.linkedin.com\/company\/webhosting-uk-com-ltd\/","https:\/\/www.instagram.com\/webhosting_uk\/","https:\/\/www.tiktok.com\/@webhostinguk"],"description":"Fast, reliable, and cost-effective website hosting services with Webhosting UK. Committed to providing you secure support around the clock.","email":"sales@webhosting.uk.com","telephone":"0800 862 0890","legalName":"Webhosting UK","foundingDate":"2001-02-07","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"51","maxValue":"200"}},{"@type":"Person","@id":"https:\/\/www.webhosting.uk.com\/kb\/#\/schema\/person\/a4efa0f766c71ba9bd7a10cda6cdf117","name":"Ross","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/90d1a4768b6de8a01fefddb0d0fc81215f90ddd37e839a862d60aadc52828f3a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/90d1a4768b6de8a01fefddb0d0fc81215f90ddd37e839a862d60aadc52828f3a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/90d1a4768b6de8a01fefddb0d0fc81215f90ddd37e839a862d60aadc52828f3a?s=96&d=mm&r=g","caption":"Ross"}}]}},"_links":{"self":[{"href":"https:\/\/www.webhosting.uk.com\/kb\/wp-json\/wp\/v2\/posts\/981","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.webhosting.uk.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webhosting.uk.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webhosting.uk.com\/kb\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webhosting.uk.com\/kb\/wp-json\/wp\/v2\/comments?post=981"}],"version-history":[{"count":44,"href":"https:\/\/www.webhosting.uk.com\/kb\/wp-json\/wp\/v2\/posts\/981\/revisions"}],"predecessor-version":[{"id":21975,"href":"https:\/\/www.webhosting.uk.com\/kb\/wp-json\/wp\/v2\/posts\/981\/revisions\/21975"}],"wp:attachment":[{"href":"https:\/\/www.webhosting.uk.com\/kb\/wp-json\/wp\/v2\/media?parent=981"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webhosting.uk.com\/kb\/wp-json\/wp\/v2\/categories?post=981"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webhosting.uk.com\/kb\/wp-json\/wp\/v2\/tags?post=981"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}