{"id":18712,"date":"2021-06-17T13:57:00","date_gmt":"2021-06-17T13:57:00","guid":{"rendered":"https:\/\/made4it.com.br\/blog\/i-am-suffering-from-ddos-attacks-now-what\/"},"modified":"2026-06-29T19:40:38","modified_gmt":"2026-06-29T19:40:38","slug":"i-am-suffering-from-ddos-attacks-now-what","status":"publish","type":"post","link":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/","title":{"rendered":"I am suffering from DDoS Attacks, now what?!"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Calm down, very calm! You are neither the first nor the last to suffer from DDoS attacks. At first it is hopeless, but there are techniques that can help you tackle this major problem in your network.  <\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Let&#8217;s go, I have separated in a few parts what to do<\/strong><\/p>\n\n<ul class=\"wp-block-list\"><li>Identify if it is really an attack and who is attacking<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">False positives are common\u2014situations where you think it\u2019s an attack, but it\u2019s actually abnormal traffic. For example, consider a Windows update, an Apple iOS update, or updates on Android devices, where multiple devices update at the same time, making it appear to be an attack, but it is real traffic, albeit abnormal.<\/p>\n\n<p class=\"wp-block-paragraph\">If your case is not a false-positive and you really confirm that it is a DDoS Attack the next step is to identify which interfaces and where the attack is directed, to which client or which equipment.<\/p>\n\n<p class=\"wp-block-paragraph\">But how do you do that? There are several ways to track this traffic, including <\/p>\n\n<ul class=\"wp-block-list\"><li>If it is a Mikrotik Router you can use the Torch Tool (Tools -&gt; Torch) and analyze which IP has an abnormal consumption<\/li><li>If you&#8217;re using a server or router running Linux or FreeBSD, you can use tcpdump to analyze which IP addresses are exhibiting abnormal traffic.<\/li><li>On Cisco, Juniper, Huawei, or Nokia routers, you&#8217;ll need a NetFlow analyzer such as Made4Flow to identify which IP addresses are exhibiting abnormal traffic.<\/li><li>If you are unable to use NetFlow (Netstream, jFlow, NetFlow v5\/v9\/IPFIX, or RouterOS Traffic Flow), you can set up port mirroring to mirror traffic from your router&#8217;s port to a server or host that can analyze the traffic<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">But with so much traffic, how can you tell if something is abnormal? DDoS attacks generally occur on ports that use amplification; as mentioned in our article on what a DDoS is, examples include NTP and SSDP. If you observe higher-than-normal traffic (usually involving a large number of packets and high bandwidth from various sources) directed at a specific IP address, you can move on to the next step.  <\/p>\n\n<ul class=\"wp-block-list\"><li>Use the Blackhole &#8211; RTBH<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">Blackhole, or RTBH (Remote Triggered Blackhole), is a technique in which we literally send an IP address to the \u201cblack hole,\u201d causing that IP address to stop functioning both on your network and on the Internet, thereby stopping the attack. Through a BGP announcement, it is possible to make the IP address stop functioning and notify your ISPs that it should not receive any traffic. <\/p>\n\n<p class=\"wp-block-paragraph\">Blackhole solves the problem for attacks targeting one or a few IP addresses, but if the attack targets many IP addresses, Blackhole is not effective due to the maximum number of prefixes advertised in the BGP session.<\/p>\n\n<p class=\"wp-block-paragraph\">If you want to know more about <a href=\"https:\/\/made4it.com.br\/en\/blog\/rtbh-blackhole-what-is-it\/\" class=\"rank-math-link\">Blackhole <\/a>check out our article!<\/p>\n\n<p class=\"wp-block-paragraph\">Pros:<\/p>\n\n<ul class=\"wp-block-list\"><li>Easily configured<\/li><li>Broad support (all routers support it)<\/li><li>Attack is stopped quickly<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">Cons:<\/p>\n\n<p class=\"wp-block-paragraph\">&#8211; The IP will stop working completely<\/p>\n\n<p class=\"wp-block-paragraph\">&#8211; If the attack is directed at multiple IP&#8217;s it can be a bigger problem<\/p>\n\n<p class=\"wp-block-paragraph\">Blackhole works, but only to a certain extent; in larger attacks, or if the attacks are persistent and the techniques change\u2014targeting multiple systems\u2014it won&#8217;t meet your needs.<\/p>\n\n<ul class=\"wp-block-list\"><li>Use a Mitigation Link or Scrubbing Center<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">When attacks change and begin targeting multiple IP addresses, the blackhole technique will not be sufficient to meet the demand, and in order to continue operating, someone must filter out the attack traffic from the legitimate traffic; To this end, there are companies that sell mitigation services known as Scrubbing Centers or Anti-DDoS services.<\/p>\n\n<p class=\"wp-block-paragraph\">With this type of link, you route your download traffic to them via BGP, and they will use their servers, routers, appliances, and techniques to filter out attack traffic from legitimate traffic.<\/p>\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to learn more about Mitigation Link, check out our article\u2014we explain how it works in more detail there.<\/p>\n\n<p class=\"wp-block-paragraph\">Pros:<\/p>\n\n<ul class=\"wp-block-list\"><li>The attacked IP(s) are still working<\/li><li>The whole problem of receiving the attack is transferred to these companies<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">Cons:<\/p>\n\n<ul class=\"wp-block-list\"><li>Cost of this link<\/li><li>Increased latency<\/li><li>A more complex configuration, as it requires BGP traffic engineering while the attack is in progress<\/li><\/ul>\n\n<ul class=\"wp-block-list\"><li>Automate everything<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">DDoS attacks will occur when you least expect them, so creating the protection framework with automation is extremely necessary.<\/p>\n\n<p class=\"wp-block-paragraph\">To this end, Made4Flow features an Anti-DDoS module that can either send an IP address to a blackhole or route it to the mitigation system when it detects a DDoS attack.  <\/p>\n\n<p class=\"wp-block-paragraph\">With it you can receive alerts via e-mail and have the peace of mind that the tool is working for you and taking automated actions to protect your network.  <\/p>\n\n<p class=\"wp-block-paragraph\"><strong>If you like this post, please share it!<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">In the next articles we will tell you how to prevent attacks, how to set up a blackhole on Mikrotik, Cisco, Juniper or Huawei routers and many more information about DDoS.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Until next time<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Calm down, very calm! You are neither the first nor the last to suffer from DDoS attacks. At first it is hopeless, but there are techniques that can help you tackle this major problem in your network. Let&#8217;s go, I have separated in a few parts what to do Identify if it is really an attack and who is attacking False positives are common\u2014situations where you think it\u2019s an attack, but it\u2019s actually abnormal traffic. For example, consider a Windows update, an Apple iOS update, or updates on Android devices, where multiple devices update at the same time, making it appear to be an attack, but it is real traffic, albeit abnormal. If your case is not a false-positive and you really confirm that it is a DDoS Attack the next step is to identify which interfaces and where the attack is directed, to which client or which equipment. But how do you do that? There are several ways to track this traffic, including If it is a Mikrotik Router you can use the Torch Tool (Tools -&gt; Torch) and analyze which IP has an abnormal consumption If you&#8217;re using a server or router running Linux or FreeBSD, you can use tcpdump to analyze which IP addresses are exhibiting abnormal traffic. On Cisco, Juniper, Huawei, or Nokia routers, you&#8217;ll need a NetFlow analyzer such as Made4Flow to identify which IP addresses are exhibiting abnormal traffic. If you are unable to use NetFlow (Netstream, jFlow, NetFlow v5\/v9\/IPFIX, or RouterOS Traffic Flow), you can set up port mirroring to mirror traffic from your router&#8217;s port to a server or host that can analyze the traffic But with so much traffic, how can you tell if something is abnormal? DDoS attacks generally occur on ports that use amplification; as mentioned in our article on what a DDoS is, examples include NTP and SSDP. If you observe higher-than-normal traffic (usually involving a large number of packets and high bandwidth from various sources) directed at a specific IP address, you can move on to the next step. Use the Blackhole &#8211; RTBH Blackhole, or RTBH (Remote Triggered Blackhole), is a technique in which we literally send an IP address to the \u201cblack hole,\u201d causing that IP address to stop functioning both on your network and on the Internet, thereby stopping the attack. Through a BGP announcement, it is possible to make the IP address stop functioning and notify your ISPs that it should not receive any traffic. Blackhole solves the problem for attacks targeting one or a few IP addresses, but if the attack targets many IP addresses, Blackhole is not effective due to the maximum number of prefixes advertised in the BGP session. If you want to know more about Blackhole check out our article! Pros: Easily configured Broad support (all routers support it) Attack is stopped quickly Cons: &#8211; The IP will stop working completely &#8211; If the attack is directed at multiple IP&#8217;s it can be a bigger problem Blackhole works, but only to a certain extent; in larger attacks, or if the attacks are persistent and the techniques change\u2014targeting multiple systems\u2014it won&#8217;t meet your needs. Use a Mitigation Link or Scrubbing Center When attacks change and begin targeting multiple IP addresses, the blackhole technique will not be sufficient to meet the demand, and in order to continue operating, someone must filter out the attack traffic from the legitimate traffic; To this end, there are companies that sell mitigation services known as Scrubbing Centers or Anti-DDoS services. With this type of link, you route your download traffic to them via BGP, and they will use their servers, routers, appliances, and techniques to filter out attack traffic from legitimate traffic. If you&#8217;d like to learn more about Mitigation Link, check out our article\u2014we explain how it works in more detail there. Pros: The attacked IP(s) are still working The whole problem of receiving the attack is transferred to these companies Cons: Cost of this link Increased latency A more complex configuration, as it requires BGP traffic engineering while the attack is in progress Automate everything DDoS attacks will occur when you least expect them, so creating the protection framework with automation is extremely necessary. To this end, Made4Flow features an Anti-DDoS module that can either send an IP address to a blackhole or route it to the mitigation system when it detects a DDoS attack. With it you can receive alerts via e-mail and have the peace of mind that the tool is working for you and taking automated actions to protect your network. If you like this post, please share it! In the next articles we will tell you how to prevent attacks, how to set up a blackhole on Mikrotik, Cisco, Juniper or Huawei routers and many more information about DDoS. Until next time<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[],"class_list":["post-18712","post","type-post","status-publish","format-standard","hentry","category-nao-categorizado"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Calm down, very calm! You are neither the first nor the last to suffer from DDoS attacks. At first it is hopeless, but there are techniques that can help you tackle this major problem in your network. Let&#039;s go, I have separated in a few parts what to do Identify if it is really an\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Made4it\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Made4it -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"I am suffering from DDoS Attacks, now what?! - Made4it\" \/>\n\t\t<meta property=\"og:description\" content=\"Calm down, very calm! You are neither the first nor the last to suffer from DDoS attacks. At first it is hopeless, but there are techniques that can help you tackle this major problem in your network. Let&#039;s go, I have separated in a few parts what to do Identify if it is really an\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"87\" \/>\n\t\t<meta property=\"og:image:height\" content=\"27\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-06-17T13:57:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-29T19:40:38+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"I am suffering from DDoS Attacks, now what?! - Made4it\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Calm down, very calm! You are neither the first nor the last to suffer from DDoS attacks. At first it is hopeless, but there are techniques that can help you tackle this major problem in your network. Let&#039;s go, I have separated in a few parts what to do Identify if it is really an\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/#blogposting\",\"name\":\"I am suffering from DDoS Attacks, now what?! - Made4it\",\"headline\":\"I am suffering from DDoS Attacks, now what?!\",\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logomade4it.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#articleImage\",\"width\":87,\"height\":27},\"datePublished\":\"2021-06-17T13:57:00+00:00\",\"dateModified\":\"2026-06-29T19:40:38+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/#webpage\"},\"articleSection\":\"N\\u00e3o categorizado\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"name\":\"N\\u00e3o categorizado\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"position\":2,\"name\":\"N\\u00e3o categorizado\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/#listItem\",\"name\":\"I am suffering from DDoS Attacks, now what?!\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/#listItem\",\"position\":3,\"name\":\"I am suffering from DDoS Attacks, now what?!\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"name\":\"N\\u00e3o categorizado\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\",\"name\":\"Made4it\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logomade4it.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/#organizationLogo\",\"width\":87,\"height\":27},\"image\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/\",\"name\":\"Made4it\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9e851ee58f38006902829c03b2dc8e42c8a735a5561b807ca366ed66bd41f2ca?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Made4it\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/#webpage\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/\",\"name\":\"I am suffering from DDoS Attacks, now what?! - Made4it\",\"description\":\"Calm down, very calm! You are neither the first nor the last to suffer from DDoS attacks. At first it is hopeless, but there are techniques that can help you tackle this major problem in your network. Let's go, I have separated in a few parts what to do Identify if it is really an\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/i-am-suffering-from-ddos-attacks-now-what\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"datePublished\":\"2021-06-17T13:57:00+00:00\",\"dateModified\":\"2026-06-29T19:40:38+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"name\":\"Made4it\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"I am suffering from DDoS Attacks, now what?! - Made4it","description":"Calm down, very calm! You are neither the first nor the last to suffer from DDoS attacks. At first it is hopeless, but there are techniques that can help you tackle this major problem in your network. Let's go, I have separated in a few parts what to do Identify if it is really an","canonical_url":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/#blogposting","name":"I am suffering from DDoS Attacks, now what?! - Made4it","headline":"I am suffering from DDoS Attacks, now what?!","author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"publisher":{"@id":"https:\/\/made4it.com.br\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","@id":"https:\/\/made4it.com.br\/en\/#articleImage","width":87,"height":27},"datePublished":"2021-06-17T13:57:00+00:00","dateModified":"2026-06-29T19:40:38+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/#webpage"},"isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/#webpage"},"articleSection":"N\u00e3o categorizado"},{"@type":"BreadcrumbList","@id":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/made4it.com.br\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","name":"N\u00e3o categorizado"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","position":2,"name":"N\u00e3o categorizado","item":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/#listItem","name":"I am suffering from DDoS Attacks, now what?!"},"previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/#listItem","position":3,"name":"I am suffering from DDoS Attacks, now what?!","previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","name":"N\u00e3o categorizado"}}]},{"@type":"Organization","@id":"https:\/\/made4it.com.br\/en\/#organization","name":"Made4it","url":"https:\/\/made4it.com.br\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","@id":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/#organizationLogo","width":87,"height":27},"image":{"@id":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author","url":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/","name":"Made4it","image":{"@type":"ImageObject","@id":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/9e851ee58f38006902829c03b2dc8e42c8a735a5561b807ca366ed66bd41f2ca?s=96&d=mm&r=g","width":96,"height":96,"caption":"Made4it"}},{"@type":"WebPage","@id":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/#webpage","url":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/","name":"I am suffering from DDoS Attacks, now what?! - Made4it","description":"Calm down, very calm! You are neither the first nor the last to suffer from DDoS attacks. At first it is hopeless, but there are techniques that can help you tackle this major problem in your network. Let's go, I have separated in a few parts what to do Identify if it is really an","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/#website"},"breadcrumb":{"@id":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/#breadcrumblist"},"author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"creator":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"datePublished":"2021-06-17T13:57:00+00:00","dateModified":"2026-06-29T19:40:38+00:00"},{"@type":"WebSite","@id":"https:\/\/made4it.com.br\/en\/#website","url":"https:\/\/made4it.com.br\/en\/","name":"Made4it","inLanguage":"en-US","publisher":{"@id":"https:\/\/made4it.com.br\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Made4it -","og:type":"article","og:title":"I am suffering from DDoS Attacks, now what?! - Made4it","og:description":"Calm down, very calm! You are neither the first nor the last to suffer from DDoS attacks. At first it is hopeless, but there are techniques that can help you tackle this major problem in your network. Let's go, I have separated in a few parts what to do Identify if it is really an","og:url":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/","og:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","og:image:secure_url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","og:image:width":87,"og:image:height":27,"article:published_time":"2021-06-17T13:57:00+00:00","article:modified_time":"2026-06-29T19:40:38+00:00","twitter:card":"summary_large_image","twitter:title":"I am suffering from DDoS Attacks, now what?! - Made4it","twitter:description":"Calm down, very calm! You are neither the first nor the last to suffer from DDoS attacks. At first it is hopeless, but there are techniques that can help you tackle this major problem in your network. Let's go, I have separated in a few parts what to do Identify if it is really an","twitter:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png"},"aioseo_meta_data":{"post_id":"18712","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"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_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-06-29 19:40:38","updated":"2026-06-29 20:59:58"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/made4it.com.br\/en\/\" 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:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/\" title=\"N\u00e3o categorizado\">N\u00e3o categorizado<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tI am suffering from DDoS Attacks, now what?!\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/made4it.com.br\/en\/"},{"label":"N\u00e3o categorizado","link":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/"},{"label":"I am suffering from DDoS Attacks, now what?!","link":"https:\/\/made4it.com.br\/en\/blog\/i-am-suffering-from-ddos-attacks-now-what\/"}],"_links":{"self":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18712","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/comments?post=18712"}],"version-history":[{"count":1,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18712\/revisions"}],"predecessor-version":[{"id":18714,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18712\/revisions\/18714"}],"wp:attachment":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media?parent=18712"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/categories?post=18712"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/tags?post=18712"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}