{"id":38138,"date":"2026-01-29T10:37:16","date_gmt":"2026-01-29T10:37:16","guid":{"rendered":"http:\/\/localhost\/?p=38138"},"modified":"2026-01-29T10:37:16","modified_gmt":"2026-01-29T10:37:16","slug":"clawdbots-rename-to-moltbot-sparks-impersonation-campaign","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=38138","title":{"rendered":"Clawdbot\u2019s rename to Moltbot sparks impersonation campaign_MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-01-29T16:05:13&#8243;,&#8221;description&#8221;:&#8221;After the viral AI assistant **Clawdbot** was forced to rename to **Moltbot** due to a trademark dispute, opportunists moved quickly. Within days, typosquat domains and a cloned GitHub repository appeared\u2014impersonating the project\u2019s creator and positioning infrastructure for a potential supply-chain attack.\\n\\nThe code is clean. The infrastructure is not. With the GitHub downloads and star rating rapidly rising, we took a deep dive into how fake domains target viral open source projects.\\n\\n![Fake domains spring up to impersonate Moltbot&#8217;s landing page](https:\/\/www.malwarebytes.com\/wp-content\/uploads\/sites\/2\/2026\/01\/image_3bbe76.png?w=1024)\\n\\n## The background: Why was Clawdbot renamed?\\n\\nIn early 2026, Peter Steinberger\u2019s **Clawdbot** became one of the fastest-growing open source projects on GitHub. The self-hosted assistant\u2014described as \u201cClaude with hands\u201d\u2014allowed users to control their computer through WhatsApp, Telegram, Discord, and similar platforms.\\n\\nAnthropic later objected to the name. Steinberger complied and rebranded the project to **Moltbot** (\u201cmolt\u201d being what lobsters do when they shed their shell).\\n\\nDuring the rename, both the GitHub organization and X (formerly Twitter) handle were briefly released before being reclaimed. Attackers monitoring the transition grabbed them within seconds.\\n\\n![\u201cHad to rename our accounts for trademark stuff and messed up the GitHub rename and the X rename got snatched by crypto shills.\u201d \u2014 Peter Steinberger](https:\/\/www.malwarebytes.com\/wp-content\/uploads\/sites\/2\/2026\/01\/image_3a79bb.png)\\n\\n\u201cHad to rename our accounts for trademark stuff and messed up the GitHub rename and the X rename got snatched by crypto shills.\u201d \u2014 Peter Steinberger\\n\\nThat brief gap was enough.\\n\\n## Impersonation infrastructure emerged\\n\\nWhile investigating a suspicious repository, I uncovered a coordinated set of assets designed to impersonate Moltbot.\\n\\n**Domains**\\n\\n  * moltbot[.]you\\n  * clawbot[.]ai\\n  * clawdbot[.]you\\n\\n\\n\\n**Repository**\\n\\n  * github[.]com\/gstarwd\/clawbot \u2014 a cloned repository using a typosquatted variant of the former Clawdbot project name\\n\\n\\n\\n**Website**\\n\\nA polished marketing site featuring:\\n\\n  * professional design closely matching the real project\\n  * SEO optimization and structured metadata\\n  * download buttons, tutorials, and FAQs\\n  * claims of 61,500+ GitHub stars lifted from the real repository\\n\\n\\n\\n## **Evidence of impersonation**\\n\\n**False attribution** : The site\u2019s schema.org metadata falsely claims authorship by Peter Steinberger, linking directly to his real GitHub and X profiles. This is explicit identity misrepresentation.\\n\\n![The site&#8217;s metadata](https:\/\/www.malwarebytes.com\/wp-content\/uploads\/sites\/2\/2026\/01\/image_37a511.png)\\n\\n**Misdirection to an unauthorized repository** : \u201cView on GitHub\u201d links send users to gstarwd\/clawbot, not the official moltbot\/moltbot repository.\\n\\n**Stolen credibility** :The site prominently advertises tens of thousands of stars that belong to the real project. The clone has virtually none (although at the time of writing, that number is steadily rising).\\n\\n![The site advertises 61,500+ GitHub stars](https:\/\/www.malwarebytes.com\/wp-content\/uploads\/sites\/2\/2026\/01\/image_cbab8b.png)\\n\\n**Mixing legitimate and fraudulent links** : Some links point to real assets, such as official documentation or legitimate binaries. Others redirect to impersonation infrastructure. This selective legitimacy defeats casual verification and appears deliberate.\\n\\n**Full SEO optimization** : Canonical tags, Open Graph metadata, Twitter cards, and analytics are all present\u2014clearly intended to rank the impersonation site ahead of legitimate project resources.\\n\\n**The ironic security warning** : The impersonation site even warns users about scams involving fake cryptocurrency tokens\u2014while itself impersonating the project.\\n\\n![The site warms about crypto scams.](https:\/\/www.malwarebytes.com\/wp-content\/uploads\/sites\/2\/2026\/01\/image_9f86f2.png)\\n\\n* * *\\n\\n## **Code analysis: Clean by design**\\n\\nI performed a static audit of the gstarwd\/clawbot repository:\\n\\n  * no malicious npm scripts\\n  * no credential exfiltration\\n  * no obfuscation or payload staging\\n  * no cryptomining\\n  * no suspicious network activity\\n\\n\\n\\nThe code is functionally identical to the legitimate project, which is not reassuring.\\n\\n## **The threat model**\\n\\nThe absence of malware is the strategy. Nothing here suggests an opportunistic malware campaign. Instead, the setup points to early preparation for a supply-chain attack.\\n\\n**The likely chain of events:**\\n\\nA user searches for \u201cclawbot GitHub\u201d or \u201cmoltbot download\u201d and finds moltbot[.]you or gstarwd\/clawbot.\\n\\nThe code looks legitimate and passes a security audit.\\n\\nThe user installs the project and configures it, adding API keys and messaging tokens. Trust is established.\\n\\nAt a later point, a routine update is pulled through npm update or git pull. A malicious payload is delivered into an installation the user already trusts.\\n\\nAn attacker can then harvest:\\n\\n  * Anthropic API keys\\n  * OpenAI API keys\\n  * WhatsApp session credentials\\n  * Telegram bot tokens\\n  * Discord OAuth tokens\\n  * Slack credentials\\n  * Signal identity keys\\n  * full conversation histories\\n  * command execution access on the compromised machine\\n\\n\\n\\n## **What\u2019s malicious, and what isn\u2019t**\\n\\n**Clearly malicious**\\n\\n  * false attribution to a real individual\\n  * misrepresentation of popularity metrics\\n  * deliberate redirection to an unauthorized repository\\n\\n\\n\\n**Deceptive but not yet malware**\\n\\n  * typosquat domains\\n  * SEO manipulation\\n  * cloned repositories with clean code\\n\\n\\n\\n**Not present (yet)**\\n\\n  * active malware\\n  * data exfiltration\\n  * cryptomining\\n\\n\\n\\nClean code today lowers suspicion tomorrow.\\n\\n## **A familiar pattern**\\n\\nThis follows a well-known pattern in open source supply-chain attacks.\\n\\nA user searches for a popular project and lands on a convincing-looking site or cloned repository. The code appears legitimate and passes a security audit.\\n\\nThey install the project and configure it, adding API keys or messaging tokens so it can work as intended. Trust is established.\\n\\nLater, a routine update arrives through a standard npm update or git pull. That update introduces a malicious payload into an installation the user already trusts.\\n\\nFrom there, an attacker can harvest credentials, conversation data, and potentially execute commands on the compromised system.\\n\\nNo exploit is required. The entire chain relies on trust rather than technical vulnerabilities.\\n\\n## **How to stay safe**\\n\\nImpersonation infrastructure like this is designed to look legitimate long before anything malicious appears. By the time a harmful update arrives\u2014if it arrives at all\u2014the software may already be widely installed and trusted.\\n\\nThat\u2019s why basic source verification still matters, especially when popular projects rename or move quickly.\\n\\n**Advice for users**\\n\\n  * Verify GitHub organization ownership\\n  * Bookmark official repositories directly\\n  * Treat renamed projects as higher risk during transitions\\n\\n\\n\\n**Advice for maintainers**\\n\\n  * Pre-register likely typosquat domains before public renames\\n  * Coordinate renames and handle changes carefully\\n  * Monitor for cloned repositories and impersonation sites\\n\\n\\n\\n**Pro tip: Malwarebytes customers are protected.** Malwarebytes is actively blocking all known indicators of compromise (IOCs) associated with this impersonation infrastructure, preventing users from accessing the fraudulent domains and related assets identified in this investigation.\\n\\n* * *\\n\\n**We don\u2019t just report on threats\u2014we remove them**\\n\\nCybersecurity risks should never spread beyond a headline. Keep threats off your devices by downloading Malwarebytes today.&#8221;,&#8221;published&#8221;:&#8221;2026-01-29T14:26:42&#8243;,&#8221;modified&#8221;:&#8221;2026-01-29T14:26:42&#8243;,&#8221;type&#8221;:&#8221;malwarebytes&#8221;,&#8221;title&#8221;:&#8221;Clawdbot\u2019s rename to Moltbot sparks impersonation campaign&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821&#8243;,&#8221;bulletinFamily&#8221;:&#8221;blog&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;&#8221;,&#8221;sourceHref&#8221;:&#8221;&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:0,&#8221;severity&#8221;:&#8221;NONE&#8221;,&#8221;vector&#8221;:&#8221;NONE&#8221;,&#8221;version&#8221;:&#8221;NONE&#8221;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/www.malwarebytes.com\/blog\/threat-intel\/2026\/01\/clawdbots-rename-to-moltbot-sparks-impersonation-campaign&#8221;,&#8221;category_name&#8221;:&#8221;News&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;&#8221;,&#8221;version&#8221;:&#8221;&#8221;,&#8221;vendor&#8221;:&#8221;&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-01-29T16:05:13&#8243;,&#8221;description&#8221;:&#8221;After the viral AI assistant **Clawdbot** was forced to rename to **Moltbot** due to a trademark dispute, opportunists moved quickly. Within days, typosquat domains and&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[6,8,12,115,13,33,7,11,5],"class_list":["post-38138","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-cve","tag-cvss","tag-exploit","tag-malwarebytes","tag-news","tag-none","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Clawdbot\u2019s rename to Moltbot sparks impersonation campaign_MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821 - zero redgem<\/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:\/\/zero.redgem.net\/?p=38138\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Clawdbot\u2019s rename to Moltbot sparks impersonation campaign_MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-01-29T16:05:13&#8243;,&#8221;description&#8221;:&#8221;After the viral AI assistant **Clawdbot** was forced to rename to **Moltbot** due to a trademark dispute, opportunists moved quickly. Within days, typosquat domains and...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=38138\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-29T10:37:16+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38138#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38138\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Clawdbot\u2019s rename to Moltbot sparks impersonation campaign_MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821\",\"datePublished\":\"2026-01-29T10:37:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38138\"},\"wordCount\":1334,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"malwarebytes\",\"news\",\"NONE\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=38138#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38138\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38138\",\"name\":\"Clawdbot\u2019s rename to Moltbot sparks impersonation campaign_MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-01-29T10:37:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38138#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=38138\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=38138#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Clawdbot\u2019s rename to Moltbot sparks impersonation campaign_MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Clawdbot\u2019s rename to Moltbot sparks impersonation campaign_MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821 - zero redgem","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:\/\/zero.redgem.net\/?p=38138","og_locale":"en_US","og_type":"article","og_title":"Clawdbot\u2019s rename to Moltbot sparks impersonation campaign_MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-01-29T16:05:13&#8243;,&#8221;description&#8221;:&#8221;After the viral AI assistant **Clawdbot** was forced to rename to **Moltbot** due to a trademark dispute, opportunists moved quickly. Within days, typosquat domains and...","og_url":"https:\/\/zero.redgem.net\/?p=38138","og_site_name":"zero redgem","article_published_time":"2026-01-29T10:37:16+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=38138#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=38138"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Clawdbot\u2019s rename to Moltbot sparks impersonation campaign_MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821","datePublished":"2026-01-29T10:37:16+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=38138"},"wordCount":1334,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","malwarebytes","news","NONE","Security","tapic","Vulnerability"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=38138#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=38138","url":"https:\/\/zero.redgem.net\/?p=38138","name":"Clawdbot\u2019s rename to Moltbot sparks impersonation campaign_MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-01-29T10:37:16+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=38138#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=38138"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=38138#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Clawdbot\u2019s rename to Moltbot sparks impersonation campaign_MALWAREBYTES:B9EB94C49D6559E91FA22E6CEDB79821"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/38138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=38138"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/38138\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=38138"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=38138"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=38138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}