{"id":10457,"date":"2020-01-09T15:47:35","date_gmt":"2020-01-09T14:47:35","guid":{"rendered":"https:\/\/www.e-sort.net\/blog\/?p=10457"},"modified":"2022-05-09T08:57:36","modified_gmt":"2022-05-09T08:57:36","slug":"nuevo-malware-php-que-puede-infectar-tu-web","status":"publish","type":"post","link":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/","title":{"rendered":"Nuevo malware php que puede infectar tu web"},"content":{"rendered":"\r\n\r\n\r\n<div class=\"new\">\r\n<p>El comienzo de a\u00f1o nos ha dejado un nuevo <i><a href=\"https:\/\/es.wikipedia.org\/wiki\/Malware\" target=\"_blank\" rel=\"noopener noreferrer\">malware<\/a><\/i> php llamado <b>XsamXadoo Bot<\/b>, este malware se aprovecha de una vieja vulnerabilidad (<a href=\"https:\/\/nvd.nist.gov\/vuln\/detail\/CVE-2017-9841\" target=\"_blank\" rel=\"noopener noreferrer\">CVE-2017-9841<\/a>) de la herramienta de test unitarios <i>PhpUnit<\/i>.<\/p>\r\n<p>Mediante este fallo de seguridad, los atacantes pueden <b>robar datos, modificar ficheros y tomar el control de tu web\/aplicaci\u00f3n<\/b>.<\/p>\r\n<h2 class=\"mb-35\">\u00bfMi web es vulnerable?<\/h2>\r\n<p>Este malware <b>afecta a todos los CMS, gestores y aplicaciones desarrolladas en PHP<\/b> que utilicen el framework PhpUnit para probar sus aplicaciones utilizando test unitarios. Por ejemplo PrestaShop.<\/p>\r\n<p>El problema ya ha sido corregido en en las versiones 7.5.19 y 8.5.1 de PHPUnit, pero el resto de versiones anteriores tienen la vulnerabilidad.<\/p>\r\n<p>Lo curioso es que las carpetas y ficheros que contienen la vulnerabilidad no son necesarios para el correcto funcionamiento de una aplicaci\u00f3n\/web que est\u00e9 en producci\u00f3n. Estos solo son necesarios para el desarrollo de la misma, son restos que los desarrolladores se quedan olvidados al pasar a producci\u00f3n.<\/p>\r\n<h2 class=\"mb-35\">\u00bfC\u00f3mo saber si estoy infectado?<\/h2>\r\n<p>Esto es algo complejo de saber, ya que el malware deja diferentes tipos de rastros, los ficheros m\u00e1s comunes que crea despu\u00e9s de la infecci\u00f3n son los siguientes:<\/p>\r\n<table class=\"table table-bordered\">\r\n<thead>\r\n<tr>\r\n<th>Fichero<\/th>\r\n<th>md5<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td>f.php<\/td>\r\n<td>45245b40556d339d498aa0570a919845<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>0x666.php<\/td>\r\n<td>edec4c4185ac2bdb239cdf6e970652e3<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>XsamXadoo_deface.php<\/td>\r\n<td>05fb708c3820d41c95e34f0a243b395e<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>XsamXadoo_Bot.php<\/td>\r\n<td>0890e346482060a1c7d2ee33c2ee0415 o b2abcadb37fdf9fb666f10c18a9d30ee<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<h2 class=\"mb-35\">\u00bfC\u00f3mo eliminamos la infecci\u00f3n?<\/h2>\r\n<p>Para saber si su web es vulnerable a un ataque, debemos buscar en nuestro servidor la carpeta \u00abphpunit\u00bb, ya que es la que <b>puede ser vulnerable a un atacante externo<\/b>. En caso de encontrarla simplemente eliminamos la carpeta y su contenido.<\/p>\r\n<p>Si tenemos acceso \u00abssh\u00bb al servidor podemos ejecutar el siguiente comando, que buscar\u00e1 y eliminara la carpeta \u00abphpunit\u00bb de todos los sitios donde la encuentre partiendo desde la carpeta activa en el <i>prompt<\/i>.<\/p>\r\n<pre><code>find . -type d -name \"phpunit\" -exec rm -rf {} \\;<\/code><\/pre>\r\n<h2 class=\"mb-35\">\u00bfC\u00f3mo podemos prevenir la infecci\u00f3n de malware php?<\/h2>\r\n<p>Una de las mejores soluciones para poder prevenir las infecciones, es contar con un <strong>sistema de detecci\u00f3n de intrusiones en sitios web<\/strong>, que vigila la integridad de los ficheros diariamente inspeccionando los hashes md5 de los ficheros que van cambiando para saber si esas modificaciones son nuestras o son externas.<\/p>\r\n<p>Desde e-SORT podemos proporcionar esta herramienta para as\u00ed tener un m\u00e1s control sobre los ficheros de nuestros hosting, haz <a href=\"https:\/\/www.e-sort.net\/contacto\" target=\"_self\" rel=\"noopener noreferrer\">click aqu\u00ed<\/a> para solicitarnos m\u00e1s informaci\u00f3n.<\/p>\r\n<\/div>\r\n<p><style>\r\npre {\r\n    padding: 15px;\r\n    background-color: #E7E7E7\r\n}\r\n\r\nh2.mb-35 {\r\n    margin-top: 35px !important;\r\n}\r\n\r\n.new p {\r\n    line-height: 17px;\r\n}\r\n\r\n.table {\r\n    width: 100%;\r\n    max-width: 100%;\r\n    margin-bottom: 20px;\r\n}\r\n\r\n@media screen and (max-width: 400px){\r\n    .table{\r\n        font-size: 6px;\r\n    }\r\n}\r\n\r\ntable {\r\n    background-color: transparent;\r\n}\r\n\r\n.table>tbody>tr>td,\r\n.table>tbody>tr>th,\r\n.table>tfoot>tr>td,\r\n.table>tfoot>tr>th,\r\n.table>thead>tr>td,\r\n.table>thead>tr>th {\r\n    padding: 8px;\r\n    line-height: 1.42857143;\r\n    vertical-align: top;\r\n    border-top: 1px solid #ddd;\r\n    text-align: left;\r\n}\r\n\r\n.table>caption+thead>tr:first-child>td,\r\n.table>caption+thead>tr:first-child>th,\r\n.table>colgroup+thead>tr:first-child>td,\r\n.table>colgroup+thead>tr:first-child>th,\r\n.table>thead:first-child>tr:first-child>td,\r\n.table>thead:first-child>tr:first-child>th {\r\n    border-top: 0;\r\n}\r\n\r\n.table>thead>tr>th {\r\n    vertical-align: bottom;\r\n    border-bottom: 2px solid #ddd;\r\n}\r\n\r\n.table-bordered {\r\n    border: 1px solid #ddd;\r\n}\r\n<\/style><\/p>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Descubierto un nuevo malware php llamado XsamXadoo Bot, que se aprovecha de una herramienta muy com\u00fan entre los desarrolladores para infectar tu web.<\/p>\n","protected":false},"author":28,"featured_media":10469,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[67],"tags":[445],"class_list":["post-10457","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-diseno-web","tag-malware"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nuevo malware php que puede infectar tu web - e-SORT<\/title>\n<meta name=\"description\" content=\"Descubierto un nuevo malware php llamado XsamXadoo Bot, que se aprovecha de una herramienta muy com\u00fan entre los desarrolladores para infectar tu web.\" \/>\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.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nuevo malware php que puede infectar tu web - e-SORT\" \/>\n<meta property=\"og:description\" content=\"Descubierto un nuevo malware php llamado XsamXadoo Bot, que se aprovecha de una herramienta muy com\u00fan entre los desarrolladores para infectar tu web.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/\" \/>\n<meta property=\"og:site_name\" content=\"e-SORT\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/eSORT\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-09T14:47:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-09T08:57:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.e-sort.net\/wp-content\/uploads\/2020\/01\/mallware-php-infeccion.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"780\" \/>\n\t<meta property=\"og:image:height\" content=\"408\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Julio Gilete\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@esortnet\" \/>\n<meta name=\"twitter:site\" content=\"@esortnet\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Julio Gilete\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/\"},\"author\":{\"name\":\"Julio Gilete\",\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/#\\\/schema\\\/person\\\/11738b0e050689206d55ca930af16f18\"},\"headline\":\"Nuevo malware php que puede infectar tu web\",\"datePublished\":\"2020-01-09T14:47:35+00:00\",\"dateModified\":\"2022-05-09T08:57:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/\"},\"wordCount\":424,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.e-sort.net\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/mallware-php-infeccion.jpg\",\"keywords\":[\"malware\"],\"articleSection\":[\"Dise\u00f1o y desarrollo web\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/\",\"url\":\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/\",\"name\":\"Nuevo malware php que puede infectar tu web - e-SORT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.e-sort.net\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/mallware-php-infeccion.jpg\",\"datePublished\":\"2020-01-09T14:47:35+00:00\",\"dateModified\":\"2022-05-09T08:57:36+00:00\",\"description\":\"Descubierto un nuevo malware php llamado XsamXadoo Bot, que se aprovecha de una herramienta muy com\u00fan entre los desarrolladores para infectar tu web.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.e-sort.net\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/mallware-php-infeccion.jpg\",\"contentUrl\":\"https:\\\/\\\/www.e-sort.net\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/mallware-php-infeccion.jpg\",\"width\":780,\"height\":408,\"caption\":\"malware php\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/blog\\\/nuevo-malware-php-que-puede-infectar-tu-web\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.e-sort.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nuevo malware php que puede infectar tu web\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/#website\",\"url\":\"https:\\\/\\\/www.e-sort.net\\\/\",\"name\":\"e-SORT\",\"description\":\"Empresa dise\u00f1o y desarrollo web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.e-sort.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/#organization\",\"name\":\"e-SORT (Soluciones de Organizaci\u00f3n en T.I., S.L.)\",\"url\":\"https:\\\/\\\/www.e-sort.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.e-sort.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/diseno_desarrollo_web-eSORT.jpg\",\"contentUrl\":\"https:\\\/\\\/www.e-sort.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/diseno_desarrollo_web-eSORT.jpg\",\"width\":515,\"height\":176,\"caption\":\"e-SORT (Soluciones de Organizaci\u00f3n en T.I., S.L.)\"},\"image\":{\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/eSORT\",\"https:\\\/\\\/x.com\\\/esortnet\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/#\\\/schema\\\/person\\\/11738b0e050689206d55ca930af16f18\",\"name\":\"Julio Gilete\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.e-sort.net\\\/wp-content\\\/litespeed\\\/avatar\\\/18ce2d26554ed8da08c051ea2e7ea15f.jpg?ver=1781737120\",\"url\":\"https:\\\/\\\/www.e-sort.net\\\/wp-content\\\/litespeed\\\/avatar\\\/18ce2d26554ed8da08c051ea2e7ea15f.jpg?ver=1781737120\",\"contentUrl\":\"https:\\\/\\\/www.e-sort.net\\\/wp-content\\\/litespeed\\\/avatar\\\/18ce2d26554ed8da08c051ea2e7ea15f.jpg?ver=1781737120\",\"caption\":\"Julio Gilete\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nuevo malware php que puede infectar tu web - e-SORT","description":"Descubierto un nuevo malware php llamado XsamXadoo Bot, que se aprovecha de una herramienta muy com\u00fan entre los desarrolladores para infectar tu web.","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.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/","og_locale":"es_ES","og_type":"article","og_title":"Nuevo malware php que puede infectar tu web - e-SORT","og_description":"Descubierto un nuevo malware php llamado XsamXadoo Bot, que se aprovecha de una herramienta muy com\u00fan entre los desarrolladores para infectar tu web.","og_url":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/","og_site_name":"e-SORT","article_publisher":"https:\/\/www.facebook.com\/eSORT","article_published_time":"2020-01-09T14:47:35+00:00","article_modified_time":"2022-05-09T08:57:36+00:00","og_image":[{"width":780,"height":408,"url":"https:\/\/www.e-sort.net\/wp-content\/uploads\/2020\/01\/mallware-php-infeccion.jpg","type":"image\/jpeg"}],"author":"Julio Gilete","twitter_card":"summary_large_image","twitter_creator":"@esortnet","twitter_site":"@esortnet","twitter_misc":{"Escrito por":"Julio Gilete","Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/#article","isPartOf":{"@id":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/"},"author":{"name":"Julio Gilete","@id":"https:\/\/www.e-sort.net\/#\/schema\/person\/11738b0e050689206d55ca930af16f18"},"headline":"Nuevo malware php que puede infectar tu web","datePublished":"2020-01-09T14:47:35+00:00","dateModified":"2022-05-09T08:57:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/"},"wordCount":424,"commentCount":1,"publisher":{"@id":"https:\/\/www.e-sort.net\/#organization"},"image":{"@id":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/#primaryimage"},"thumbnailUrl":"https:\/\/www.e-sort.net\/wp-content\/uploads\/2020\/01\/mallware-php-infeccion.jpg","keywords":["malware"],"articleSection":["Dise\u00f1o y desarrollo web"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/","url":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/","name":"Nuevo malware php que puede infectar tu web - e-SORT","isPartOf":{"@id":"https:\/\/www.e-sort.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/#primaryimage"},"image":{"@id":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/#primaryimage"},"thumbnailUrl":"https:\/\/www.e-sort.net\/wp-content\/uploads\/2020\/01\/mallware-php-infeccion.jpg","datePublished":"2020-01-09T14:47:35+00:00","dateModified":"2022-05-09T08:57:36+00:00","description":"Descubierto un nuevo malware php llamado XsamXadoo Bot, que se aprovecha de una herramienta muy com\u00fan entre los desarrolladores para infectar tu web.","breadcrumb":{"@id":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/#primaryimage","url":"https:\/\/www.e-sort.net\/wp-content\/uploads\/2020\/01\/mallware-php-infeccion.jpg","contentUrl":"https:\/\/www.e-sort.net\/wp-content\/uploads\/2020\/01\/mallware-php-infeccion.jpg","width":780,"height":408,"caption":"malware php"},{"@type":"BreadcrumbList","@id":"https:\/\/www.e-sort.net\/blog\/nuevo-malware-php-que-puede-infectar-tu-web\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.e-sort.net\/"},{"@type":"ListItem","position":2,"name":"Nuevo malware php que puede infectar tu web"}]},{"@type":"WebSite","@id":"https:\/\/www.e-sort.net\/#website","url":"https:\/\/www.e-sort.net\/","name":"e-SORT","description":"Empresa dise\u00f1o y desarrollo web","publisher":{"@id":"https:\/\/www.e-sort.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.e-sort.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.e-sort.net\/#organization","name":"e-SORT (Soluciones de Organizaci\u00f3n en T.I., S.L.)","url":"https:\/\/www.e-sort.net\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.e-sort.net\/#\/schema\/logo\/image\/","url":"https:\/\/www.e-sort.net\/wp-content\/uploads\/2022\/06\/diseno_desarrollo_web-eSORT.jpg","contentUrl":"https:\/\/www.e-sort.net\/wp-content\/uploads\/2022\/06\/diseno_desarrollo_web-eSORT.jpg","width":515,"height":176,"caption":"e-SORT (Soluciones de Organizaci\u00f3n en T.I., S.L.)"},"image":{"@id":"https:\/\/www.e-sort.net\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/eSORT","https:\/\/x.com\/esortnet"]},{"@type":"Person","@id":"https:\/\/www.e-sort.net\/#\/schema\/person\/11738b0e050689206d55ca930af16f18","name":"Julio Gilete","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.e-sort.net\/wp-content\/litespeed\/avatar\/18ce2d26554ed8da08c051ea2e7ea15f.jpg?ver=1781737120","url":"https:\/\/www.e-sort.net\/wp-content\/litespeed\/avatar\/18ce2d26554ed8da08c051ea2e7ea15f.jpg?ver=1781737120","contentUrl":"https:\/\/www.e-sort.net\/wp-content\/litespeed\/avatar\/18ce2d26554ed8da08c051ea2e7ea15f.jpg?ver=1781737120","caption":"Julio Gilete"}}]}},"_links":{"self":[{"href":"https:\/\/www.e-sort.net\/wp-json\/wp\/v2\/posts\/10457","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.e-sort.net\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.e-sort.net\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.e-sort.net\/wp-json\/wp\/v2\/users\/28"}],"replies":[{"embeddable":true,"href":"https:\/\/www.e-sort.net\/wp-json\/wp\/v2\/comments?post=10457"}],"version-history":[{"count":1,"href":"https:\/\/www.e-sort.net\/wp-json\/wp\/v2\/posts\/10457\/revisions"}],"predecessor-version":[{"id":13414,"href":"https:\/\/www.e-sort.net\/wp-json\/wp\/v2\/posts\/10457\/revisions\/13414"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.e-sort.net\/wp-json\/wp\/v2\/media\/10469"}],"wp:attachment":[{"href":"https:\/\/www.e-sort.net\/wp-json\/wp\/v2\/media?parent=10457"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.e-sort.net\/wp-json\/wp\/v2\/categories?post=10457"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.e-sort.net\/wp-json\/wp\/v2\/tags?post=10457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}