{"id":22018,"date":"2025-11-26T18:05:41","date_gmt":"2025-11-26T17:05:41","guid":{"rendered":"https:\/\/www.transparentedge.eu\/en\/blog\/"},"modified":"2025-11-26T18:08:26","modified_gmt":"2025-11-26T17:08:26","slug":"how-transparent-edge-secured-a-public-institutions-website","status":"publish","type":"post","link":"https:\/\/www.transparentedge.eu\/en\/blog\/how-transparent-edge-secured-a-public-institutions-website\/","title":{"rendered":"How Transparent Edge secured a public institution&#8217;s website"},"content":{"rendered":"\n<p>The stability and availability of a website are fundamental pillars for any entity that offers critical online services. For public institutions with high visibility, this requirement is even greater, especially in a context of persistent cyberattacks by hacktivist groups.<\/p>\n\n\n\n<p>This case study addresses the implementation of Transparent Edge&#8217;s web cybersecurity platform at a major Spanish public institution subjected to constant denial-of-service attacks. The main objective was to resolve the recurring outages of its portals caused by distributed denial-of-service (DDoS) attacks and stabilize the availability of its websites.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The challenges<\/h2>\n\n\n\n<p>The institution manages critical consultation services that professionals and citizens require for decision-making. Even a brief outage of its websites directly disrupted essential operations.<\/p>\n\n\n\n<p>The underlying technology stack presented challenges inherent to the publishing CMS they use, whose architecture is not designed for high concurrency scenarios, resulting in excessive resource consumption at the origin and exhibiting some fragility in the face of patterns that force access to the backend.<\/p>\n\n\n\n<p>The origin server processed every request, even when the content was static, meaning that relatively modest traffic volumes degraded the service. This quickly resulted in timeouts and service outages, amplifying the impact of any attack.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Quick response<\/h2>\n\n\n\n<p>At the beginning of the onboarding process, the institution experienced an intensification of attacks, both large-scale and application-layer bot attacks, attributed to the activity of the <a href=\"https:\/\/www.transparentedge.eu\/blog\/noname057-vuelve-a-la-carga\/\">NoName057<\/a> group. The systems returned very slow responses as a symptom of origin saturation, and website outages were recurrent.<\/p>\n\n\n\n<p>The challenge was to ensure their websites were available, prevent user concurrency from crashing their portals, repel cyberattacks, and stabilize the experience for legitimate users.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Deployment of the protection strategy<\/h2>\n\n\n\n<p>The Transparent Edge team addressed the problem with a progressive defensive architecture deployment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Under Attack Mode and Anti DDoS<\/h3>\n\n\n\n<p>The first step was to activate <a href=\"https:\/\/www.transparentedge.eu\/blog\/protect-your-websites-and-apps-with-our-uam\/\">Under Attack Mode (UAM)<\/a>. This feature combines <a href=\"https:\/\/www.transparentedge.eu\/en\/anti-ddos\/\">Perimetrical&#8217;s Anti DDoS mitigation<\/a> with browser-level challenges to quickly filter unwanted traffic.<\/p>\n\n\n\n<p>The anti-DDoS analyzes a wide variety of signals (fingerprints, behavioral patterns, and network reputation) to detect and block sophisticated traffic in real time.<\/p>\n\n\n\n<p>The system adapts instantly to new threats. If the attacker changes their signature, geographic origin, or speed, the detection system reacts accordingly using other behavioral indicators.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Edge settings<\/h3>\n\n\n\n<p>The need to reduce requests to the origin was addressed through an <a href=\"https:\/\/www.transparentedge.eu\/blog\/three-cache-improvements-to-optimize-your-budget\/\">optimized caching setup<\/a>. Caching was configured for static assets (images, stylesheets) and HTML content, resulting in a substantial improvement in hit rate and performance.<\/p>\n\n\n\n<p>This action immediately reduced the consumption of resources at the origin, while by decreasing the pressure on the infrastructure, recurring time-outs disappeared.<\/p>\n\n\n\n<p>To prevent attack vectors based on the composition of friendly permalinks (especially on multilingual sites) and to improve origin performance, redirects were implemented using regular expressions in VCL code, thus moving that part of the logic to the edge.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">WAF and anomaly detection<\/h3>\n\n\n\n<p>The WAF was initially activated in detection mode and, based on real traffic data, <a href=\"https:\/\/www.transparentedge.eu\/en\/anomaly-detection\/\">automatic reactions<\/a> were parameterized for different anomalies.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large imagen-responsive\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"405\" src=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-reacciones-automaticas-1024x405.png\" alt=\"\" class=\"wp-image-22010\" srcset=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-reacciones-automaticas-1024x405.png 1024w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-reacciones-automaticas-300x119.png 300w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-reacciones-automaticas-768x303.png 768w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-reacciones-automaticas-1536x607.png 1536w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-reacciones-automaticas.png 1544w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The strategy involves raising challenges or blocks only when an event exceeds a threshold plausible to a human user.<\/p>\n\n\n\n<p>This setup included the creation of an auto-blacklist to automatically catalog and group IPs identified as causing DDoS attacks.<\/p>\n\n\n\n<p>Examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>More than xx requests per second \u2192 sends an email alert.<\/li>\n\n\n\n<li>More than xx requests per second \u2192 triggers a CAPTCHA (manual action required).<\/li>\n\n\n\n<li>JS Challenge for suspicious IPs to ensure a real browser is present.<\/li>\n\n\n\n<li>Requests from outside Spain during incidents \u2192 temporary UAM (Under attack mode).<\/li>\n\n\n\n<li>JS Challenge for a period of time if an IP makes more than a certain number of requests to the same host within a specific timeframe.<\/li>\n\n\n\n<li>Temporary blocks for excessive bursts of requests.<\/li>\n\n\n\n<li>Dynamic limitations for automated browsers like Selenium.<\/li>\n\n\n\n<li>Specific rules for POST\/PUT requests related to forms or AJAX queries.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large imagen-responsive\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"423\" src=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-VCL-personalizado-1024x423.png\" alt=\"\" class=\"wp-image-22012\" srcset=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-VCL-personalizado-1024x423.png 1024w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-VCL-personalizado-300x124.png 300w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-VCL-personalizado-768x317.png 768w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-VCL-personalizado.png 1233w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Transparent Edge&#8217;s solution in action<\/h2>\n\n\n\n<p>After implementation, the results were quickly apparent. Volumetric attacks stopped taking down websites, and automated traffic was filtered before reaching the backend, without impacting users.<\/p>\n\n\n\n<p>The dashboard analytics revealed a large number of scrapers, URL sequences forcing direct requests to the backend, cross-site scripting (XSS) attempts, and JSON-based SQL injections targeting forms and search functionalities that had previously gone undetected in real time.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Customization of case studies and whitelists<\/h3>\n\n\n\n<p>An early operational incident occurred when it was discovered that a third-party accessibility service embedded via an was not functioning correctly. Because it originated from outside Spain and executed code, it was initially blocked by geo-policies and UAM. This was resolved by whitelisting the external provider&#8217;s IP address.&lt;\/p&gt;<\/p>\n\n\n\n<p>Under normal operation, any IP address not included in the whitelist that behaves like a bot receives a JavaScript challenge. Specific adjustments were necessary for news agencies and partner organizations that perform legitimate web scraping (often using user agents like Selenium). Whitelists and controlled boundary parameters were established to ensure their activity does not impact availability.<\/p>\n\n\n\n<p>From these iterations, the client was able to clearly visualize what is legitimate traffic, what is noise, and when it is an anomaly that requires mitigation.<\/p>\n\n\n\n<p>The dashboard has ceased to be a reactive panel and has become a tool for monitoring and observation. The technical team operates with reliable, real-time data proactively, rather than reactively.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large imagen-responsive\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"369\" src=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-listas-de-bloqueo-de-IP-1024x369.png\" alt=\"\" class=\"wp-image-22014\" srcset=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-listas-de-bloqueo-de-IP-1024x369.png 1024w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-listas-de-bloqueo-de-IP-300x108.png 300w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-listas-de-bloqueo-de-IP-768x277.png 768w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-listas-de-bloqueo-de-IP-1536x554.png 1536w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-listas-de-bloqueo-de-IP.png 1845w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Our actions produce results<\/h2>\n\n\n\n<p>The integration did not require restructuring existing processes. The operational impact of mitigating DDoS attacks and filtering invalid traffic reduced pressure on the backend, and the adoption of a cache allowed for a reduction in requests to the origin.<\/p>\n\n\n\n<p>With the platform active, the public institution operates with a high hit rate (close to 86%), considering that there are exceptions defined at the client&#8217;s request to allow certain traffic flows to reach the origin. Even so, the volume of traffic reaching the infrastructure has been reduced, and its websites no longer appear on lists of sites taken down during cyberattack campaigns.<\/p>\n\n\n\n<figure class=\"wp-block-image size-medium imagen-responsive\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"196\" src=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-hit-ratio-300x196.png\" alt=\"\" class=\"wp-image-22021\" srcset=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-hit-ratio-300x196.png 300w, https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TC-hit-ratio.png 413w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Strategic value<\/h2>\n\n\n\n<p>The Transparent Edge platform filters out noise and continuously performs mitigation, delivering reliable traffic metrics, stable web performance, and content protection.<\/p>\n\n\n\n<p>The client&#8217;s IT team uses the dashboard to autonomously configure custom rules and necessary settings. The platform integrates seamlessly into their daily tasks with service logic, and their core business now focuses on defining criteria rather than resolving incidents.<\/p>\n\n\n\n<p>The implementation, which began under operational pressure, has now become a tool for control and resilience. Valid traffic flows, while invalid traffic is neutralized before reaching its origin. IT teams can focus on maintaining critical resources available and stable for the diverse range of users who need them.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The stability and availability of a website are fundamental pillars for any entity that offers critical online services. For public [&hellip;]<\/p>\n","protected":false},"author":18,"featured_media":22334,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[7],"tags":[],"class_list":["post-22018","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Transparent Edge secured a public institution&#039;s website - Transparent Edge<\/title>\n<meta name=\"description\" content=\"With the introduction of Transparent Edge, operational stability and control over website traffic were achieved for a public institution.\" \/>\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.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Transparent Edge secured a public institution&#039;s website - Transparent Edge\" \/>\n<meta property=\"og:description\" content=\"With the introduction of Transparent Edge, operational stability and control over website traffic were achieved for a public institution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/\" \/>\n<meta property=\"og:site_name\" content=\"Transparent Edge\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-26T17:05:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-26T17:08:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TE_blog_casos_uso_v2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2063\" \/>\n\t<meta property=\"og:image:height\" content=\"1377\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Sonia Ar\u00e9valo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@tedgeservices\" \/>\n<meta name=\"twitter:site\" content=\"@tedgeservices\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/\"},\"author\":{\"name\":\"Sonia Ar\u00e9valo\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/person\\\/c5e1c51b2f3403c743346f269ffa07ec\"},\"headline\":\"How Transparent Edge secured a public institution&#8217;s website\",\"datePublished\":\"2025-11-26T17:05:41+00:00\",\"dateModified\":\"2025-11-26T17:08:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/\"},\"wordCount\":1090,\"publisher\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/TE_blog_casos_uso_v2.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/\",\"name\":\"How Transparent Edge secured a public institution's website - Transparent Edge\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/TE_blog_casos_uso_v2.jpg\",\"datePublished\":\"2025-11-26T17:05:41+00:00\",\"dateModified\":\"2025-11-26T17:08:26+00:00\",\"description\":\"With the introduction of Transparent Edge, operational stability and control over website traffic were achieved for a public institution.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/TE_blog_casos_uso_v2.jpg\",\"contentUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/TE_blog_casos_uso_v2.jpg\",\"width\":2063,\"height\":1377,\"caption\":\"Casos de uso\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-transparent-edge-secured-a-public-institutions-website\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/www.transparentedge.eu\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Transparent Edge secured a public institution&#8217;s website\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#website\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/\",\"name\":\"Transparent Edge\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#organization\"},\"alternateName\":\"Transparent Edge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.transparentedge.eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#organization\",\"name\":\"Transparent Edge Services\",\"alternateName\":\"Transparent Edge\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/logotipo-cuadrado.jpg\",\"contentUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/logotipo-cuadrado.jpg\",\"width\":1328,\"height\":1180,\"caption\":\"Transparent Edge Services\"},\"image\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/tedgeservices\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/transparent-edge\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC5zZoyZmiLGBTAdiFpj2xHA\\\/videos\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/person\\\/c5e1c51b2f3403c743346f269ffa07ec\",\"name\":\"Sonia Ar\u00e9valo\",\"description\":\"Nada como la sensaci\u00f3n de maravilla e infinitud que se despierta cuando aprendo algo nuevo, cuando descubro cu\u00e1l era la historia y c\u00f3mo funciona algo. Vivo en Madrid hace poco, desarrollo sitios web hace siempre.\",\"sameAs\":[\"https:\\\/\\\/www.transparentedge.eu\\\/\",\"https:\\\/\\\/www.instagram.com\\\/aldeaglobal.web\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/soniaarevalo\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Transparent Edge secured a public institution's website - Transparent Edge","description":"With the introduction of Transparent Edge, operational stability and control over website traffic were achieved for a public institution.","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.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/","og_locale":"en_US","og_type":"article","og_title":"How Transparent Edge secured a public institution's website - Transparent Edge","og_description":"With the introduction of Transparent Edge, operational stability and control over website traffic were achieved for a public institution.","og_url":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/","og_site_name":"Transparent Edge","article_published_time":"2025-11-26T17:05:41+00:00","article_modified_time":"2025-11-26T17:08:26+00:00","og_image":[{"width":2063,"height":1377,"url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TE_blog_casos_uso_v2.jpg","type":"image\/jpeg"}],"author":"Sonia Ar\u00e9valo","twitter_card":"summary_large_image","twitter_creator":"@tedgeservices","twitter_site":"@tedgeservices","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/#article","isPartOf":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/"},"author":{"name":"Sonia Ar\u00e9valo","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/person\/c5e1c51b2f3403c743346f269ffa07ec"},"headline":"How Transparent Edge secured a public institution&#8217;s website","datePublished":"2025-11-26T17:05:41+00:00","dateModified":"2025-11-26T17:08:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/"},"wordCount":1090,"publisher":{"@id":"https:\/\/www.transparentedge.eu\/#organization"},"image":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/#primaryimage"},"thumbnailUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TE_blog_casos_uso_v2.jpg","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/","url":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/","name":"How Transparent Edge secured a public institution's website - Transparent Edge","isPartOf":{"@id":"https:\/\/www.transparentedge.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/#primaryimage"},"image":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/#primaryimage"},"thumbnailUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TE_blog_casos_uso_v2.jpg","datePublished":"2025-11-26T17:05:41+00:00","dateModified":"2025-11-26T17:08:26+00:00","description":"With the introduction of Transparent Edge, operational stability and control over website traffic were achieved for a public institution.","breadcrumb":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/#primaryimage","url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TE_blog_casos_uso_v2.jpg","contentUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/11\/TE_blog_casos_uso_v2.jpg","width":2063,"height":1377,"caption":"Casos de uso"},{"@type":"BreadcrumbList","@id":"https:\/\/www.transparentedge.eu\/blog\/how-transparent-edge-secured-a-public-institutions-website\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.transparentedge.eu\/en\/"},{"@type":"ListItem","position":2,"name":"How Transparent Edge secured a public institution&#8217;s website"}]},{"@type":"WebSite","@id":"https:\/\/www.transparentedge.eu\/#website","url":"https:\/\/www.transparentedge.eu\/","name":"Transparent Edge","description":"","publisher":{"@id":"https:\/\/www.transparentedge.eu\/#organization"},"alternateName":"Transparent Edge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.transparentedge.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.transparentedge.eu\/#organization","name":"Transparent Edge Services","alternateName":"Transparent Edge","url":"https:\/\/www.transparentedge.eu\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/logo\/image\/","url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2023\/07\/logotipo-cuadrado.jpg","contentUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2023\/07\/logotipo-cuadrado.jpg","width":1328,"height":1180,"caption":"Transparent Edge Services"},"image":{"@id":"https:\/\/www.transparentedge.eu\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/tedgeservices","https:\/\/www.linkedin.com\/company\/transparent-edge\/","https:\/\/www.youtube.com\/channel\/UC5zZoyZmiLGBTAdiFpj2xHA\/videos"]},{"@type":"Person","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/person\/c5e1c51b2f3403c743346f269ffa07ec","name":"Sonia Ar\u00e9valo","description":"Nada como la sensaci\u00f3n de maravilla e infinitud que se despierta cuando aprendo algo nuevo, cuando descubro cu\u00e1l era la historia y c\u00f3mo funciona algo. Vivo en Madrid hace poco, desarrollo sitios web hace siempre.","sameAs":["https:\/\/www.transparentedge.eu\/","https:\/\/www.instagram.com\/aldeaglobal.web","https:\/\/www.linkedin.com\/in\/soniaarevalo\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/22018","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/comments?post=22018"}],"version-history":[{"count":5,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/22018\/revisions"}],"predecessor-version":[{"id":22030,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/22018\/revisions\/22030"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/media\/22334"}],"wp:attachment":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/media?parent=22018"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/categories?post=22018"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/tags?post=22018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}