{"id":13468,"date":"2017-03-09T06:00:03","date_gmt":"2017-03-09T14:00:03","guid":{"rendered":"https:\/\/www.sapien.com\/blog\/?p=13468"},"modified":"2017-04-04T11:39:31","modified_gmt":"2017-04-04T18:39:31","slug":"enabling-deep-script-block-logging","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/","title":{"rendered":"Enabling deep script block logging"},"content":{"rendered":"<p>As of the <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=44977\">KB3000850 <\/a>update and PowerShell 5.0, PowerShell has included script block logging so that admins would have more tools for the blue team side of pen testing. If you&#8217;re unfamiliar or have never heard of it before, I recommend giving <a href=\"https:\/\/blogs.msdn.microsoft.com\/powershell\/2015\/06\/09\/powershell-the-blue-team\/\">this blog post<\/a> a read.<\/p>\n<p>Not only does the post describe what script block logging is, but it outlines two separate ways to enable it. For example, you can edit your group policy and enable the &#8220;Turn on PowerShell Script Block Logging feature&#8221; through\u00a0<strong>Windows Components -&gt; Administrative Templates -&gt; Windows PowerShell<\/strong>.<\/p>\n<p>Of course, this being PowerShell, the other way to enable it is a change to a registry key that can be done with a custom function or cmdlet. The blog article even goes as far as providing you with a custom function that will do just this.<\/p>\n<h2>What does this have to do with SAPIEN?<\/h2>\n<p>While the function provided will enable script block logging, it doesn&#8217;t modify the registry in the same way the policy editor does. If you make the modification using the function from the mentioned blog post, the key becomes an REG_SZ with the value of 1.<\/p>\n<p>This technically will work with PowerShell, and the logs will be created as expected. The problem is, if any other application or script relies on that value to determine if logging is enabled, they must account for it being a String instead of an int or their app will crash. Which is exactly what happened recently when we were testing the new features around script block logging that were added to PrimalScript and PowerShell Studio.<\/p>\n<p>With that being said, I&#8217;ve written a script that contains the same 4 functions from the blog post except they&#8217;ve been slightly modified. Each enable-function\u00a0checks to see if the key exists, if it does and is of the right data type, nothing is done. If it exists and is of the wrong data type, it is removed and the correct type is added.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2017\/03\/Manage_PSScript_Block_Logging.zip\">Manage_PSScript_Block_Logging<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>As of the KB3000850 update and PowerShell 5.0, PowerShell has included script block logging so that admins would have more tools for the blue team side of pen testing. If you&#8217;re unfamiliar or have never heard of it before, I recommend giving this blog post a read. Not only does the post describe what script [&hellip;]<\/p>\n","protected":false},"author":43,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1054,1034,283,1141,941,703,410,1055,25],"tags":[198,28,1016,37,57,80,997],"class_list":["post-13468","post","type-post","status-publish","format-standard","hentry","category-automation","category-best-practices","category-howto","category-it","category-powershell-5-0","category-powershell-studio","category-primalscript-software-news","category-scripting","category-windows-powershell","tag-function","tag-powershell","tag-powershell-studio","tag-primalscript","tag-scripting","tag-scripts","tag-windows-powershell"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"As of the KB3000850 update and PowerShell 5.0, PowerShell has included script block logging so that admins would have more tools for the blue team side of pen testing. If you&#039;re unfamiliar or have never heard of it before, I recommend giving this blog post a read. Not only does the post describe what script\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Devin Leaman\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"DEV SAPIEN Blog - Tools for IT Success\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Enabling deep script block logging - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"As of the KB3000850 update and PowerShell 5.0, PowerShell has included script block logging so that admins would have more tools for the blue team side of pen testing. If you&#039;re unfamiliar or have never heard of it before, I recommend giving this blog post a read. Not only does the post describe what script\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2017-03-09T14:00:03+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2017-04-04T18:39:31+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Enabling deep script block logging - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"As of the KB3000850 update and PowerShell 5.0, PowerShell has included script block logging so that admins would have more tools for the blue team side of pen testing. If you&#039;re unfamiliar or have never heard of it before, I recommend giving this blog post a read. Not only does the post describe what script\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2017\\\/03\\\/09\\\/enabling-deep-script-block-logging\\\/#blogposting\",\"name\":\"Enabling deep script block logging - DEV SAPIEN Blog\",\"headline\":\"Enabling deep script block logging\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/devinl\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"datePublished\":\"2017-03-09T06:00:03-08:00\",\"dateModified\":\"2017-04-04T11:39:31-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2017\\\/03\\\/09\\\/enabling-deep-script-block-logging\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2017\\\/03\\\/09\\\/enabling-deep-script-block-logging\\\/#webpage\"},\"articleSection\":\"Automation, Best practices, Howto, IT, PowerShell 5.0, PowerShell Studio, PrimalScript, Scripting, Windows PowerShell, function, powershell, PowerShell Studio, PrimalScript, scripting, scripts, Windows PowerShell\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2017\\\/03\\\/09\\\/enabling-deep-script-block-logging\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"position\":2,\"name\":\"Software News\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"name\":\"PrimalScript\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"position\":3,\"name\":\"PrimalScript\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2017\\\/03\\\/09\\\/enabling-deep-script-block-logging\\\/#listItem\",\"name\":\"Enabling deep script block logging\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2017\\\/03\\\/09\\\/enabling-deep-script-block-logging\\\/#listItem\",\"position\":4,\"name\":\"Enabling deep script block logging\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"name\":\"PrimalScript\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/devinl\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/devinl\\\/\",\"name\":\"Devin Leaman\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2017\\\/03\\\/09\\\/enabling-deep-script-block-logging\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2017\\\/03\\\/09\\\/enabling-deep-script-block-logging\\\/\",\"name\":\"Enabling deep script block logging - DEV SAPIEN Blog\",\"description\":\"As of the KB3000850 update and PowerShell 5.0, PowerShell has included script block logging so that admins would have more tools for the blue team side of pen testing. If you're unfamiliar or have never heard of it before, I recommend giving this blog post a read. Not only does the post describe what script\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2017\\\/03\\\/09\\\/enabling-deep-script-block-logging\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/devinl\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/devinl\\\/#author\"},\"datePublished\":\"2017-03-09T06:00:03-08:00\",\"dateModified\":\"2017-04-04T11:39:31-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Enabling deep script block logging - DEV SAPIEN Blog","description":"As of the KB3000850 update and PowerShell 5.0, PowerShell has included script block logging so that admins would have more tools for the blue team side of pen testing. If you're unfamiliar or have never heard of it before, I recommend giving this blog post a read. Not only does the post describe what script","canonical_url":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/#blogposting","name":"Enabling deep script block logging - DEV SAPIEN Blog","headline":"Enabling deep script block logging","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/devinl\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"datePublished":"2017-03-09T06:00:03-08:00","dateModified":"2017-04-04T11:39:31-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/#webpage"},"articleSection":"Automation, Best practices, Howto, IT, PowerShell 5.0, PowerShell Studio, PrimalScript, Scripting, Windows PowerShell, function, powershell, PowerShell Studio, PrimalScript, scripting, scripts, Windows PowerShell"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dev.sapien.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","position":2,"name":"Software News","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","name":"PrimalScript"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","position":3,"name":"PrimalScript","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/#listItem","name":"Enabling deep script block logging"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/#listItem","position":4,"name":"Enabling deep script block logging","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","name":"PrimalScript"}}]},{"@type":"Organization","@id":"https:\/\/dev.sapien.com\/blog\/#organization","name":"DEV SAPIEN Blog","description":"Tools for IT Success","url":"https:\/\/dev.sapien.com\/blog\/"},{"@type":"Person","@id":"https:\/\/dev.sapien.com\/blog\/author\/devinl\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/devinl\/","name":"Devin Leaman"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/","name":"Enabling deep script block logging - DEV SAPIEN Blog","description":"As of the KB3000850 update and PowerShell 5.0, PowerShell has included script block logging so that admins would have more tools for the blue team side of pen testing. If you're unfamiliar or have never heard of it before, I recommend giving this blog post a read. Not only does the post describe what script","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/devinl\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/devinl\/#author"},"datePublished":"2017-03-09T06:00:03-08:00","dateModified":"2017-04-04T11:39:31-07:00"},{"@type":"WebSite","@id":"https:\/\/dev.sapien.com\/blog\/#website","url":"https:\/\/dev.sapien.com\/blog\/","name":"DEV SAPIEN Blog","description":"Tools for IT Success","inLanguage":"en-US","publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"DEV SAPIEN Blog - Tools for IT Success","og:type":"article","og:title":"Enabling deep script block logging - DEV SAPIEN Blog","og:description":"As of the KB3000850 update and PowerShell 5.0, PowerShell has included script block logging so that admins would have more tools for the blue team side of pen testing. If you're unfamiliar or have never heard of it before, I recommend giving this blog post a read. Not only does the post describe what script","og:url":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/","article:published_time":"2017-03-09T14:00:03+00:00","article:modified_time":"2017-04-04T18:39:31+00:00","twitter:card":"summary_large_image","twitter:title":"Enabling deep script block logging - DEV SAPIEN Blog","twitter:description":"As of the KB3000850 update and PowerShell 5.0, PowerShell has included script block logging so that admins would have more tools for the blue team side of pen testing. If you're unfamiliar or have never heard of it before, I recommend giving this blog post a read. Not only does the post describe what script"},"aioseo_meta_data":{"post_id":"13468","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":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_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"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,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-28 16:04:39","updated":"2026-08-28 16:04:39"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/\" title=\"Software News\">Software News<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/\" title=\"PrimalScript\">PrimalScript<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tEnabling deep script block logging\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dev.sapien.com\/blog"},{"label":"Software News","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/"},{"label":"PrimalScript","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/"},{"label":"Enabling deep script block logging","link":"https:\/\/dev.sapien.com\/blog\/2017\/03\/09\/enabling-deep-script-block-logging\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/13468","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/43"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=13468"}],"version-history":[{"count":6,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/13468\/revisions"}],"predecessor-version":[{"id":13556,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/13468\/revisions\/13556"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=13468"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=13468"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=13468"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}