{"id":693,"date":"2020-05-20T10:22:22","date_gmt":"2020-05-20T15:22:22","guid":{"rendered":"https:\/\/blog.glasswire.com\/?p=693"},"modified":"2022-10-11T07:42:21","modified_gmt":"2022-10-11T12:42:21","slug":"3-simple-ways-to-check-a-files-hash-with-windows","status":"publish","type":"post","link":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/","title":{"rendered":"3 simple ways to check a file&#8217;s hash with Windows"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div>\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/blog.glasswire.com\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png\" alt=\"\" class=\"wp-image-697\" width=\"312\" height=\"312\" srcset=\"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png 768w, https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_-475x475.png 475w, https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_-150x150.png 150w\" sizes=\"(max-width: 312px) 100vw, 312px\" \/><\/figure>\n\n\n\n<p><strong>Why would someone want to know the hash of a file on Windows?<\/strong><\/p>\n\n\n\n<p>Software developers sometimes list the hash of a file when distributing it over the Internet to help others verify the file&#8217;s integrity.  <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"682\" height=\"70\" src=\"https:\/\/blog.glasswire.com\/wp-content\/uploads\/2020\/05\/how_to_find_exe_hash_windows.png\" alt=\"\" class=\"wp-image-694\" srcset=\"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/how_to_find_exe_hash_windows.png 682w, https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/how_to_find_exe_hash_windows-475x49.png 475w\" sizes=\"(max-width: 682px) 100vw, 682px\" \/><figcaption>Please see this SHA256 hash example for our GlassWire installer version 2.2.201.<\/figcaption><\/figure>\n\n\n\n<p>The purpose of publishing the hash is to help you verify that the file you are downloading is the actual file the developer is distributing.  <\/p>\n\n\n\n<p>If the file is manipulated some way then the hash will change.  For example, perhaps the file is actually malware or perhaps some other change has been made to the file to make it malicious in some way.  Or maybe it&#8217;s the completely wrong file that was mistakenly uploaded to the wrong place.<\/p>\n\n\n\n<p><strong>How can I check a file&#8217;s hash on Windows?<\/strong><\/p>\n\n\n\n<p>One super quick and easy way to check a file is to <a href=\"https:\/\/www.virustotal.com\">upload the file to VirusTotal.com<\/a>.  VirusTotal is a free file analysis service created for the information security community.  You can upload the file there and it will automatically show you the hash of the file.  Then on top of this it will also show how the file is analyzed by many different antivirus engines.  Please note that VirusTotal is not an antivirus, and some engines may incorrectly analyze a file as malware.  This false analysis is called a false positive.<\/p>\n\n\n\n<p>Please also note that you&#8217;ll be uploading this file to a third party server so you should not upload any files that should be kept private.<\/p>\n\n\n\n<p>A second more private way to check a file&#8217;s hash is to open the Windows command prompt and use the certutil command for Windows.  <\/p>\n\n\n\n<p>An example of this simple command is below:<\/p>\n\n\n\n<p>certutil -hashfile c:\\Users\\YourUserName\\Desktop\\wire.exe SHA256<\/p>\n\n\n\n<p>This Windows command example would return the SHA256 hash of the file located at the specified path.  You should update the command to show the correct path, user name, and file name for your file integrity check.<\/p>\n\n\n\n<p>You can also use other values after SHA, such as 1 or 256, to produce the corresponding hash.  With GlassWire&#8217;s example above we have chosen to use a SHA256 hash for our file.<\/p>\n\n\n\n<p>A third easy way to find the hash of a file is to use the Windows 10 Power Shell.  First open the Windows Powershell (click &#8220;Start&#8221; then type &#8220;Powershell&#8221; then click it), then use the command below checking the file &#8220;wire.exe&#8221; as an example.  Of course YourUserName should be your user name, and you should use the correct path to the file you want to check.<\/p>\n\n\n\n<p>Get-FileHash -Path c:\\Users\\YourUserName\\Desktop\\wire.exe -Algorithm SHA256.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"125\" src=\"https:\/\/blog.glasswire.com\/wp-content\/uploads\/2020\/05\/image-1024x125.png\" alt=\"\" class=\"wp-image-696\" srcset=\"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/image-1024x125.png 1024w, https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/image-475x58.png 475w, https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/image-768x94.png 768w, https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/image.png 1120w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption>How to use the Windows Powershell to find the file&#8217;s hash.<\/figcaption><\/figure>\n\n\n\n<p>I hope this guide helped you easily find and verify the hash of a file on Windows!  <\/p>\n\n\n\n<p>The reason we made this guide is because we make a popular network security monitoring <a href=\"https:\/\/www.glasswire.com\/download\/\">software for Windows called GlassWire<\/a>.  You can <a href=\"https:\/\/www.glasswire.com\/download\/\">download GlassWire and try it free<\/a> if you&#8217;d like.<\/p>\n\n\n\n<p>Looking for GlassWire&#8217;s installer hash?  Just click &#8220;change list&#8221; on our download page to verify the hash for every installer we have ever released.<\/p>\n\n\n\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/File_verification\">Wikipedia also has a great page<\/a> if you are looking to learn even more about file verification methods.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Why would someone want to know the hash of a file on Windows? Software developers sometimes list the hash of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":697,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,5],"tags":[],"class_list":["post-693","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-security","category-tips"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>3 simple ways to check a file&#039;s hash with Windows - GlassWire Blog<\/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:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"3 simple ways to check a file&#039;s hash with Windows - GlassWire Blog\" \/>\n<meta property=\"og:description\" content=\"Why would someone want to know the hash of a file on Windows? Software developers sometimes list the hash of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"GlassWire Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/glasswirelabs\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-20T15:22:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-11T12:42:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"GlassWire\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@GlassWire\" \/>\n<meta name=\"twitter:site\" content=\"@GlassWire\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"GlassWire\" \/>\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\":\"NewsArticle\",\"@id\":\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/\"},\"author\":{\"name\":\"GlassWire\",\"@id\":\"https:\/\/www.glasswire.com\/blog\/#\/schema\/person\/56f7057bd6545d2f1ba3cd0ec227e62e\"},\"headline\":\"3 simple ways to check a file&#8217;s hash with Windows\",\"datePublished\":\"2020-05-20T15:22:22+00:00\",\"dateModified\":\"2022-10-11T12:42:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/\"},\"wordCount\":547,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/www.glasswire.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png\",\"articleSection\":[\"Security\",\"Tips\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/\",\"url\":\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/\",\"name\":\"3 simple ways to check a file's hash with Windows - GlassWire Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.glasswire.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png\",\"datePublished\":\"2020-05-20T15:22:22+00:00\",\"dateModified\":\"2022-10-11T12:42:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#primaryimage\",\"url\":\"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png\",\"contentUrl\":\"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png\",\"width\":768,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.glasswire.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"3 simple ways to check a file&#8217;s hash with Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.glasswire.com\/blog\/#website\",\"url\":\"https:\/\/www.glasswire.com\/blog\/\",\"name\":\"GlassWire Blog\",\"description\":\"Free Firewall Software &amp; Network Monitor.\",\"publisher\":{\"@id\":\"https:\/\/www.glasswire.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.glasswire.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.glasswire.com\/blog\/#organization\",\"name\":\"Glasswire\",\"url\":\"https:\/\/www.glasswire.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.glasswire.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2014\/08\/blog_logo2.png\",\"contentUrl\":\"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2014\/08\/blog_logo2.png\",\"width\":216,\"height\":60,\"caption\":\"Glasswire\"},\"image\":{\"@id\":\"https:\/\/www.glasswire.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/glasswirelabs\",\"https:\/\/twitter.com\/GlassWire\",\"https:\/\/www.instagram.com\/glasswireofficial\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.glasswire.com\/blog\/#\/schema\/person\/56f7057bd6545d2f1ba3cd0ec227e62e\",\"name\":\"GlassWire\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.glasswire.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/732e6d829a769e4368881a0fb03c869a436177240d4bcf9844decc6df73bde2c?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/732e6d829a769e4368881a0fb03c869a436177240d4bcf9844decc6df73bde2c?s=96&d=blank&r=g\",\"caption\":\"GlassWire\"},\"url\":\"https:\/\/www.glasswire.com\/blog\/author\/glasswire\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"3 simple ways to check a file's hash with Windows - GlassWire Blog","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:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/","og_locale":"en_US","og_type":"article","og_title":"3 simple ways to check a file's hash with Windows - GlassWire Blog","og_description":"Why would someone want to know the hash of a file on Windows? Software developers sometimes list the hash of [&hellip;]","og_url":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/","og_site_name":"GlassWire Blog","article_publisher":"https:\/\/www.facebook.com\/glasswirelabs","article_published_time":"2020-05-20T15:22:22+00:00","article_modified_time":"2022-10-11T12:42:21+00:00","og_image":[{"width":768,"height":768,"url":"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png","type":"image\/png"}],"author":"GlassWire","twitter_card":"summary_large_image","twitter_creator":"@GlassWire","twitter_site":"@GlassWire","twitter_misc":{"Written by":"GlassWire","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#article","isPartOf":{"@id":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/"},"author":{"name":"GlassWire","@id":"https:\/\/www.glasswire.com\/blog\/#\/schema\/person\/56f7057bd6545d2f1ba3cd0ec227e62e"},"headline":"3 simple ways to check a file&#8217;s hash with Windows","datePublished":"2020-05-20T15:22:22+00:00","dateModified":"2022-10-11T12:42:21+00:00","mainEntityOfPage":{"@id":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/"},"wordCount":547,"commentCount":1,"publisher":{"@id":"https:\/\/www.glasswire.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png","articleSection":["Security","Tips"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/","url":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/","name":"3 simple ways to check a file's hash with Windows - GlassWire Blog","isPartOf":{"@id":"https:\/\/www.glasswire.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#primaryimage"},"image":{"@id":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png","datePublished":"2020-05-20T15:22:22+00:00","dateModified":"2022-10-11T12:42:21+00:00","breadcrumb":{"@id":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#primaryimage","url":"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png","contentUrl":"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2020\/05\/768px-Hash-transbg.svg_.png","width":768,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/www.glasswire.com\/blog\/2020\/05\/20\/3-simple-ways-to-check-a-files-hash-with-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.glasswire.com\/blog\/"},{"@type":"ListItem","position":2,"name":"3 simple ways to check a file&#8217;s hash with Windows"}]},{"@type":"WebSite","@id":"https:\/\/www.glasswire.com\/blog\/#website","url":"https:\/\/www.glasswire.com\/blog\/","name":"GlassWire Blog","description":"Free Firewall Software &amp; Network Monitor.","publisher":{"@id":"https:\/\/www.glasswire.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.glasswire.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.glasswire.com\/blog\/#organization","name":"Glasswire","url":"https:\/\/www.glasswire.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.glasswire.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2014\/08\/blog_logo2.png","contentUrl":"https:\/\/www.glasswire.com\/blog\/wp-content\/uploads\/2014\/08\/blog_logo2.png","width":216,"height":60,"caption":"Glasswire"},"image":{"@id":"https:\/\/www.glasswire.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/glasswirelabs","https:\/\/twitter.com\/GlassWire","https:\/\/www.instagram.com\/glasswireofficial\/"]},{"@type":"Person","@id":"https:\/\/www.glasswire.com\/blog\/#\/schema\/person\/56f7057bd6545d2f1ba3cd0ec227e62e","name":"GlassWire","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.glasswire.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/732e6d829a769e4368881a0fb03c869a436177240d4bcf9844decc6df73bde2c?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/732e6d829a769e4368881a0fb03c869a436177240d4bcf9844decc6df73bde2c?s=96&d=blank&r=g","caption":"GlassWire"},"url":"https:\/\/www.glasswire.com\/blog\/author\/glasswire\/"}]}},"_links":{"self":[{"href":"https:\/\/www.glasswire.com\/blog\/wp-json\/wp\/v2\/posts\/693","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.glasswire.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.glasswire.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.glasswire.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.glasswire.com\/blog\/wp-json\/wp\/v2\/comments?post=693"}],"version-history":[{"count":8,"href":"https:\/\/www.glasswire.com\/blog\/wp-json\/wp\/v2\/posts\/693\/revisions"}],"predecessor-version":[{"id":794,"href":"https:\/\/www.glasswire.com\/blog\/wp-json\/wp\/v2\/posts\/693\/revisions\/794"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.glasswire.com\/blog\/wp-json\/wp\/v2\/media\/697"}],"wp:attachment":[{"href":"https:\/\/www.glasswire.com\/blog\/wp-json\/wp\/v2\/media?parent=693"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.glasswire.com\/blog\/wp-json\/wp\/v2\/categories?post=693"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.glasswire.com\/blog\/wp-json\/wp\/v2\/tags?post=693"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}