{"id":41,"date":"2026-03-11T05:55:50","date_gmt":"2026-03-11T05:55:50","guid":{"rendered":"https:\/\/blog.garlicshield.com\/?p=41"},"modified":"2026-03-11T05:58:08","modified_gmt":"2026-03-11T05:58:08","slug":"ghostclaw-malicious-npm-package-rat-2026","status":"publish","type":"post","link":"https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/","title":{"rendered":"\u26a0\ufe0f GhostClaw: The Malicious npm Package That Stole Everything"},"content":{"rendered":"\n<p>A sophisticated supply chain attack has been quietly compromising developer machines since early March 2026. A malicious npm package named <strong>@openclaw-ai\/openclawai<\/strong> \u2014 masquerading as an installer for the legitimate OpenClaw tool \u2014 was spreading a fully-featured remote access trojan dubbed <strong>GhostClaw<\/strong>. It had been downloaded 178 times before being pulled from the registry on March 10, 2026.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong>\ud83c\udfad How It Fooled Developers<\/strong><\/p>\n\n\n\n<p>The package was engineered to look trustworthy at every step. It came with a clean <code>package.json<\/code>, a benign <code>src\/index.js<\/code> export, and no suspicious dependencies \u2014 the kind of profile that passes a quick audit without raising flags.<\/p>\n\n\n\n<p>The real damage began with a postinstall hook that silently reinstalled the package globally, planting the <code>openclaw<\/code> binary on the system PATH. A file called <code>setup.js<\/code> then launched a convincing fake CLI \u2014 complete with animated progress bars \u2014 simulating a real installation.<\/p>\n\n\n\n<p>Once the fake install &#8220;completed,&#8221; users were shown what appeared to be an iCloud Keychain authorization prompt asking for their system password. Crucially, the malware <strong>validated the password using the real OS authentication mechanism<\/strong> \u2014 meaning wrong passwords were rejected, making the prompt feel completely genuine.<\/p>\n\n\n\n<p>While the user&#8217;s attention was on the fake UI, the script was simultaneously fetching an encrypted second-stage payload from a remote C2 server (<code>trackpipe[.]dev<\/code>), running it as a detached process, and immediately deleting the temp file to cover its tracks.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong>\ud83d\udc7b Meet GhostLoader<\/strong><\/p>\n\n\n\n<p>The decrypted payload \u2014 roughly <strong>11,700 lines of JavaScript<\/strong> \u2014 was a complete malware framework called GhostLoader. It buried itself in a hidden directory disguised as a routine npm telemetry service (<code>~\/.npm_telemetry\/monitor.js<\/code>) and set up persistence hooks in shell config files so it would automatically relaunch if terminated.<\/p>\n\n\n\n<p>What it stole was staggering in scope:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ud83d\udd11 System passwords and macOS Keychain databases<\/li>\n\n\n\n<li>\u2601\ufe0f Cloud credentials (AWS, GCP, Azure config files)<\/li>\n\n\n\n<li>\ud83d\udd10 SSH private keys<\/li>\n\n\n\n<li>\ud83d\udcb0 Cryptocurrency wallet files and seed phrases<\/li>\n\n\n\n<li>\ud83c\udf10 Browser credentials, cookies, and saved passwords<\/li>\n\n\n\n<li>\ud83d\udcf1 iMessage history and email records<\/li>\n\n\n\n<li>\ud83e\udeaa API tokens for OpenAI, Stripe, GitHub, and more<\/li>\n<\/ul>\n\n\n\n<p>Perhaps the most alarming capability: <strong>live browser session cloning<\/strong>. Rather than just stealing credentials, the attacker could duplicate an entire browser profile and run it in a headless environment \u2014 effectively impersonating the victim in real time without ever needing a password.<\/p>\n\n\n\n<p>The malware ran on <strong>macOS, Linux, and Windows<\/strong>, adapting its credential-harvesting method to each platform. Its C2 infrastructure also included a <code>NUKE<\/code> command to remotely wipe all evidence of the infection on demand.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong>\ud83d\udea8 What To Do If You Installed It<\/strong><\/p>\n\n\n\n<p>If you ran <code>npm install @openclaw-ai\/openclawai<\/code> at any point, treat your machine as fully compromised and act immediately:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Remove the <code>~\/.npm_telemetry<\/code> directory<\/li>\n\n\n\n<li>Check <code>~\/.zshrc<\/code>, <code>~\/.bashrc<\/code>, and <code>~\/.bash_profile<\/code> for injected lines<\/li>\n\n\n\n<li>Kill any running <code>monitor.js<\/code> processes<\/li>\n\n\n\n<li>Fully uninstall the package<\/li>\n\n\n\n<li><strong>Rotate all credentials<\/strong> \u2014 system passwords, SSH keys, AWS\/GCP\/Azure tokens, OpenAI, Stripe, GitHub API keys, and any exposed crypto wallet seed phrases<\/li>\n\n\n\n<li><strong>Consider a full machine re-image<\/strong> given the depth of the compromise<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong>\ud83d\udee1\ufe0f The Broader Lesson<\/strong><\/p>\n\n\n\n<p>This campaign is a textbook software supply chain attack \u2014 patient, polished, and designed to strike exactly when developers are most likely to trust what they&#8217;re running.<\/p>\n\n\n\n<p>Going forward, treat any npm package as suspicious if it:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Requests system credentials at any point<\/li>\n\n\n\n<li>Uses postinstall scripts to globally install itself<\/li>\n\n\n\n<li>Fetches remote payloads at install time<\/li>\n<\/ul>\n\n\n\n<p>When installing OpenClaw or any developer tool, always verify you&#8217;re using the official package from confirmed, trusted sources.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><em>Sources: JFrog Security, The Hacker News, Cyber Security News, CSO Online, SOCRadar<\/em><\/p>\n\n\n\n<p><em>Tags: #CyberSecurity #npm #SupplyChainAttack #Malware #DevSecurity<\/em><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A sophisticated supply chain attack has been quietly compromising developer machines since early March 2026. A malicious npm package named @openclaw-ai\/openclawai \u2014 masquerading as an [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,10],"tags":[],"class_list":["post-41","post","type-post","status-publish","format-standard","hentry","category-cybersecurity-news","category-malware"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u26a0\ufe0f GhostClaw: The Malicious npm Package That Stole Everything - GarlicShield TLDR Cybersecurity Blog<\/title>\n<meta name=\"description\" content=\"GhostClaw RAT hid inside a fake npm package, stealing SSH keys, crypto wallets &amp; cloud credentials from developers. Reported by Thanmay Sarath.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u26a0\ufe0f GhostClaw: The Malicious npm Package That Stole Everything - GarlicShield TLDR Cybersecurity Blog\" \/>\n<meta property=\"og:description\" content=\"GhostClaw RAT hid inside a fake npm package, stealing SSH keys, crypto wallets &amp; cloud credentials from developers. Reported by Thanmay Sarath.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"GarlicShield TLDR Cybersecurity Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-11T05:55:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-11T05:58:08+00:00\" \/>\n<meta name=\"author\" content=\"Thanmay Sarath\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thanmay Sarath\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/index.php\\\/2026\\\/03\\\/11\\\/ghostclaw-malicious-npm-package-rat-2026\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/index.php\\\/2026\\\/03\\\/11\\\/ghostclaw-malicious-npm-package-rat-2026\\\/\"},\"author\":{\"name\":\"Thanmay Sarath\",\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/#\\\/schema\\\/person\\\/daa81170228349a5ba27e24d9ffd6d1d\"},\"headline\":\"\u26a0\ufe0f GhostClaw: The Malicious npm Package That Stole Everything\",\"datePublished\":\"2026-03-11T05:55:50+00:00\",\"dateModified\":\"2026-03-11T05:58:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/index.php\\\/2026\\\/03\\\/11\\\/ghostclaw-malicious-npm-package-rat-2026\\\/\"},\"wordCount\":557,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/#organization\"},\"articleSection\":[\"Cybersecurity News\",\"malware\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/blog.garlicshield.com\\\/index.php\\\/2026\\\/03\\\/11\\\/ghostclaw-malicious-npm-package-rat-2026\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/index.php\\\/2026\\\/03\\\/11\\\/ghostclaw-malicious-npm-package-rat-2026\\\/\",\"url\":\"https:\\\/\\\/blog.garlicshield.com\\\/index.php\\\/2026\\\/03\\\/11\\\/ghostclaw-malicious-npm-package-rat-2026\\\/\",\"name\":\"\u26a0\ufe0f GhostClaw: The Malicious npm Package That Stole Everything - GarlicShield TLDR Cybersecurity Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/#website\"},\"datePublished\":\"2026-03-11T05:55:50+00:00\",\"dateModified\":\"2026-03-11T05:58:08+00:00\",\"description\":\"GhostClaw RAT hid inside a fake npm package, stealing SSH keys, crypto wallets & cloud credentials from developers. Reported by Thanmay Sarath.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/index.php\\\/2026\\\/03\\\/11\\\/ghostclaw-malicious-npm-package-rat-2026\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blog.garlicshield.com\\\/index.php\\\/2026\\\/03\\\/11\\\/ghostclaw-malicious-npm-package-rat-2026\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/index.php\\\/2026\\\/03\\\/11\\\/ghostclaw-malicious-npm-package-rat-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blog.garlicshield.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u26a0\ufe0f GhostClaw: The Malicious npm Package That Stole Everything\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/#website\",\"url\":\"https:\\\/\\\/blog.garlicshield.com\\\/\",\"name\":\"GarlicShield TLDR Cybersecurity Blog\",\"description\":\"Peeling back the layers of cybersecurity : fast facts, real threats &amp; scam alerts\",\"publisher\":{\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blog.garlicshield.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/#organization\",\"name\":\"GarlicShield TLDR Cybersecurity Blog\",\"url\":\"https:\\\/\\\/blog.garlicshield.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/blog.garlicshield.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/gs-logo-96x96-1.png\",\"contentUrl\":\"https:\\\/\\\/blog.garlicshield.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/gs-logo-96x96-1.png\",\"width\":96,\"height\":96,\"caption\":\"GarlicShield TLDR Cybersecurity Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.garlicshield.com\\\/#\\\/schema\\\/person\\\/daa81170228349a5ba27e24d9ffd6d1d\",\"name\":\"Thanmay Sarath\",\"pronouns\":\"he\\\/him\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/036077fa8b8216287d1f50ece7333c1c04672e74eaec8dd87e70832cb9552d33?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/036077fa8b8216287d1f50ece7333c1c04672e74eaec8dd87e70832cb9552d33?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/036077fa8b8216287d1f50ece7333c1c04672e74eaec8dd87e70832cb9552d33?s=96&d=mm&r=g\",\"caption\":\"Thanmay Sarath\"},\"description\":\"Thanmay Sarath is a Mensa member, ethical hacker, entrepreneur, and technologist passionate about cybersecurity and innovation. A researcher, international speaker, and published author, he works at the intersection of technology, security, and social impact, helping organizations and communities stay safe in an increasingly digital world.\",\"sameAs\":[\"https:\\\/\\\/blog.garlicshield.com\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/thanmaysarath\"],\"url\":\"https:\\\/\\\/blog.garlicshield.com\\\/index.php\\\/author\\\/thanmay\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u26a0\ufe0f GhostClaw: The Malicious npm Package That Stole Everything - GarlicShield TLDR Cybersecurity Blog","description":"GhostClaw RAT hid inside a fake npm package, stealing SSH keys, crypto wallets & cloud credentials from developers. Reported by Thanmay Sarath.","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:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/","og_locale":"en_US","og_type":"article","og_title":"\u26a0\ufe0f GhostClaw: The Malicious npm Package That Stole Everything - GarlicShield TLDR Cybersecurity Blog","og_description":"GhostClaw RAT hid inside a fake npm package, stealing SSH keys, crypto wallets & cloud credentials from developers. Reported by Thanmay Sarath.","og_url":"https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/","og_site_name":"GarlicShield TLDR Cybersecurity Blog","article_published_time":"2026-03-11T05:55:50+00:00","article_modified_time":"2026-03-11T05:58:08+00:00","author":"Thanmay Sarath","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Thanmay Sarath","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/#article","isPartOf":{"@id":"https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/"},"author":{"name":"Thanmay Sarath","@id":"https:\/\/blog.garlicshield.com\/#\/schema\/person\/daa81170228349a5ba27e24d9ffd6d1d"},"headline":"\u26a0\ufe0f GhostClaw: The Malicious npm Package That Stole Everything","datePublished":"2026-03-11T05:55:50+00:00","dateModified":"2026-03-11T05:58:08+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/"},"wordCount":557,"commentCount":0,"publisher":{"@id":"https:\/\/blog.garlicshield.com\/#organization"},"articleSection":["Cybersecurity News","malware"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/","url":"https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/","name":"\u26a0\ufe0f GhostClaw: The Malicious npm Package That Stole Everything - GarlicShield TLDR Cybersecurity Blog","isPartOf":{"@id":"https:\/\/blog.garlicshield.com\/#website"},"datePublished":"2026-03-11T05:55:50+00:00","dateModified":"2026-03-11T05:58:08+00:00","description":"GhostClaw RAT hid inside a fake npm package, stealing SSH keys, crypto wallets & cloud credentials from developers. Reported by Thanmay Sarath.","breadcrumb":{"@id":"https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.garlicshield.com\/index.php\/2026\/03\/11\/ghostclaw-malicious-npm-package-rat-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.garlicshield.com\/"},{"@type":"ListItem","position":2,"name":"\u26a0\ufe0f GhostClaw: The Malicious npm Package That Stole Everything"}]},{"@type":"WebSite","@id":"https:\/\/blog.garlicshield.com\/#website","url":"https:\/\/blog.garlicshield.com\/","name":"GarlicShield TLDR Cybersecurity Blog","description":"Peeling back the layers of cybersecurity : fast facts, real threats &amp; scam alerts","publisher":{"@id":"https:\/\/blog.garlicshield.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.garlicshield.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.garlicshield.com\/#organization","name":"GarlicShield TLDR Cybersecurity Blog","url":"https:\/\/blog.garlicshield.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.garlicshield.com\/#\/schema\/logo\/image\/","url":"https:\/\/blog.garlicshield.com\/wp-content\/uploads\/2025\/06\/gs-logo-96x96-1.png","contentUrl":"https:\/\/blog.garlicshield.com\/wp-content\/uploads\/2025\/06\/gs-logo-96x96-1.png","width":96,"height":96,"caption":"GarlicShield TLDR Cybersecurity Blog"},"image":{"@id":"https:\/\/blog.garlicshield.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/blog.garlicshield.com\/#\/schema\/person\/daa81170228349a5ba27e24d9ffd6d1d","name":"Thanmay Sarath","pronouns":"he\/him","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/036077fa8b8216287d1f50ece7333c1c04672e74eaec8dd87e70832cb9552d33?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/036077fa8b8216287d1f50ece7333c1c04672e74eaec8dd87e70832cb9552d33?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/036077fa8b8216287d1f50ece7333c1c04672e74eaec8dd87e70832cb9552d33?s=96&d=mm&r=g","caption":"Thanmay Sarath"},"description":"Thanmay Sarath is a Mensa member, ethical hacker, entrepreneur, and technologist passionate about cybersecurity and innovation. A researcher, international speaker, and published author, he works at the intersection of technology, security, and social impact, helping organizations and communities stay safe in an increasingly digital world.","sameAs":["https:\/\/blog.garlicshield.com","https:\/\/www.linkedin.com\/in\/thanmaysarath"],"url":"https:\/\/blog.garlicshield.com\/index.php\/author\/thanmay\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/blog.garlicshield.com\/index.php\/wp-json\/wp\/v2\/posts\/41","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.garlicshield.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.garlicshield.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.garlicshield.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.garlicshield.com\/index.php\/wp-json\/wp\/v2\/comments?post=41"}],"version-history":[{"count":1,"href":"https:\/\/blog.garlicshield.com\/index.php\/wp-json\/wp\/v2\/posts\/41\/revisions"}],"predecessor-version":[{"id":42,"href":"https:\/\/blog.garlicshield.com\/index.php\/wp-json\/wp\/v2\/posts\/41\/revisions\/42"}],"wp:attachment":[{"href":"https:\/\/blog.garlicshield.com\/index.php\/wp-json\/wp\/v2\/media?parent=41"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.garlicshield.com\/index.php\/wp-json\/wp\/v2\/categories?post=41"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.garlicshield.com\/index.php\/wp-json\/wp\/v2\/tags?post=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}