{"id":13886,"date":"2026-06-11T11:57:40","date_gmt":"2026-06-11T09:57:40","guid":{"rendered":"https:\/\/actonic.de\/?p=13886"},"modified":"2026-06-23T13:40:15","modified_gmt":"2026-06-23T11:40:15","slug":"finding-passwords-and-credentials-hidden-in-your-jira-attachments","status":"publish","type":"post","link":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/","title":{"rendered":"Finding passwords and credentials hidden in your Jira attachments"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>Credentials end up in Jira far more often than anyone likes to admit. A developer pastes a connection string into a comment while debugging. A support agent attaches a screenshot of a login screen &#8220;for context.&#8221; An ops engineer drops a config file onto a ticket so a colleague can reproduce an issue. None of it is malicious, and almost none of it ever gets cleaned up. Over a few years, your issue tracker quietly becomes one of the largest unmanaged credential stores in the company \u2014 and the riskiest entries are the ones sitting inside attachments, where your usual tools can&#8217;t read them.<\/p>\n<p>If you&#8217;ve searched for a way to scan Jira attachments for passwords, you&#8217;ve probably discovered the same thing most teams do: Jira itself won&#8217;t help, and your antivirus won&#8217;t either. Here&#8217;s why the gap exists and how to close it.<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>How passwords actually end up in Jira<\/h2>\n<p>It&#8217;s worth being specific, because the scenarios are mundane and that&#8217;s exactly why they slip through. A QA engineer files a bug and pastes a screenshot of the app&#8217;s admin panel \u2014 with a service password visible in a form field. A customer raises a support ticket and attaches a screenshot of their email client showing an app-specific password. Someone exports a <code>.env<\/code> file or a YAML config and attaches it to an infrastructure ticket. A spreadsheet of test accounts, complete with plaintext passwords, gets dropped into a sprint task and forgotten.<\/p>\n<p>Every one of these is a working credential, and every one is now stored in a system that dozens or hundreds of people can reach. The credential outlives the ticket, the sprint, and often the person who uploaded it.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Why your existing controls don&#8217;t catch them<\/h2>\n<p>The instinct is to assume something already covers this. Usually nothing does. Jira search and JQL index issue fields and comments \u2014 not the contents of attached files \u2014 so a password inside an attached image or document is invisible to any query you run. Permission schemes control who can open an issue, not what a file reveals once it&#8217;s opened. And the antivirus or malware scanning you may already have answers a different question entirely: is this file dangerous? A screenshot of a login screen is a perfectly clean PNG, so it passes every virus scan \u2014 the danger is the credential it contains, not the file.<\/p>\n<p>Even most data-loss-prevention tools stop at text in fields and comments. The moment a credential lands inside a screenshot or a scanned document, text-based scanning goes blind. That&#8217;s the single biggest blind spot, because screenshots are exactly where people paste the things they shouldn&#8217;t type out.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Reading inside the files \u2014 including images<\/h2>\n<p>This is where Attachment Scanner for Jira fits. It&#8217;s not an antivirus and it doesn&#8217;t scan for malware; it reads the content of your attachments and reports where your patterns match. Crucially, it uses built-in OCR, so a password sitting inside a screenshot or a scanned PDF is treated like any other searchable text. You define what to look for, point it at a scope with JQL, and it opens every supported file \u2014 images, scanned and text-layer PDFs, Office documents, CSV, and plain text.<\/p>\n<p>For credentials, your patterns can be as simple or as precise as you like. Start with literal keywords \u2014 <code>password<\/code>, <code>passwd<\/code>, <code>pwd<\/code>, <code>secret<\/code>, <code>credentials<\/code> \u2014 using simple text with wildcards. Then add regular expressions for the structured cases: a regex for connection strings (for example, the <code>:\/\/user:password@host<\/code> shape), for <code>Authorization: Bearer<\/code> headers, or for the specific token formats your stack uses. Simple patterns catch the obvious leaks; regex catches the ones that follow a predictable structure.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Two scan modes, and what they cost<\/h2>\n<p>There are two ways to run a scan. A full scan reads everything, including images and all PDF types, using OCR where it&#8217;s needed \u2014 this is the mode that catches passwords in screenshots. A document-only scan looks at Office and text files alone, skips every image and PDF, uses no OCR credits, and never contacts the OCR service at all. If you only care about credentials in config files and exported spreadsheets, document-only is fast and free; if you need to catch the screenshot leaks, you&#8217;ll want a full scan. OCR work is metered in credits (one per image, one per OCR&#8217;d PDF page), so scoping with JQL keeps both your runtime and your credit use predictable.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Telling a real leak from a false positive<\/h2>\n<p>A keyword like &#8220;password&#8221; will inevitably match documentation, UI copy, and the word used in passing. That&#8217;s fine \u2014 the results are built for triage. Every match comes back in a dashboard with the issue key (click straight through to Jira), the file name, whether the text was read by OCR or extracted directly, the matched text, and the surrounding context. That context is what lets you separate &#8220;here is our password policy&#8221; from &#8220;here is an actual password,&#8221; in seconds rather than by opening every file. The statistics view also rolls matches up across scans \u2014 match rates, your most-matched patterns, and the projects and work items with the most hits \u2014 so you can see where credentials concentrate.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Remediation \u2014 and the step the tool can&#8217;t do for you<\/h2>\n<p>When you confirm a genuine leak, you can bulk-select the matches and delete those attachments directly from the results screen. Deletion is always an explicit, admin-confirmed action and is written to an audit log; nothing is ever removed automatically. One honest caveat worth stating plainly: deleting the attachment removes the exposure in Jira, but it does not rotate the credential. If a password or key has been sitting in a ticket, treat it as compromised \u2014 rotate it, then delete the file. The app handles the discovery and the cleanup inside Jira; the rotation is a process step on your side.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Privacy, limits, and getting started<\/h2>\n<p>For security and EU-based teams, how the scanning happens matters. OCR runs on dedicated GPU hardware in the EU\/EEA, managed by Actonic \u2014 nothing is sent to a public AI service such as OpenAI, Google, or Anthropic. Attachment binaries are processed in memory and discarded immediately; only the matched snippets, with a little context, are stored, and they live in Atlassian&#8217;s own Forge storage, isolated per site. A couple of limits to set expectations: scanning is on demand today, not continuous real-time monitoring, and the app is Jira Cloud only, with no Data Center or Confluence support yet. You define the detection patterns rather than picking from a shipped rule library \u2014 which means you control precisely what counts as a credential.<\/p>\n<p>If credentials in tickets are a known risk for your team, the fastest way to size the problem is to look. You can <a href=\"https:\/\/marketplace.atlassian.com\/apps\/3518501310\/attachment-scanner-ocr-pii-password-detection-for-jira\">try Attachment Scanner for Jira free for 30 days<\/a> from the Atlassian Marketplace, with monthly evaluation credits to test OCR on your own attachments.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Credentials end up in Jira far more often than anyone likes to admit. A developer pastes a connection string into a comment while debugging. A support agent attaches a screenshot of a login screen &#8220;for context.&#8221; An ops engineer drops a config file onto a ticket so a colleague can reproduce an issue. None of\u2026<\/p>\n","protected":false},"author":35,"featured_media":13887,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[238],"tags":[],"class_list":["post-13886","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles-data-security"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Finding passwords and credentials hidden in your Jira attachments - Actonic \u2013 Unfolding your potential<\/title>\n<meta name=\"description\" content=\"Passwords land in Jira via debug screenshots and config files - nobody means it, but they stay there. Learn how to find credentials hidden in attachments.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Finding passwords and credentials hidden in your Jira attachments\" \/>\n<meta property=\"og:description\" content=\"Passwords land in Jira via debug screenshots and config files - nobody means it, but they stay there. Learn how to find credentials hidden in attachments.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/\" \/>\n<meta property=\"og:site_name\" content=\"Actonic \u2013 Unfolding your potential\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-11T09:57:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-23T11:40:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article1_password_detection-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"680\" \/>\n\t<meta property=\"og:image:height\" content=\"296\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Zhenya Elfimova\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Zhenya Elfimova\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/\"},\"author\":{\"name\":\"Zhenya Elfimova\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/7134b19473d8c348d0fb08d5137664a5\"},\"headline\":\"Finding passwords and credentials hidden in your Jira attachments\",\"datePublished\":\"2026-06-11T09:57:40+00:00\",\"dateModified\":\"2026-06-23T11:40:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/\"},\"wordCount\":1252,\"image\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/article1_password_detection-1.png\",\"articleSection\":[\"Data Security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/\",\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/\",\"name\":\"Finding passwords and credentials hidden in your Jira attachments - Actonic \u2013 Unfolding your potential\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/article1_password_detection-1.png\",\"datePublished\":\"2026-06-11T09:57:40+00:00\",\"dateModified\":\"2026-06-23T11:40:15+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/7134b19473d8c348d0fb08d5137664a5\"},\"description\":\"Passwords land in Jira via debug screenshots and config files - nobody means it, but they stay there. Learn how to find credentials hidden in attachments.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/#primaryimage\",\"url\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/article1_password_detection-1.png\",\"contentUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/article1_password_detection-1.png\",\"width\":680,\"height\":296},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/actonic.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Finding passwords and credentials hidden in your Jira attachments\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/\",\"name\":\"Actonic \u2013 Unfolding your potential\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/actonic.de\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/7134b19473d8c348d0fb08d5137664a5\",\"name\":\"Zhenya Elfimova\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g\",\"caption\":\"Zhenya Elfimova\"},\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/author\\\/zhenya-elfimova\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Finding passwords and credentials hidden in your Jira attachments - Actonic \u2013 Unfolding your potential","description":"Passwords land in Jira via debug screenshots and config files - nobody means it, but they stay there. Learn how to find credentials hidden in attachments.","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:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/","og_locale":"en_US","og_type":"article","og_title":"Finding passwords and credentials hidden in your Jira attachments","og_description":"Passwords land in Jira via debug screenshots and config files - nobody means it, but they stay there. Learn how to find credentials hidden in attachments.","og_url":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/","og_site_name":"Actonic \u2013 Unfolding your potential","article_published_time":"2026-06-11T09:57:40+00:00","article_modified_time":"2026-06-23T11:40:15+00:00","og_image":[{"width":680,"height":296,"url":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article1_password_detection-1.png","type":"image\/png"}],"author":"Zhenya Elfimova","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Zhenya Elfimova","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/#article","isPartOf":{"@id":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/"},"author":{"name":"Zhenya Elfimova","@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/7134b19473d8c348d0fb08d5137664a5"},"headline":"Finding passwords and credentials hidden in your Jira attachments","datePublished":"2026-06-11T09:57:40+00:00","dateModified":"2026-06-23T11:40:15+00:00","mainEntityOfPage":{"@id":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/"},"wordCount":1252,"image":{"@id":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/#primaryimage"},"thumbnailUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article1_password_detection-1.png","articleSection":["Data Security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/","url":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/","name":"Finding passwords and credentials hidden in your Jira attachments - Actonic \u2013 Unfolding your potential","isPartOf":{"@id":"https:\/\/actonic.de\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/#primaryimage"},"image":{"@id":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/#primaryimage"},"thumbnailUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article1_password_detection-1.png","datePublished":"2026-06-11T09:57:40+00:00","dateModified":"2026-06-23T11:40:15+00:00","author":{"@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/7134b19473d8c348d0fb08d5137664a5"},"description":"Passwords land in Jira via debug screenshots and config files - nobody means it, but they stay there. Learn how to find credentials hidden in attachments.","breadcrumb":{"@id":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/#primaryimage","url":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article1_password_detection-1.png","contentUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article1_password_detection-1.png","width":680,"height":296},{"@type":"BreadcrumbList","@id":"https:\/\/actonic.de\/en\/finding-passwords-and-credentials-hidden-in-your-jira-attachments\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/actonic.de\/en\/"},{"@type":"ListItem","position":2,"name":"Finding passwords and credentials hidden in your Jira attachments"}]},{"@type":"WebSite","@id":"https:\/\/actonic.de\/en\/#website","url":"https:\/\/actonic.de\/en\/","name":"Actonic \u2013 Unfolding your potential","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/actonic.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/7134b19473d8c348d0fb08d5137664a5","name":"Zhenya Elfimova","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g","caption":"Zhenya Elfimova"},"url":"https:\/\/actonic.de\/en\/author\/zhenya-elfimova\/"}]}},"jetpack_featured_media_url":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article1_password_detection-1.png","_links":{"self":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/13886","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/users\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/comments?post=13886"}],"version-history":[{"count":0,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/13886\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/media\/13887"}],"wp:attachment":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/media?parent=13886"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/categories?post=13886"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/tags?post=13886"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}