{"id":13873,"date":"2026-06-10T13:27:04","date_gmt":"2026-06-10T11:27:04","guid":{"rendered":"https:\/\/actonic.de\/?p=13873"},"modified":"2026-06-23T13:47:25","modified_gmt":"2026-06-23T11:47:25","slug":"scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look","status":"publish","type":"post","link":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/","title":{"rendered":"Scanning Jira Attachments for Threats: Why the Real Risk Hides Where Antivirus Can&#8217;t Look"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<h1>Antivirus for Jira is only half the attachment problem<\/h1>\n<p>Every active Jira project slowly turns into a file archive. Screenshots from bug reports, spreadsheets exported for a sprint review, scanned forms attached to service-desk tickets, the occasional contract dropped into a comment \u2014 over a few years a single instance can hold tens of thousands of attachments nobody has looked at twice. For the people responsible for that instance, two uncomfortable questions follow. Could any of these files be dangerous? And could any of them be exposing data we are not allowed to hold? Searches for an antivirus for Jira, for Jira malware scanning, or for a way to virus scan Jira attachments usually start with the first question. Both questions are real \u2014 and they are answered by very different tools.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>What a virus scan actually checks in Jira<\/h2>\n<p>Malware scanning answers one narrow question: is this file itself malicious? An executable disguised as an invoice, a macro-laden spreadsheet, a booby-trapped PDF. Atlassian Cloud applies native malware detection to uploads, and many teams layer their own antivirus or endpoint protection on top for files that leave Jira and land on a laptop. If you are shopping for an antivirus for Jira, that is the layer you want, and you should have one. It catches the file that is dangerous by nature. What it deliberately does not do is read the meaning of the text inside a file that is perfectly clean \u2014 and that is where the second, quieter risk lives.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>The attachment risk a malware scan can never catch<\/h2>\n<p>A screenshot of an admin console showing a plaintext password is not malware. It passes every virus scan ever written, because there is nothing structurally wrong with a PNG. A scanned passport attached to a customer ticket is not a virus; it is a GDPR liability sitting in plain sight. An API key pasted into a config screenshot, a spreadsheet of customer records exported into a ticket, a contract with personal data in the margins \u2014 none of these trip a malware scanner, because each file is benign. The danger is the information it carries. For most teams this is the bigger long-term liability, precisely because nothing flags it. The files look harmless, so they pile up, unread and unprotected, for years.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Why Jira&#8217;s own tools don&#8217;t see inside attachments either<\/h2>\n<p>You might assume Jira search would help here. It won&#8217;t. Jira search and JQL index fields, not file contents, so a password written inside an image is invisible to a query. Permission schemes control who can open an issue, not what an attachment reveals once it is opened. And most data-loss-prevention tools read text in fields and comments, then stop. The moment sensitive content lands inside a screenshot or a scanned PDF, text-based scanning goes blind \u2014 and screenshots and scans are exactly where people paste the things they shouldn&#8217;t. An attachment checker for Jira has to be able to read images, or it isn&#8217;t checking the riskiest files at all.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Where Attachment Scanner fits \u2014 and where it doesn&#8217;t<\/h2>\n<p>Here is the honest part. Attachment Scanner for Jira is not an antivirus, and it does not scan for malware or viruses. It solves the other half of the problem: finding sensitive data \u2014 personal information, passwords, API keys, and other secrets \u2014 hidden inside Jira attachments, including the images and scanned PDFs that text-based tools cannot read. It does this with built-in OCR. You define a pattern, either simple text with wildcards or a full regular expression, plus a JQL scope that decides which issues to look at. The app then opens every supported attachment \u2014 images, scanned and text-layer PDFs, Office documents, CSV, and plain text \u2014 and reports every match with the issue key, the file name, the matched text, and the surrounding context, so a result is never a mystery.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>How a scan works in practice<\/h2>\n<p>You save reusable templates \u2014 a name, a JQL scope, a pattern, a mode \u2014 and run them on demand. There are two modes. A full scan reads everything, including images and all PDF types, using OCR where needed. A document-only scan looks at Office and text files alone, skips every image and PDF, costs no OCR credits, and never contacts the OCR service at all. Results land in a dashboard with summary cards and a match table you can click straight through to Jira. When you find something that shouldn&#8217;t be there, you bulk-select the matches and delete those attachments \u2014 always as an explicit, admin-confirmed action, captured in an audit log. Nothing is ever deleted automatically.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>The privacy model behind the OCR<\/h2>\n<p>For regulated and EU-based teams, how the reading happens matters as much as what it finds. OCR runs on dedicated GPU hardware in the EU\/EEA, managed by Actonic. Nothing is sent to a public AI service \u2014 no OpenAI, Google, or Anthropic. Attachment binaries are processed in memory and discarded immediately; only the matched snippets, with a little surrounding context, are stored, and they live in Atlassian&#8217;s own Forge storage, isolated per site. Nothing sits on Actonic servers, and uninstalling removes everything. No tool makes you compliant on its own, but this is a clean, auditable control to place inside a wider programme.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Use both \u2014 they cover different halves<\/h2>\n<p>None of this replaces your antivirus, and Attachment Scanner doesn&#8217;t pretend to. Keep malware scanning for the threat of a dangerous file; add attachment scanning for the threat of dangerous information inside a safe one. A few honest limits worth knowing: scans are on demand today, not continuous real-time monitoring; the app is Jira Cloud only, with no Data Center or Confluence support yet; and you define the detection patterns rather than picking from a large shipped rule library. Within that scope, it reads what your other tools can&#8217;t. You can <a href=\"https:\/\/marketplace.atlassian.com\/apps\/3518501310\/attachment-scanner-ocr-pii-password-detection-for-jira\">try it free for 30 days from the Atlassian Marketplace<\/a>, with monthly evaluation credits to test OCR on your own data.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text] Antivirus for Jira is only half the attachment problem Every active Jira project slowly turns into a file archive. Screenshots from bug reports, spreadsheets exported for a sprint review, scanned forms attached to service-desk tickets, the occasional contract dropped into a comment \u2014 over a few years a single instance can hold tens of\u2026<\/p>\n","protected":false},"author":35,"featured_media":13874,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[238],"tags":[],"class_list":["post-13873","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.8 (Yoast SEO v27.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Scanning Jira Attachments for Threats: Why the Real Risk Hides Where Antivirus Can&#039;t Look - Actonic \u2013 Unfolding your potential<\/title>\n<meta name=\"description\" content=\"Antivirus checks whether a Jira attachment is dangerous, not what it contains. Learn why sensitive data in screenshots and scanned files is the bigger threat.\" \/>\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\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Scanning Jira Attachments for Threats: Why the Real Risk Hides Where Antivirus Can&#039;t Look\" \/>\n<meta property=\"og:description\" content=\"Antivirus checks whether a Jira attachment is dangerous, not what it contains. Learn why sensitive data in screenshots and scanned files is the bigger threat.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/\" \/>\n<meta property=\"og:site_name\" content=\"Actonic \u2013 Unfolding your potential\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-10T11:27:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-23T11:47:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/attachment_scanner_hero_two_halves-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"680\" \/>\n\t<meta property=\"og:image:height\" content=\"390\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/\"},\"author\":{\"name\":\"Zhenya Elfimova\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/7134b19473d8c348d0fb08d5137664a5\"},\"headline\":\"Scanning Jira Attachments for Threats: Why the Real Risk Hides Where Antivirus Can&#8217;t Look\",\"datePublished\":\"2026-06-10T11:27:04+00:00\",\"dateModified\":\"2026-06-23T11:47:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/\"},\"wordCount\":1120,\"image\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/attachment_scanner_hero_two_halves-1.png\",\"articleSection\":[\"Data Security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/\",\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/\",\"name\":\"Scanning Jira Attachments for Threats: Why the Real Risk Hides Where Antivirus Can't Look - Actonic \u2013 Unfolding your potential\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/attachment_scanner_hero_two_halves-1.png\",\"datePublished\":\"2026-06-10T11:27:04+00:00\",\"dateModified\":\"2026-06-23T11:47:25+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/7134b19473d8c348d0fb08d5137664a5\"},\"description\":\"Antivirus checks whether a Jira attachment is dangerous, not what it contains. Learn why sensitive data in screenshots and scanned files is the bigger threat.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/#primaryimage\",\"url\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/attachment_scanner_hero_two_halves-1.png\",\"contentUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/attachment_scanner_hero_two_halves-1.png\",\"width\":680,\"height\":390},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/actonic.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Scanning Jira Attachments for Threats: Why the Real Risk Hides Where Antivirus Can&#8217;t Look\"}]},{\"@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":"Scanning Jira Attachments for Threats: Why the Real Risk Hides Where Antivirus Can't Look - Actonic \u2013 Unfolding your potential","description":"Antivirus checks whether a Jira attachment is dangerous, not what it contains. Learn why sensitive data in screenshots and scanned files is the bigger threat.","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\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/","og_locale":"en_US","og_type":"article","og_title":"Scanning Jira Attachments for Threats: Why the Real Risk Hides Where Antivirus Can't Look","og_description":"Antivirus checks whether a Jira attachment is dangerous, not what it contains. Learn why sensitive data in screenshots and scanned files is the bigger threat.","og_url":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/","og_site_name":"Actonic \u2013 Unfolding your potential","article_published_time":"2026-06-10T11:27:04+00:00","article_modified_time":"2026-06-23T11:47:25+00:00","og_image":[{"width":680,"height":390,"url":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/attachment_scanner_hero_two_halves-1.png","type":"image\/png"}],"author":"Zhenya Elfimova","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Zhenya Elfimova","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/#article","isPartOf":{"@id":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/"},"author":{"name":"Zhenya Elfimova","@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/7134b19473d8c348d0fb08d5137664a5"},"headline":"Scanning Jira Attachments for Threats: Why the Real Risk Hides Where Antivirus Can&#8217;t Look","datePublished":"2026-06-10T11:27:04+00:00","dateModified":"2026-06-23T11:47:25+00:00","mainEntityOfPage":{"@id":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/"},"wordCount":1120,"image":{"@id":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/#primaryimage"},"thumbnailUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/attachment_scanner_hero_two_halves-1.png","articleSection":["Data Security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/","url":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/","name":"Scanning Jira Attachments for Threats: Why the Real Risk Hides Where Antivirus Can't Look - Actonic \u2013 Unfolding your potential","isPartOf":{"@id":"https:\/\/actonic.de\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/#primaryimage"},"image":{"@id":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/#primaryimage"},"thumbnailUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/attachment_scanner_hero_two_halves-1.png","datePublished":"2026-06-10T11:27:04+00:00","dateModified":"2026-06-23T11:47:25+00:00","author":{"@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/7134b19473d8c348d0fb08d5137664a5"},"description":"Antivirus checks whether a Jira attachment is dangerous, not what it contains. Learn why sensitive data in screenshots and scanned files is the bigger threat.","breadcrumb":{"@id":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/#primaryimage","url":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/attachment_scanner_hero_two_halves-1.png","contentUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/attachment_scanner_hero_two_halves-1.png","width":680,"height":390},{"@type":"BreadcrumbList","@id":"https:\/\/actonic.de\/en\/scanning-jira-attachments-for-threats-why-the-real-risk-hides-where-antivirus-cant-look\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/actonic.de\/en\/"},{"@type":"ListItem","position":2,"name":"Scanning Jira Attachments for Threats: Why the Real Risk Hides Where Antivirus Can&#8217;t Look"}]},{"@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\/attachment_scanner_hero_two_halves-1.png","_links":{"self":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/13873","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=13873"}],"version-history":[{"count":0,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/13873\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/media\/13874"}],"wp:attachment":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/media?parent=13873"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/categories?post=13873"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/tags?post=13873"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}