{"id":614,"date":"2020-04-07T13:26:01","date_gmt":"2020-04-07T13:26:01","guid":{"rendered":"http:\/\/www.kinaitech.com.ar\/ciberseguridad\/?p=614"},"modified":"2021-10-26T09:20:34","modified_gmt":"2021-10-26T12:20:34","slug":"integrating-thehive-and-misp","status":"publish","type":"post","link":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/","title":{"rendered":"Integrating TheHive and MISP"},"content":{"rendered":"\n<p>Edit the file \/opt\/thehive\/conf\/application.conf and enable the MISP section by uncommenting (deleting the #) the following lines and adding some configuration information.<\/p>\n\n\n\n<ol><li>Uncomment some lines (delete the # at the start of the lines)<\/li><li>Add MISP url and sync user key<\/li><li>Define sync time interval in minutes (m) or hours(h)<\/li><li>Save the file and restart TheHive service (service thehive restart)<\/li><\/ol>\n\n\n\n<p>if TheHive fails to start, check all the modifications to the application.conf file, you may mistype something.<\/p>\n\n\n\n<p>If everything is working fine, you will see this icon in the lower right corner of TheHive web console:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"288\" height=\"84\" src=\"https:\/\/i2.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-3.png?resize=288%2C84\" alt=\"\" class=\"wp-image-618\" data-recalc-dims=\"1\"\/><\/figure><\/div>\n\n\n\n<!--more-->\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p><strong>&#8212;- extract from \/opt\/thehive\/conf\/application.conf &#8212;-<\/strong><\/p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<p># MISP<\/p>\n\n\n\n<p># TheHive can connect to one or multiple MISP instances. Give each MISP<\/p>\n\n\n\n<p># instance a name and specify the associated Authkey that must&nbsp; be used<\/p>\n\n\n\n<p># to poll events, the case template that should be used by default when<\/p>\n\n\n\n<p># importing events as well as the tags that must be added to cases upon<\/p>\n\n\n\n<p># import.<\/p>\n\n\n\n<p># Prior to configuring the integration with a MISP instance, you must<\/p>\n\n\n\n<p># enable the MISP connector. This will allow you to import events to<\/p>\n\n\n\n<p># and\/or export cases to the MISP instance(s).<\/p>\n\n\n\n<p><span class=\"has-inline-color has-vivid-red-color\"><strong>play.modules.enabled += connectors.misp.MispConnector<\/strong><\/span><\/p>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-red-color\">misp {<\/span><\/strong><\/p>\n\n\n\n<p>&nbsp; # Interval between consecutive MISP event imports in hours (h) or<\/p>\n\n\n\n<p>&nbsp; # minutes (m).<\/p>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-red-color\">&nbsp; interval = 5m<\/span><\/strong><\/p>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-red-color\">&nbsp; &#8220;MISP-SERVER-ID&#8221; {<\/span><\/strong><\/p>\n\n\n\n<p>&nbsp; #&nbsp; # MISP connection configuration requires at least an url and a key. The key must<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # be linked with a sync account on MISP.<\/p>\n\n\n\n<p>&nbsp; &nbsp;<strong><span class=\"has-inline-color has-vivid-red-color\"> url = &#8220;https:\/\/your-misp-server-url\/&#8221;<\/span><\/strong><\/p>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-red-color\">&nbsp; &nbsp; key = &#8220;MISP-SYNC-USER-KEY&#8221;<\/span><\/strong><\/p>\n\n\n\n<p>&nbsp; #<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # Name of the case template in TheHive that shall be used to import<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # MISP events as cases by default.<\/p>\n\n\n\n<p>&nbsp; #&nbsp; caseTemplate = &#8220;&lt;Template_Name_goes_here&gt;<\/p>\n\n\n\n<p>&nbsp; #<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # Optional tags to add to each observable&nbsp; imported&nbsp; from&nbsp; an&nbsp; event<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # available on this instance.<\/p>\n\n\n\n<p>&nbsp; #&nbsp; tags = [&#8220;misp-server-id&#8221;]<\/p>\n\n\n\n<p>&nbsp; #<\/p>\n\n\n\n<p>&nbsp; #&nbsp; ## MISP event filters<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # MISP filters is used to exclude events from the import.<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # Filter criteria are:<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # The number of attribute<\/p>\n\n\n\n<p>&nbsp; #&nbsp; max-attributes = 1000<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # The size of its JSON representation<\/p>\n\n\n\n<p>&nbsp; #&nbsp; max-size = 1 MiB<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # The age of the last publish date<\/p>\n\n\n\n<p>&nbsp; #&nbsp; max-age = 7 days<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # Organization and tags<\/p>\n\n\n\n<p>&nbsp; #&nbsp; exclusion {<\/p>\n\n\n\n<p>&nbsp; #&nbsp; &nbsp; organisation = [&#8220;bad organisation&#8221;, &#8220;other organisations&#8221;]<\/p>\n\n\n\n<p>&nbsp; #&nbsp; &nbsp; tags = [&#8220;tag1&#8221;, &#8220;tag2&#8221;]<\/p>\n\n\n\n<p>&nbsp; #&nbsp; }<\/p>\n\n\n\n<p>&nbsp; #<\/p>\n\n\n\n<p>&nbsp; #&nbsp; ## HTTP client configuration (SSL and proxy)<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # Truststore to use to validate the X.509 certificate of the MISP<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # instance if the default truststore is not sufficient.<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # Proxy can also be used<\/p>\n\n\n\n<p>&nbsp; #&nbsp; ws {<\/p>\n\n\n\n<p>&nbsp; #&nbsp; &nbsp; ssl.trustManager.stores = [ {<\/p>\n\n\n\n<p>&nbsp; #&nbsp; &nbsp; &nbsp; path = \/path\/to\/truststore.jks<\/p>\n\n\n\n<p>&nbsp; #&nbsp; &nbsp; } ]<\/p>\n\n\n\n<p>&nbsp; #&nbsp; &nbsp; proxy {<\/p>\n\n\n\n<p>&nbsp; #&nbsp; &nbsp; &nbsp; host = proxy.mydomain.org<\/p>\n\n\n\n<p>&nbsp; #&nbsp; &nbsp; &nbsp; port = 3128<\/p>\n\n\n\n<p>&nbsp; #&nbsp; &nbsp; }<\/p>\n\n\n\n<p>&nbsp; #&nbsp; }<\/p>\n\n\n\n<p>&nbsp; #<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # MISP purpose defines if this instance can be used to import events (ImportOnly), export cases (ExportOnly) or both (ImportAndExport)<\/p>\n\n\n\n<p>&nbsp; #&nbsp; # Default is ImportAndExport<\/p>\n\n\n\n<p>&nbsp; #&nbsp; purpose = ImportAndExport<\/p>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-red-color\">&nbsp; } ## &lt;&#8211; Uncomment to complete the configuration<\/span><\/strong><\/p>\n\n\n\n<p>}<\/p>\n<\/div><\/div>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p>Now you can see MISP alerts on TheHive and you can create cases from MISP events or merge MISP events into TheHive Cases<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"900\" height=\"503\" src=\"https:\/\/i0.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-1-1024x572.png?resize=900%2C503\" alt=\"\" class=\"wp-image-616\" srcset=\"https:\/\/i1.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-1.png?resize=1024%2C572&amp;ssl=1 1024w, https:\/\/i1.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-1.png?resize=300%2C168&amp;ssl=1 300w, https:\/\/i1.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-1.png?resize=768%2C429&amp;ssl=1 768w, https:\/\/i1.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-1.png?resize=1536%2C858&amp;ssl=1 1536w, https:\/\/i1.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-1.png?resize=2048%2C1144&amp;ssl=1 2048w, https:\/\/i1.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-1.png?w=1800&amp;ssl=1 1800w\" sizes=\"(max-width: 900px) 100vw, 900px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"900\" height=\"455\" src=\"https:\/\/i1.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-2-1024x518.png?resize=900%2C455\" alt=\"\" class=\"wp-image-617\" srcset=\"https:\/\/i2.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-2.png?resize=1024%2C518&amp;ssl=1 1024w, https:\/\/i2.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-2.png?resize=300%2C152&amp;ssl=1 300w, https:\/\/i2.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-2.png?resize=768%2C389&amp;ssl=1 768w, https:\/\/i2.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-2.png?resize=1536%2C777&amp;ssl=1 1536w, https:\/\/i2.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-2.png?resize=2048%2C1037&amp;ssl=1 2048w, https:\/\/i2.wp.com\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-2.png?w=1800&amp;ssl=1 1800w\" sizes=\"(max-width: 900px) 100vw, 900px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n","protected":false},"excerpt":{"rendered":"<p>Edit the file \/opt\/thehive\/conf\/application.conf and enable the MISP section by uncommenting (deleting the #) the following lines and adding some configuration information. Uncomment some lines (delete the # at the start of the lines) Add MISP url and sync user key Define sync time interval in minutes (m) or hours(h) Save the file and restart [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":""},"categories":[15],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Integrating TheHive and MISP - KINAITECH | Ciberseguridad<\/title>\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.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integrating TheHive and MISP - KINAITECH | Ciberseguridad\" \/>\n<meta property=\"og:description\" content=\"Edit the file \/opt\/thehive\/conf\/application.conf and enable the MISP section by uncommenting (deleting the #) the following lines and adding some configuration information. Uncomment some lines (delete the # at the start of the lines) Add MISP url and sync user key Define sync time interval in minutes (m) or hours(h) Save the file and restart [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/\" \/>\n<meta property=\"og:site_name\" content=\"KINAITECH | Ciberseguridad\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-07T13:26:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-26T12:20:34+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-3.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mateo Martinez\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/#website\",\"url\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/\",\"name\":\"KINAITECH | Ciberseguridad\",\"description\":\"Ethical Hacking, Application Security and Trainings through a partner networks across Latin America and Caribbean\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/#primaryimage\",\"inLanguage\":\"es\",\"url\":\"http:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-3.png\",\"contentUrl\":\"http:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-3.png\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/#webpage\",\"url\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/\",\"name\":\"Integrating TheHive and MISP - KINAITECH | Ciberseguridad\",\"isPartOf\":{\"@id\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/#primaryimage\"},\"datePublished\":\"2020-04-07T13:26:01+00:00\",\"dateModified\":\"2021-10-26T12:20:34+00:00\",\"author\":{\"@id\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/#\/schema\/person\/e69e72f578032890e89686919b77e209\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Integrating TheHive and MISP\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/#\/schema\/person\/e69e72f578032890e89686919b77e209\",\"name\":\"Mateo Martinez\",\"url\":\"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Integrating TheHive and MISP - KINAITECH | Ciberseguridad","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.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/","og_locale":"es_ES","og_type":"article","og_title":"Integrating TheHive and MISP - KINAITECH | Ciberseguridad","og_description":"Edit the file \/opt\/thehive\/conf\/application.conf and enable the MISP section by uncommenting (deleting the #) the following lines and adding some configuration information. Uncomment some lines (delete the # at the start of the lines) Add MISP url and sync user key Define sync time interval in minutes (m) or hours(h) Save the file and restart [&hellip;]","og_url":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/","og_site_name":"KINAITECH | Ciberseguridad","article_published_time":"2020-04-07T13:26:01+00:00","article_modified_time":"2021-10-26T12:20:34+00:00","og_image":[{"url":"http:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-3.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Mateo Martinez","Tiempo de lectura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/#website","url":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/","name":"KINAITECH | Ciberseguridad","description":"Ethical Hacking, Application Security and Trainings through a partner networks across Latin America and Caribbean","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"ImageObject","@id":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/#primaryimage","inLanguage":"es","url":"http:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-3.png","contentUrl":"http:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-content\/uploads\/2020\/04\/image-3.png"},{"@type":"WebPage","@id":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/#webpage","url":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/","name":"Integrating TheHive and MISP - KINAITECH | Ciberseguridad","isPartOf":{"@id":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/#primaryimage"},"datePublished":"2020-04-07T13:26:01+00:00","dateModified":"2021-10-26T12:20:34+00:00","author":{"@id":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/#\/schema\/person\/e69e72f578032890e89686919b77e209"},"breadcrumb":{"@id":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/integrating-thehive-and-misp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/"},{"@type":"ListItem","position":2,"name":"Integrating TheHive and MISP"}]},{"@type":"Person","@id":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/#\/schema\/person\/e69e72f578032890e89686919b77e209","name":"Mateo Martinez","url":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/author\/admin\/"}]}},"jetpack_featured_media_url":"","uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Mateo Martinez","author_link":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Edit the file \/opt\/thehive\/conf\/application.conf and enable the MISP section by uncommenting (deleting the #) the following lines and adding some configuration information. Uncomment some lines (delete the # at the start of the lines) Add MISP url and sync user key Define sync time interval in minutes (m) or hours(h) Save the file and restart&hellip;","_links":{"self":[{"href":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-json\/wp\/v2\/posts\/614"}],"collection":[{"href":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-json\/wp\/v2\/comments?post=614"}],"version-history":[{"count":2,"href":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-json\/wp\/v2\/posts\/614\/revisions"}],"predecessor-version":[{"id":1151,"href":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-json\/wp\/v2\/posts\/614\/revisions\/1151"}],"wp:attachment":[{"href":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-json\/wp\/v2\/media?parent=614"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-json\/wp\/v2\/categories?post=614"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kinaitech.com.ar\/ciberseguridad\/wp-json\/wp\/v2\/tags?post=614"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}