{"id":22505,"date":"2025-10-21T07:48:55","date_gmt":"2025-10-21T07:48:55","guid":{"rendered":"http:\/\/localhost\/?p=22505"},"modified":"2025-10-21T07:48:55","modified_gmt":"2025-10-21T07:48:55","slug":"reducing-abuse-of-microsoft-365-exchange-onlines-direct-send","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=22505","title":{"rendered":"Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send_TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-10-21T12:06:08&#8243;,&#8221;description&#8221;:&#8221;## Overview\\n\\n![Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send](https:\/\/blog.talosintelligence.com\/content\/images\/2025\/10\/on_the_radar-1.jpg)\\n\\nMicrosoft 365 Exchange Online&#8217;s Direct Send is designed to solve an enterprise-scale operational challenge: certain devices and legacy applications such as multifunction printers, scanners, building systems, and older line\u2011of\u2011business apps, need to send email into the tenant but lack the ability to properly authenticate. Direct Send preserves business workflows by allowing messages from these appliances to bypass more rigorous authentication and security checks.\\n\\nUnfortunately, Direct Send&#8217;s ability for content to bypass standard security checks makes it an attractive target for exploitation. Cisco Talos has observed increased activity by malicious actors leveraging Direct Send as part of phishing campaigns and business email compromise (BEC) attacks. Public research from the broader community, including reporting by _Varonis_, _Abnormal Security_, _Ironscales_, _Proofpoint_, _Barracuda_, _Mimecast_, _Arctic Wolf_, and others, agree with Cisco Talos findings: Adversaries have actively targeted corporations using Direct Send in recent months.\\n\\nMicrosoft Inc., for its part, has already introduced a Public Preview of the `RejectDirectSend` control and _signaled future improvements_, such as Direct Send-specific usage reports and an eventual \\&#8221;default\u2011off\\&#8221; posture for new tenants. These ongoing enhancements, layered with existing security controls, are helping organizations strengthen their defenses while still supporting the business-critical workflows that Direct Send was designed to enable.\\n\\n## How Direct Send is exploited\\n\\nDirect Send abuse is the opportunistic exploitation of a trusted pathway. Adversaries emulate device or application traffic and send unauthenticated messages that appear to originate from internal accounts and trusted systems. The research cited above describes recurring techniques, such as:\\n\\n  * Impersonating internal users, executives, or IT help desks (e.g., observed by Abnormal and Varonis)\\n  * Business-themed lures, such as task approvals, voicemail or service notifications, and wire or payment prompts (e.g., Proofpoint&#8217;s observations about social engineering payloads)\\n  * QR codes embedded in PDFs and low-content or empty-body messages carrying obfuscated attachments used to bypass traditional content filters and drive the user to credential harvesting pages (e.g., highlighted in Ironscales, Barracuda, and Mimecast reporting)\\n  * Use of trusted Exchange infrastructure and legitimate SMTP flows to inherit implicit trust and decrease payload scrutiny\\n\\n\\n\\n _\\&#8221; What happens when a feature built for convenience becomes an attacker&#8217;s perfect disguise?\\&#8221; &#8211; Abnormal Security, framing the dual\u2011use nature of Direct Send._\\n\\nLegitimate dependencies still exist. Many enterprises have not fully migrated older scanning or workflow systems to authenticated submission (SMTP AUTH) or to partner connectors. A hasty blanket disablement without visibility and change planning can disrupt invoice processing, document distribution, or facilities notifications. That&#8217;s precisely why Microsoft is building reporting to help administrators sequence risk reduction without accidental business impact.\\n\\n## Examples\\n\\n![Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send](https:\/\/blog.talosintelligence.com\/content\/images\/2025\/10\/dsa-example-amex-body.png)\\n\\n![Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send](https:\/\/blog.talosintelligence.com\/content\/images\/2025\/10\/dsa-example-ach-body.png)\\n\\nFigure 1. Spoofed American Express dispute (left), fake ACH payment notice (right).\\n\\nThe examples in Figure 1 (victim information redacted) demonstrate very obvious attacks that were presumed to be internal messages and therefore bypassed sender verification that could have convicted these threats.\\n\\n### Direct Send bypasses sender verification\\n\\nThere are three key elements to email domain sender verification:\\n\\n  1. DomainKeys-Identified Mail (DKIM) is a cryptographic signature of message headers and content. This can verify that the message was sent by a server with a key authorized by the owner of the sending domain.\\n  2. Sender Policy Framework (SPF) specifies a list of IP ranges that are authorized to send on behalf of the domain.\\n  3. Domain-based Message Authentication, Reporting and Conformance (DMARC) defines what to do with a domain&#8217;s noncompliant mail when it lacks a DKIM signature and SPF authorization. Senders can choose a DMARC policy that instructs recipients to reject this mail. This is increasingly common, especially with banks.\\n\\n\\n\\nHad the previous examples in Figure 1 been scanned with DMARC, DKIM, and SPF, they would have been rejected. However, Direct Send prevents this sort of inspection.\\n\\n## Mitigation and recommendations\\n\\nWith Direct Send abuse becoming more prevalent, it is critical for organizations to review their security posture related to Direct Send. Aligning with Microsoft&#8217;s guidance and community findings, Talos recommends:\\n\\n  1. **Disable or restrict Direct Send where feasible.**\\n     1. Inventory current reliance. Although forthcoming Microsoft reporting should make this more streamlined, creating or reviewing internal device inventories, SPF records, and connector configs.\\n     2. Enable `Set-OrganizationConfig -RejectDirectSend $true` once you&#8217;ve validated mailflows for legitimate internal traffic.\\n  2. **Migrate devices to authenticated SMTP.**\\n     1. Prefer authenticated SMTP client submission (port 587) for devices and applications that can store modern credentials or leverage app-specific identities (_Microsoft documentation_).\\n     2. Use SMTP relays with tightly scoped source IP restrictions only for devices that are unable to use authenticated submission.\\n  3. **Implement partner\/inbound connectors for approved senders.**\\n     1. Establish certificate or IP-based partner connectors for third-party services legitimately sending with your accepted domains.\\n  4. **Strengthen authentication and alignment.**\\n     1. Maintain SPF with required authorized sending IPs; adopt Soft Fail (`~all`) per _guidance_ from the Messaging, Malware and Mobile Anti-Abuse Working Group (M\u00b3AAWG) as well as Microsoft.\\n     2. Enforce DKIM signing and monitor DMARC aggregate reports for anomalous internal-looking unauthenticated traffic.\\n  5. **Strengthen policy, access, and monitoring.**\\n     1. Restrict egress on port 25 from general user segments; only designated hosts should originate SMTP traffic.\\n     2. Use Conditional Access or equivalent policies to block legacy authentication paths that are no longer justified.\\n     3. Alert on unexpected internal domain messages lacking authentication.\\n\\n\\n\\n_\\&#8221; You can&#8217;t block what you don&#8217;t see.\\&#8221; &#8211; Ironscales, on visibility as a prerequisite to confident enforcement_\\n\\nThese defenses layer on Microsoft&#8217;s platform controls, reducing attacker dwell time and shortening the detection-to-remediation window.\\n\\n## How Talos protects against Direct Send abuse\\n\\nTalos leverages advanced AI and machine learning to continuously analyze global email telemetry, campaign infrastructure, and evolving social engineering tactics &#8212; ensuring our customers stay ahead of emerging threats. Our security platform goes far beyond basic header checks, using behavioral analytics, deep content inspection, and continually adapting models to identify and neutralize sophisticated malicious actors before they target your organization.\\n\\nContact Cisco Talos Incident Response to learn more about everything from proactively securing critical communications and endpoint protection, to security auditing and incident management.\\n\\n _Acknowledgments: We appreciate the sustained efforts of Microsoft &#8216;s engineering and security teams and the broader research community whose transparent publications inform defenders worldwide._&#8221;,&#8221;published&#8221;:&#8221;2025-10-21T10:00:53&#8243;,&#8221;modified&#8221;:&#8221;2025-10-21T10:00:53&#8243;,&#8221;type&#8221;:&#8221;talosblog&#8221;,&#8221;title&#8221;:&#8221;Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9&#8243;,&#8221;bulletinFamily&#8221;:&#8221;blog&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;&#8221;,&#8221;sourceHref&#8221;:&#8221;&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:0,&#8221;severity&#8221;:&#8221;NONE&#8221;,&#8221;vector&#8221;:&#8221;NONE&#8221;,&#8221;version&#8221;:&#8221;NONE&#8221;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/blog.talosintelligence.com\/reducing-abuse-of-microsoft-365-exchange-onlines-direct-send\/&#8221;,&#8221;category_name&#8221;:&#8221;News&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;&#8221;,&#8221;version&#8221;:&#8221;&#8221;,&#8221;vendor&#8221;:&#8221;&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-10-21T12:06:08&#8243;,&#8221;description&#8221;:&#8221;## Overview\\n\\n![Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send](https:\/\/blog.talosintelligence.com\/content\/images\/2025\/10\/on_the_radar-1.jpg)\\n\\nMicrosoft 365 Exchange Online&#8217;s Direct Send is designed to solve an enterprise-scale operational challenge: certain devices&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[6,8,12,13,33,7,69,11,5],"class_list":["post-22505","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-cve","tag-cvss","tag-exploit","tag-news","tag-none","tag-security","tag-talosblog","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send_TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9 - zero redgem<\/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:\/\/zero.redgem.net\/?p=22505\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send_TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-10-21T12:06:08&#8243;,&#8221;description&#8221;:&#8221;## Overviewnn![Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send](https:\/\/blog.talosintelligence.com\/content\/images\/2025\/10\/on_the_radar-1.jpg)nnMicrosoft 365 Exchange Online&#8217;s Direct Send is designed to solve an enterprise-scale operational challenge: certain devices...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=22505\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-21T07:48:55+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\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:\\\/\\\/zero.redgem.net\\\/?p=22505#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=22505\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send_TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9\",\"datePublished\":\"2025-10-21T07:48:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=22505\"},\"wordCount\":1234,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"news\",\"NONE\",\"Security\",\"talosblog\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=22505#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=22505\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=22505\",\"name\":\"Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send_TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-10-21T07:48:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=22505#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=22505\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=22505#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send_TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send_TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9 - zero redgem","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:\/\/zero.redgem.net\/?p=22505","og_locale":"en_US","og_type":"article","og_title":"Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send_TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-10-21T12:06:08&#8243;,&#8221;description&#8221;:&#8221;## Overviewnn![Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send](https:\/\/blog.talosintelligence.com\/content\/images\/2025\/10\/on_the_radar-1.jpg)nnMicrosoft 365 Exchange Online&#8217;s Direct Send is designed to solve an enterprise-scale operational challenge: certain devices...","og_url":"https:\/\/zero.redgem.net\/?p=22505","og_site_name":"zero redgem","article_published_time":"2025-10-21T07:48:55+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=22505#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=22505"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send_TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9","datePublished":"2025-10-21T07:48:55+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=22505"},"wordCount":1234,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","news","NONE","Security","talosblog","tapic","Vulnerability"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=22505#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=22505","url":"https:\/\/zero.redgem.net\/?p=22505","name":"Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send_TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-10-21T07:48:55+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=22505#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=22505"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=22505#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Reducing abuse of Microsoft 365 Exchange Online\u2019s Direct Send_TALOSBLOG:5475FCEC922F3B9DEE34F3537194B5E9"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/22505","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=22505"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/22505\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22505"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=22505"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=22505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}