{"id":52523,"date":"2019-11-10T00:00:00","date_gmt":"2019-11-09T21:00:00","guid":{"rendered":"https:\/\/prohoster.info\/blog\/blog_prohoster\/opensorsnyj-chip-opentitan-zamenit-proprietarnye-korni-doveriya-intel-i-arm"},"modified":"2020-02-18T14:00:16","modified_gmt":"2020-02-18T11:00:16","slug":"opensorsnyj-chip-opentitan-zamenit-proprietarnye-korni-doveriya-intel-i-arm","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/opensorsnyj-chip-opentitan-zamenit-proprietarnye-korni-doveriya-intel-i-arm","title":{"rendered":"The open-source chip OpenTitan will replace proprietary trust roots from Intel and ARM.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><img decoding=\"async\" alt=\"The open-source chip OpenTitan will replace proprietary trust roots from Intel and ARM.\" src=\"\/wp-content\/uploads\/2019\/11\/f772b9f7e7f57a5c6a700ac0ca6110b8.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nNon-profit organization <noindex><a rel=\"nofollow\" href=\"https:\/\/www.lowrisc.org\/\">lowRISC<\/a><\/noindex> with participation from Google and other sponsors on November 5, 2019 <noindex><a rel=\"nofollow\" href=\"https:\/\/www.lowrisc.org\/blog\/2019\/11\/announcing-opentitan-the-first-transparent-silicon-root-of-trust\/\">introduced<\/a><\/noindex> project <noindex><a rel=\"nofollow\" href=\"https:\/\/opentitan.org\">OpenTitan<\/a><\/noindex>, which claims to be the \"first open-source project to create an open, high-quality chip architecture with a hardware root of trust (RoT).\"<\/p>\n<p>OpenTitan on the RISC-V architecture is a dedicated chip designed for installation in data center servers and any other equipment where boot authenticity is needed, firmware protection from modifications, and the elimination of rootkit risks: this includes motherboards, network cards, routers, IoT devices, mobile gadgets, and more.<\/p>\n<p>Of course, similar modules exist in modern processors. For example, the Intel Boot Guard hardware module serves as the root of trust in Intel processors. It verifies the authenticity of the UEFI BIOS before the OS boot through a chain of trust. But the question is, how much can we trust proprietary roots of trust given that there are no guarantees against design flaws, and we have no way to verify them? See the article <noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/dsec\/blog\/326556\/\">\"Schr\u00f6dinger's Trusted Boot. Intel Boot Guard\"<\/a><\/noindex> , which describes how a long-replicated manufacturing error among several vendors allows a potential attacker to use this technology to create an undetectable (even by programmers) hidden rootkit in the system.<br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><br \/>\nThe threat of equipment compromise in the supply chain is surprisingly real: it appears that any hobbyist electronics technician <noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/news\/t\/471398\/\">can implant a bug into a server's motherboard<\/a><\/noindex>, using equipment costing no more than $200. Some experts suspect that \"organizations with hundreds of millions of dollars in budget may have been doing this for years.\" Although there is no evidence, it is theoretically possible.<\/p>\n<blockquote><p>\"If you cannot trust the hardware bootloader, the game is over, \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/www.technologyreview.com\/s\/614675\/googles-new-chip-protects-the-cloud-where-its-most-vulnerable\/\">says<\/a><\/noindex> Gavin Ferris, a board member of lowRISC. \u2014 It doesn't matter what the operating system does \u2014 if by the time the operating system loads you have been compromised, the rest is just technicalities. You're done.\"<\/p><\/blockquote>\n<p>\nThis problem is what the first-of-its-kind open hardware platform OpenTitan should address (<noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/lowRISC\/opentitan\">GitHub repository<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/docs.opentitan.org\">documentation<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/docs.opentitan.org\/hw\/\">hardware specifications<\/a><\/noindex>). Moving away from proprietary solutions will allow for a transformation of the 'clumsy and imperfect RoT industry,' according to Google.<\/p>\n<p>Google itself started developing Titan after discovering the Minix operating system embedded in Intel Management Engine (ME) chips. This complex OS unpredictably and uncontrollably expanded the attack surface. Google <noindex><a rel=\"nofollow\" href=\"https:\/\/www.tomshardware.com\/news\/google-removing-minix-management-engine-intel,35876.html\">tried to eliminate Intel Management Engine (ME)<\/a><\/noindex>, but unsuccessfully.<\/p>\n<h1>What is the root of trust?<\/h1>\n<p>\nEach stage of the system boot process verifies the authenticity of the next stage, thereby forming a <i>chain of trust.<\/i>.<\/p>\n<p>Root of Trust (RoT) is a hardware authentication mechanism that ensures the integrity of the source of the first executable instruction in the chain of trust. RoT is a fundamental protection against rootkits. It is a key stage in the boot process that plays a role in the subsequent startup of the system\u2014from BIOS to OS and applications. It must authenticate every subsequent boot stage. To achieve this, each stage employs a set of keys with a digital signature. One of the most popular standards for hardware key protection is TPM (Trusted Platform Module).<\/p>\n<p><img decoding=\"async\" alt=\"The open-source chip OpenTitan will replace proprietary trust roots from Intel and ARM.\" src=\"\/wp-content\/uploads\/2019\/11\/f7d282d85ae0d7bdc0cbd7e702da4df3.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<i>Establishing the root of trust. Above is a five-stage boot process that forms a chain of trust and starts with the bootloader located in immutable memory. At each stage, a public key is used to verify the authenticity of the next component being loaded. Illustration from Perry Lee's book <noindex><a rel=\"nofollow\" href=\"https:\/\/dmkpress.com\/catalog\/computer\/os\/978-5-97060-672-8\/\">\"Architecture of the Internet of Things\"<\/a><\/noindex><\/i><\/p>\n<p>RoT can be initiated in various ways:<\/p>\n<ul>\n<li>loading the image and root key from firmware or immutable memory;\n<\/li>\n<li>storing the root key in one-time programmable memory using fuse bits;\n<\/li>\n<li>loading code from a secure memory area into a protected storage.<\/li>\n<\/ul>\n<p>\nThe root of trust is implemented differently in various processors. Intel and ARM<br \/>\nsupport the following technologies:<\/p>\n<ul>\n<li><b>ARM TrustZone<\/b>ARM sells a proprietary silicon block to chip manufacturers that provides a root of trust and other security mechanisms. This way, the microprocessor is separated from the insecure core; it runs a Trusted OS \u2014 a secure operating system with a clearly defined interface for interaction with insecure components. Protected resources reside within the trusted core and should be as lightweight as possible. Transitions between different types of components are made through hardware context switching, eliminating the need for secure software for monitoring. \n<\/li>\n<li><b>Intel Boot Guard<\/b> is a hardware mechanism for authenticating the boot block using cryptographic means or a measurement process. To verify the boot block, the manufacturer must generate a 2048-bit key, which consists of two parts: public and private. The public key is printed on the board by \"blowing\" fuse bits during manufacturing. These bits are one-time and cannot be changed. The private part of the key generates a digital signature for authenticating the boot stage.<\/li>\n<\/ul>\n<p>\nThe OpenTitan platform reveals key aspects of such a hardware-software system, as shown in the diagram below.<\/p>\n<p><img decoding=\"async\" alt=\"The open-source chip OpenTitan will replace proprietary trust roots from Intel and ARM.\" src=\"\/wp-content\/uploads\/2019\/11\/ff75fd23edf8654b1308a4f5b06b79b1.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<\/p>\n<h1>OpenTitan Platform<\/h1>\n<p>\nThe development of the OpenTitan platform is managed by the non-profit organization lowRISC. The team of engineers is based in Cambridge (UK), with Google as the main sponsor. Founder partners include the Swiss Federal Institute of Technology Zurich, G+D Mobile Security, Nuvoton Technology, and Western Digital.<\/p>\n<p>Google <noindex><a rel=\"nofollow\" href=\"https:\/\/opensource.googleblog.com\/2019\/11\/opentitan-open-sourcing-transparent.html\">announced<\/a><\/noindex> the project in the Google Open Source corporate blog. The company stated that OpenTitan aims to \"provide high-quality design and integration recommendations for RoT to be used in data center servers, storage, edge devices, and more.\"<\/p>\n<p>The root of trust is the first link in the trust chain at the lowest level in a trusted computing module, which the system always fully trusts.<\/p>\n<p>RoT is critically important for applications, including public key infrastructures (PKI). It is the foundation of the security system on which a complex system, such as an IoT application or a data center, is built. This is why Google supports this project. It currently has 19 data centers across five continents. Data centers, storage, and mission-critical applications present a vast attack surface, and to protect this infrastructure, Google initially developed its own root of trust on the Titan chip.<\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/cloud.google.com\/blog\/products\/gcp\/titan-in-depth-security-in-plaintext\">The proprietary Titan chip<\/a><\/noindex> for Google data centers was first introduced <noindex><a rel=\"nofollow\" href=\"https:\/\/www.businessinsider.com\/google-cloud-urs-holzle-2017-3\">in March 2017<\/a><\/noindex> at the Google Cloud Next conference. \u201cOur computers perform cryptographic verification of every software package, and then decide whether to grant it access to network resources. Titan integrates into this process and provides additional layers of protection,\u201d said Google representatives during that presentation.<\/p>\n<p><img decoding=\"async\" alt=\"The open-source chip OpenTitan will replace proprietary trust roots from Intel and ARM.\" src=\"\/wp-content\/uploads\/2019\/11\/fc7be7d9f07204c5024648659bb5c98e.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<i>The Titan chip in Google\u2019s server<\/i><\/p>\n<p>The Titan architecture was proprietary to Google but is now becoming public domain as part of an open-source project. <\/p>\n<p>The first phase of the project is to create a logical design for the RoT at the chip level, including an open-source microprocessor <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/lowRISC\/ibex\/\">lowRISC ibex<\/a><\/noindex>, cryptographic processors, a hardware random number generator, key hierarchies and storage for non-volatile and volatile storage, security mechanisms, input-output peripherals, and secure boot processes.<\/p>\n<p>Google states that OpenTitan is based on three key principles: <\/p>\n<ul>\n<li>everyone has the opportunity to verify the platform and contribute; <\/li>\n<li>increased flexibility through the opening of a logically secure design that is not blocked by proprietary vendor restrictions;\n<\/li>\n<li>quality ensured not only by the design itself but also by reference firmware and documentation.<\/li>\n<\/ul>\n<p>\n\"Current trust root chips are very proprietary. They claim security, but in reality, you take it on faith and can't verify it yourself,\" says Dominic Rizzo, a leading security specialist on the Google Titan project. \"For the first time, there is an opportunity to ensure security without blind faith in proprietary trust root design. So, the foundation is not just strong, it can be verified.\" <\/p>\n<p>Rizzo added that OpenTitan could be regarded as a \"radically transparent design compared to the current state of affairs.\"<\/p>\n<p>According to the developers, OpenTitan should not be seen as a finished product, as development is still ongoing. They intentionally made the specifications and design open during development so that everyone could verify it, contribute, and improve the system before production begins. <\/p>\n<p>To begin production of OpenTitan chips, an application must be submitted and certified. Apparently, no licensing fees are required.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/dcmiran\/blog\/474900\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041d\u0435\u043a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0430\u044f \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f lowRISC \u043f\u0440\u0438 \u0443\u0447\u0430\u0441\u0442\u0438\u0438 Google \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u043e\u0432 5 \u043d\u043e\u044f\u0431\u0440\u044f 2019 \u0433\u043e\u0434\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u043f\u0440\u043e\u0435\u043a\u0442 OpenTitan, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u00ab\u043f\u0435\u0440\u0432\u044b\u043c \u043e\u043f\u0435\u043d\u0441\u043e\u0440\u0441\u043d\u044b\u043c \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u043c \u043f\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044e \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439, \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u044b \u043c\u0438\u043a\u0440\u043e\u0441\u0445\u0435\u043c \u0441 \u043a\u043e\u0440\u043d\u0435\u043c \u0434\u043e\u0432\u0435\u0440\u0438\u044f (RoT) \u043d\u0430 \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u043c \u0443\u0440\u043e\u0432\u043d\u0435\u00bb. OpenTitan \u043d\u0430 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0435 RISC-V\u00a0\u2014 \u043c\u0438\u043a\u0440\u043e\u0441\u0445\u0435\u043c\u0430 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430\u0445 \u0432 \u0434\u0430\u0442\u0430-\u0446\u0435\u043d\u0442\u0440\u0430\u0445 \u0438 \u0432 \u043b\u044e\u0431\u043e\u043c \u0434\u0440\u0443\u0433\u043e\u043c \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0438, \u0433\u0434\u0435 \u043d\u0443\u0436\u043d\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0442\u044c [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-52523","post","type-post","status-publish","format-standard","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041d\u0435\u043a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0430\u044f.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/opensorsnyj-chip-opentitan-zamenit-proprietarnye-korni-doveriya-intel-i-arm\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041e\u043f\u0435\u043d\u0441\u043e\u0440\u0441\u043d\u044b\u0439 \u0447\u0438\u043f OpenTitan \u0437\u0430\u043c\u0435\u043d\u0438\u0442 \u043f\u0440\u043e\u043f\u0440\u0438\u0435\u0442\u0430\u0440\u043d\u044b\u0435 \u043a\u043e\u0440\u043d\u0438 \u0434\u043e\u0432\u0435\u0440\u0438\u044f Intel \u0438 ARM | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041d\u0435\u043a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0430\u044f.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/opensorsnyj-chip-opentitan-zamenit-proprietarnye-korni-doveriya-intel-i-arm\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-11-09T21:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-02-18T11:00:16+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Open-source chip OpenTitan will replace proprietary trust roots from Intel and ARM | ProHoster","description":"Non-profit.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/opensorsnyj-chip-opentitan-zamenit-proprietarnye-korni-doveriya-intel-i-arm","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041e\u043f\u0435\u043d\u0441\u043e\u0440\u0441\u043d\u044b\u0439 \u0447\u0438\u043f OpenTitan \u0437\u0430\u043c\u0435\u043d\u0438\u0442 \u043f\u0440\u043e\u043f\u0440\u0438\u0435\u0442\u0430\u0440\u043d\u044b\u0435 \u043a\u043e\u0440\u043d\u0438 \u0434\u043e\u0432\u0435\u0440\u0438\u044f Intel \u0438 ARM | ProHoster","og:description":"\u041d\u0435\u043a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0430\u044f.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/opensorsnyj-chip-opentitan-zamenit-proprietarnye-korni-doveriya-intel-i-arm","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-11-09T21:00:00+00:00","article:modified_time":"2020-02-18T11:00:16+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"52523","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_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":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_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"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,"seo_analyzer_scan_date":"2026-01-24 03:53:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 20:41:25","updated":"2026-01-24 03:53:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/52523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=52523"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/52523\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=52523"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=52523"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=52523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}