{"id":34327,"date":"2026-01-07T03:19:05","date_gmt":"2026-01-07T03:19:05","guid":{"rendered":"http:\/\/localhost\/?p=34327"},"modified":"2026-01-07T03:19:05","modified_gmt":"2026-01-07T03:19:05","slug":"phishing-actors-exploit-complex-routing-and-misconfigurations-to-spoof-domains","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=34327","title":{"rendered":"Phishing actors exploit complex routing and misconfigurations to spoof domains_MSSECURE:40913151E7F4E1A810FA48E267C5F31A"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-01-06T19:45:01&#8243;,&#8221;description&#8221;:&#8221;Phishing actors are exploiting complex routing scenarios and misconfigured spoof protections to effectively spoof organizations\u2019 domains and deliver phishing emails that appear, superficially, to have been sent internally. Threat actors have leveraged this vector to deliver a wide variety of phishing messages related to various phishing-as-a-service (PhaaS) platforms such as Tycoon2FA. These include messages with lures themed around voicemails, shared documents, communications from human resources (HR) departments, password resets or expirations, and others, leading to credential phishing.\\n\\nThis attack vector is not new but has seen increased visibility and use since May 2025. The phishing campaigns Microsoft has observed using this attack vector are opportunistic rather than targeted in nature, with messages sent to a wide variety of organizations across several industries and verticals. Notably, Microsoft has also observed a campaign leveraging this vector to conduct financial scams against organizations. While these attacks share many characteristics with other credential phishing email campaigns, the attack vector abusing complex routing and improperly configured spoof protections distinguishes these campaigns. The phishing attack vector covered in this blog post does not affect customers whose Microsoft Exchange mail exchanger (MX) records point to Office 365; these tenants are protected by native built-in spoofing detections.\\n\\nPhishing messages sent through this vector may be more effective as they appear to be internally sent messages. Successful credential compromise through phishing attacks may lead to data theft or business email compromise (BEC) attacks against the affected organization or partners and may require extensive remediation efforts, and\/or lead to loss of funds in the case of financial scams. While Microsoft detects the majority of these phishing attack attempts, organizations can further reduce risk by properly configuring spoof protections and any third-party connectors to prevent spoofed phish or scam messages sent through this attack vector from reaching inboxes.\\n\\nIn this blog, we explain how threat actors are exploiting these routing scenarios and provide observations from related attacks. We provide specific examples\u2014including technical analysis of phishing messages, spoof protections, and email headers\u2014to help identify this attack vector. This blog also provides additional resources with information on how to set up mail flow rules, enforce spoof protections, and configure third-party connectors to prevent spoofed phishing messages from reaching user inboxes.\\n\\n## Spoofed phishing attacks\\n\\nIn cases where a tenant has configured a complex routing scenario, where the MX records are not pointed to Office 365, and the tenant has not configured strictly enforced spoof protections, threat actors may be able to send spoofed phishing messages that appear to have come from the tenant\u2019s own domain. Setting strict Domain-based Message Authentication, Reporting, and Conformance (DMARC) reject and SPF hard fail (rather than soft fail) policies and properly configuring any third-party connectors will prevent phishing attacks spoofing organizations\u2019 domains.\\n\\nThis vector is not, as has been publicly reported, a vulnerability of Direct Send, a mail flow method in Microsoft 365 Exchange Online that allows devices (like printers, scanners), applications, or third-party services to send email without authentication using the organization\u2019s accepted domain, but rather takes advantage of complex routing scenarios and misconfigured spoof protections. Tenants with MX records pointed directly to Office 365 are not vulnerable to this attack vector of sending spoofed phishing messages.\\n\\nAs with most other phishing attacks observed by Microsoft Threat intelligence throughout 2025, the bulk of phishing campaigns observed using this attack vector employ the Tycoon2FA PhaaS platform, in addition to several other phishing services in use as well. In October 2025, Microsoft Defender for Office 365 blocked more than 13 million malicious emails linked to Tycoon2FA, including many attacks spoofing organizations\u2019 domains. PhaaS platforms such as Tycoon2FA provide threat actors with a suite of capabilities, support, and ready-made lures and infrastructure to carry out phishing attacks and compromise credentials. These capabilities include adversary-in-the-middle (AiTM) phishing, which is intended to circumvent multifactor authentication (MFA) protections. Credential phishing attacks sent through this method employ a variety of themes such as voicemail notifications, password resets, HR communications, among others.\\n\\nMicrosoft Threat Intelligence has also observed emails intended to trick organizations into paying fake invoices, potentially leading to financial losses. Generally, in these spoofed phishing attacks, the recipient email address is used in both the \u201cTo\u201d and \u201cFrom\u201d fields of the email, though some attacks will change the display name of the sender to make the attack more convincing and the \u201cFrom\u201d field could contain any valid internal email address.\\n\\n### Credential phishing with spoofed emails\\n\\nThe bulk of phishing messages sent through this attack vector uses the same lures as conventionally sent phishing messages, masquerading as services such as Docusign, or communications from HR regarding salary or benefits changes, password resets, and so on. They may employ clickable links in the email body or QR codes in attachments or other means of getting the recipient to navigate to a phish landing page. The appearance of having been sent from an internal email address is the most visible distinction to an end user, often with the same email address used in the \u201cTo\u201d and \u201cFrom\u201d fields.\\n\\nEmail headers provide more information regarding the delivery of spoofed phishing emails, such as the appearance of an external IP address used by the threat actor to initiate the phishing attack. Depending on the configuration of the tenant, there will be SPF soft or hard fail, DMARC fail, and DKIM will equal _none_ as both the sender and recipient appear to be in the same domain. At a basic level of protection, these should cause a message to land in a spam folder, but a user may retrieve and interact with phishing messages routed to spam. The _X-MS-Exchange-Organization-InternalOrgSender_ will be set to _True_ , but _X-MS-Exchange-Organization-MessageDirectionality_ will be set to _Incoming_ and _X-MS-Exchange-Organization-ASDirectionalityType_ will have a value of \u201c1\u201d, indicating that the message was sent from outside of the organization. The combination of internal organization sender and incoming directionality is indicative of a message spoofed to appear as an internal communication, but not necessarily indicative of maliciousness. _X-MS-Exchange-Organization-AuthAs_ will be set to _Anonymous_ , indicating that the message came from an external source.\\n\\nThe _Authentication-Results_ header example provided below illustrates the result of enforced authentication. 000 is an explicit DMARC failure. The resultant action is either _reject_ or _quarantine_. The headers shown here are examples of properly configured environments, effectively blocking phishing emails sent through this attack vector:\\n    \\n    \\n    spf=fail (sender IP is 51.89.59[.]188) smtp.mailfrom=contoso.com; dkim=none (message not signed) header.d=none;dmarc=fail action=quarantine header.from=contoso.com;compauth=fail reason=000\\n    \\n    \\n    \\n    spf=fail (sender IP is 51.68.182[.]101) smtp.mailfrom= contoso.com; dkim=none (message not signed) header.d=none;dmarc=fail action=oreject header.from=contoso.com;\\n    \\n\\nAny third-party connectors\u2014such as a spam filtering service, security solution, or archiving service\u2014must be configured properly or spoof detections cannot be calculated correctly, allowing phishing emails such as the examples below to be delivered. The first of these examples indicate the expected authentication failures in the header, but no action is taken due to reason 905, which indicates that the tenant has set up complex routing where the mail exchanger record (MX record) points to either an on-premises Exchange environment or a third-party service before reaching Microsoft 365:\\n    \\n    \\n    spf=fail (sender IP is 176.111.219[.]85) smtp.mailfrom= contoso.com; dkim=none (message not signed) header.d=none;dmarc=fail action=none header.from= contoso.com;compauth=none reason=905\\n    \\n\\nThe phishing message masquerades as a notification from Microsoft Office 365 informing the recipient that their password will soon expire, although the subject line appears to be intended for a voicemail themed lure. The link in the email is a nested Google Maps URL pointing to an actor-controlled domain at _online.amphen0l-fci[.]com_.\\n\\n![Phishing email impersonating Microsoft to request the user update their Office 365 password before it expires today with a link for the user to \\&#8221;Stay Connected\\&#8221;](https:\/\/www.microsoft.com\/en-us\/security\/blog\/wp-content\/uploads\/2026\/01\/image-7-1024&#215;585.webp)_Figure 1. This phishing message uses a \\&#8221;password expiration\\&#8221; lure masquerading as a communication from Microsoft._\\n\\nThe second example also shows the expected authentication failures, but with an action of \u201coreject\u201d with reason 451, indicating complex routing and that the message was delivered to the spam folder.\\n    \\n    \\n    spf=softfail (sender IP is 162.19.129[.]232) smtp.mailfrom=contoso.com; dkim=none (message not signed) header.d=none;dmarc=fail action=oreject header.from=contoso.com;compauth=none reason=451\\n    \\n\\nThis email masquerades as a SharePoint communication asking the recipient to review a shared document. The sender and recipient addresses are the same, though the threat actor has set the display name of the sender to \u201cPending Approval\u201d. The _InternalOrgSender_ header is set to _True_. On the surface, this appears to be an internally sent email, though the use of the recipient\u2019s address in both the \u201cTo\u201d and \u201cFrom\u201d fields may alert an end user that this message is not legitimate.\\n\\n![Phishing email impersonating SharePoint requesting the user to review and verify a shared document called Drafts of Agreement \\\\(Buyers Signature\\\\)](https:\/\/www.microsoft.com\/en-us\/security\/blog\/wp-content\/uploads\/2026\/01\/image-6.webp)_Figure 2. This phishing message uses a \\&#8221;shared document\\&#8221; lure masquerading as SharePoint._\\n\\nThe nested Google URL in the email body points to actor-controlled domain _scanuae[.]com_. This domain acts as a redirector, loading a script that constructs a URL using the recipient\u2019s Base64-encoded email before loading a custom CAPTCHA page on the Tycoon2FA domain _valoufroo.in[.]net_. A sample of the script loaded on _scanuae[.]com_ is shown here:\\n\\n![Screenshot of script that crafts and redirects to a URL on a Tycoon2FA PhaaS domain](https:\/\/www.microsoft.com\/en-us\/security\/blog\/wp-content\/uploads\/2026\/01\/image-5.webp)_Figure 3. This script crafts and redirects to a URL on a Tycoon2FA PhaaS domain._\\n\\nThe below example of the custom CAPTCHA page is loaded at the Tycoon2FA domain _goorooyi.yoshemo.in[.]net_. The CAPTCHA is one of many similar CAPTCHAs observed in relation to Tycoon2FA phishing sequences. Clicking through it leads to a Tycoon2FA phish landing page where the recipient is prompted to input their credentials. Alternatively, clicking through the CAPTCHA may lead to a benign page on a legitimate domain, a tactic intended to evade detection and analysis.\\n\\n![Custom CAPTCHA requesting the user confirm they are not a robot](https:\/\/www.microsoft.com\/en-us\/security\/blog\/wp-content\/uploads\/2026\/01\/image-4.webp)_Figure 4. A custom CAPTCHA loaded on the Tycoon2FA PhaaS domain._\\n\\n### Spoofed email financial scams\\n\\nMicrosoft Threat Intelligence has also observed financial scams sent through spoofed emails. These messages are crafted to look like an email thread between a highly placed employee at the targeted organization, often the CEO of the organization, an individual requesting payment for services rendered, or the accounting department at the targeted organization. In this example, the message was initiated from 163.5.169[.]67 and authentication failures were not enforced, as DMARC is set to _none_ and action is set to _none_ , a permissive mode that does not protect against spoofed messages, allowing the message to reach the inbox on a tenant whose MX record is not pointed to Office 365.\\n    \\n    \\n    Authentication-Results\\tspf=fail (sender IP is 163.5.169[.]67) smtp.mailfrom=contoso.com; dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=contoso.com;compauth=fail reason=601\\n    \\n\\nThe scam message is crafted to appear as an email thread with a previous message between the CEO of the targeted organization, using the CEO\u2019s real name, and an individual requesting payment of an invoice. The name of the individual requesting payment (here replaced with \u201cJohn Doe\u201d) appears to be a real person, likely a victim of identity theft. The \u201cTo\u201d and \u201cFrom\u201d fields both use the address for the accounting department at the targeted organization, but with the CEO\u2019s name used as the display name in the \u201cFrom\u201d field. As with our previous examples, this email superficially appears to be internal to the organization, with only the use of the same address as sender and recipient indicating that the message may not be legitimate. The body of the message also attempts to instill a sense of urgency, asking for prompt payment to retain a discount.\\n\\n![Phishing email requesting the company&#8217;s accounting department pay an invoice and not reply to this email](https:\/\/www.microsoft.com\/en-us\/security\/blog\/wp-content\/uploads\/2026\/01\/image-3.webp)_Figure 5. An email crafted to appear as part of an ongoing thread directing a company &#8216;s accounting department to pay a fake invoice._ ![Part of the same email thread which appears to be the company&#8217;s CEO CCing the accounting department to pay any incoming invoices](https:\/\/www.microsoft.com\/en-us\/security\/blog\/wp-content\/uploads\/2026\/01\/image.webp)_Figure 6. Included as part of the message shown above, this is crafted to appear as an earlier communication between the CEO of the company and an individual seeking payment._\\n\\nMost of the emails observed as part of this campaign include three attached files. The first is the fake invoice requesting several thousand dollars to be sent through ACH payment to a bank account at an online banking company. The name of the individual requesting payment is also listed along with a fake company name and address. The bank account was likely set up using the individual\u2019s stolen personally identifiable information.\\n\\n![A fake invoice requesting $9,860 for services like Business System Integration and Remote Strategy Consultation.](https:\/\/www.microsoft.com\/en-us\/security\/blog\/wp-content\/uploads\/2026\/01\/image-2.webp)_Figure 7. A fake invoice including banking information attached to the scam messages._\\n\\nThe second attachment (not pictured) is an IRS W-9 form that lists the name and social security number of the individual used to set up the bank account. The third attachment is a fake \u201cbank letter\u201d ostensibly provided by an employee at the online bank used to set up the fraudulent account. The letter provides the same banking information as the invoice and attempts to add another layer of believability to the scam.\\n\\n![A fake bank letter requesting account and bank routing number information of the target.](https:\/\/www.microsoft.com\/en-us\/security\/blog\/wp-content\/uploads\/2026\/01\/image-1.webp)_Figure 8. A fake \\&#8221;bank letter\\&#8221; also attached to the scam messages._\\n\\nFalling victim to this scam could result in significant financial losses that may not be recoverable as the funds will likely be moved quickly by the actor in control of the fraudulent bank account.  \\n\\n## Mitigation and protection guidance\\n\\n### Preventing spoofed email attacks\\n\\nThe following links provide information for customers whose MX records are not pointed to Office 365 on how to configure mail flow connectors and rules to prevent spoofed emails from reaching inboxes.\\n\\n  * These links provide information on how to properly configure mail flow with connectors:\\n    * Manage mail flow using a third-party cloud service with Exchange Online\\n    * Configure mail flow using connectors in Exchange Online\\n    * Mail flow rules (transport rules) in Exchange Online\\n    * Enhanced filtering for connectors in Exchange Online\\n  * These links provide information on configuring SPF, DKIM, and DMARC:\\n    * Email authentication in cloud organizations\\n    * Set up SPF to identify valid email sources for your custom cloud domains\\n    * Set up DKIM to sign mail from your cloud domain\\n    * Set up DMARC to validate the From address domain for cloud senders\\n  * The following links provide more in-depth information on Direct Send:\\n    * Introducing more control over Direct Send in Exchange Online\\n    * Direct Send vs sending directly to an Exchange Online tenant\\n\\n\\n\\n### Mitigating AiTM phishing attacks\\n\\nMicrosoft Threat Intelligence recommends the following mitigations, which are effective against a range of phishing threats.\\n\\n  * Review our recommended settings for Exchange Online Protection and Microsoft Defender for Office 365.\\n  * Configure Microsoft Defender for Office 365 to recheck links on click. Safe Links provides URL scanning and rewriting of inbound email messages in mail flow, and time-of-click verification of URLs and links in email messages, other Microsoft 365 applications such as Teams, and other locations such as SharePoint Online. Safe Links scanning occurs in addition to the regular anti-spam and anti-malware protection in inbound email messages in Microsoft Exchange Online Protection (EOP). Safe Links scanning can help protect your organization from malicious links used in phishing and other attacks.\\n  * Turn on Zero-hour auto purge (ZAP) in Defender for Office 365 to quarantine sent mail in response to newly-acquired threat intelligence and retroactively neutralize malicious phishing, spam, or malware messages that have already been delivered to mailboxes.\\n  * Encourage users to use Microsoft Edge and other web browsers that support Microsoft Defender SmartScreen, which identifies and blocks malicious websites, including phishing sites, scam sites, and sites that host malware.\\n  * Turn on cloud-delivered protection in Microsoft Defender Antivirus or the equivalent for your antivirus product to cover rapidly evolving attack tools and techniques. Cloud-based machine learning protections block a majority of new and unknown variants\\n  * Configure Microsoft Entra with increased security.\\n  * Pilot and deploy phishing-resistant authentication methods for users.\\n  * Implement Entra ID Conditional Access authentication strength to require phishing-resistant authentication for employees and external users for critical apps.\\n\\n\\n\\nMitigating threats from phishing actors begins with securing user identity by eliminating traditional credentials and adopting passwordless, phishing-resistant MFA methods such as FIDO2 security keys, Windows Hello for Business, and Microsoft Authenticator passkeys.\\n\\nMicrosoft recommends enforcing phishing-resistant MFA for privileged roles in Microsoft Entra ID to significantly reduce the risk of account compromise. Learn how to require phishing-resistant MFA for admin roles and plan a passwordless deployment.\\n\\nPasswordless authentication improves security as well as enhances user experience and reduces IT overhead. Explore Microsoft\u2019s overview of passwordless authentication and authentication strength guidance to understand how to align your organization\u2019s policies with best practices. For broader strategies on defending against identity-based attacks, refer to Microsoft\u2019s blog on evolving identity attack techniques.\\n\\nIf Microsoft Defender alerts indicate suspicious activity or confirmed compromised account or a system, it\u2019s essential to act quickly and thoroughly. Below are recommended remediation steps for each affected identity:\\n\\n  1. **Reset credentials**  \u2013 Immediately reset the account\u2019s password and revoke any active sessions or tokens. This ensures that any stolen credentials can no longer be used.\\n  2. **Re-register or remove MFA devices**  \u2013 Review users MFA devices, specifically those recently added or updated.\\n  3. **Revert unauthorized payroll or financial changes**  \u2013 If the attacker modified payroll or financial configurations, such as direct deposit details, revert them to their original state and notify the appropriate internal teams.\\n  4. **Remove malicious inbox rules**  \u2013 Attackers often create inbox rules to hide their activity or forward sensitive data. Review and delete any suspicious or unauthorized rules.\\n  5. **Verify MFA reconfiguration**  \u2013 Confirm that the user has successfully reconfigured MFA and that the new setup uses secure, phishing-resistant methods.\\n\\n\\n\\n## Microsoft Defender XDR detections\\n\\nMicrosoft Defender XDR coordinates detection, prevention, investigation, and response across endpoints, identities, email, apps to provide integrated protection against attacks like the threat discussed in this blog.\\n\\nCustomers with provisioned access can also use Microsoft Security Copilot in Microsoft Defender to investigate and respond to incidents, hunt for threats, and protect their organization with relevant threat intelligence.\\n\\n**Tactic**| **Observed activity**| **Microsoft Defender coverage**  \\n&#8212;|&#8212;|&#8212;  \\nInitial access| Threat actor gains access to account through phishing| **Microsoft Defender for Office 365**   \\n\u2013 A potentially malicious URL click was detected   \\n\u2013 Email messages containing malicious file removed after delivery   \\n\u2013 Email messages containing malicious URL removed after delivery   \\n\u2013 Email messages from a campaign removed after delivery.  \\n  \\n**Microsoft Defender XDR**  \\n\u2013 Compromised user account in a recognized attack pattern   \\n\u2013 Anonymous IP address   \\n\u2013 Suspicious activity likely indicative of a connection to an adversary-in-the-middle (AiTM) phishing site  \\nDefense evasion| Threat actor creates an inbox rule post compromise| **Microsoft Defender for Cloud apps**  \\n  \\n\u2013 Possible BEC-related inbox rule   \\n\u2013 Suspicious inbox manipulation rule  \\n  \\n## Microsoft Security Copilot\\n\\nSecurity Copilot customers can use the standalone experience to create their own prompts or run the following prebuilt promptbooks to automate incident response or investigation tasks related to this threat:\\n\\n  * Incident investigation\\n  * Microsoft User analysis\\n  * Threat actor profile\\n  * Threat Intelligence 360 report based on MDTI article\\n  * Vulnerability impact assessment\\n\\n\\n\\nNote that some promptbooks require access to plugins for Microsoft products such as Microsoft Defender XDR or Microsoft Sentinel.\\n\\n## Threat intelligence reports\\n\\nMicrosoft customers can use the following reports in Microsoft products to get the most up-to-date information about the threat actor, malicious activity, and techniques discussed in this blog. These reports provide the intelligence, protection information, and recommended actions to prevent, mitigate, or respond to associated threats found in customer environments.\\n\\n### Microsoft Defender XDR threat analytics\\n\\n  * Actor profile: Storm-1747\\n  * Technique profile: Adversary-in-the-middle credential phishing\\n\\n\\n\\nMicrosoft Security Copilot customers can also use the Microsoft Security Copilot integration in Microsoft Defender Threat Intelligence, either in the Security Copilot standalone portal or in the embedded experience in the Microsoft Defender portal to get more information about this threat actor.\\n\\n## Hunting queries\\n\\n### Microsoft Defender XDR\\n\\nMicrosoft Defender XDR customers can run the following query to find related activity in their networks:\\n\\n**Finding potentially spoofed emails:**\\n    \\n    \\n    EmailEvents\\n    | where Timestamp \\u003e= ago(30d)\\n    | where EmailDirection == \\&#8221;Inbound\\&#8221;\\n    | where Connectors == \\&#8221;\\&#8221;  \/\/ No connector used\\n    | where SenderFromDomain in (\\&#8221;contoso.com\\&#8221;)  \/\/ Replace with your domain(s)\\n    | project Timestamp, NetworkMessageId, InternetMessageId, SenderMailFromAddress,\\n              SenderFromAddress, SenderDisplayName, SenderFromDomain, SenderIPv4,\\n              RecipientEmailAddress, Subject, DeliveryAction, DeliveryLocation\\n    \\n\\n**Finding more suspicious, potentially spoofed emails:**\\n    \\n    \\n    EmailEvents\\n    | where EmailDirection == \\&#8221;Inbound\\&#8221;\\n    | where Connectors == \\&#8221;\\&#8221;  \/\/ No connector used\\n    | where SenderFromDomain in (\\&#8221;contoso.com\\&#8221;, \\&#8221;fabrikam.com\\&#8221;) \/\/ Replace with your accepted domains\\n    | where AuthenticationDetails !contains \\&#8221;SPF=pass\\&#8221; \/\/ SPF failed or missing\\n    | where AuthenticationDetails !contains \\&#8221;DKIM=pass\\&#8221; \/\/ DKIM failed or missing\\n    | where AuthenticationDetails !contains \\&#8221;DMARC=pass\\&#8221; \/\/ DMARC failed or missing\\n    | where SenderIPv4 !in (\\&#8221;\\&#8221;) \/\/ Exclude known relay IPs\\n    | where ThreatTypes has_any (\\&#8221;Phish\\&#8221;, \\&#8221;Spam\\&#8221;) or ConfidenceLevel == \\&#8221;High\\&#8221; \/\/ \\n    | project Timestamp, NetworkMessageId, InternetMessageId, SenderMailFromAddress,\\n              SenderFromAddress, SenderDisplayName, SenderFromDomain, SenderIPv4,\\n              RecipientEmailAddress, Subject, AuthenticationDetails, DeliveryAction\\n    \\n\\n### Microsoft Sentinel\\n\\nMicrosoft Sentinel customers can use the TI Mapping analytics (a series of analytics all prefixed with \u2018TI map\u2019) to automatically match the malicious domain indicators mentioned in this blog post with data in their workspace. If the TI Map analytics are not currently deployed, customers can install the Threat Intelligence solution from the Microsoft Sentinel Content Hub to have the analytics rule deployed in their Sentinel workspace.\\n\\nThe below hunting queries can also be found in the Microsoft Defender portal for customers who have Microsoft Defender XDR installed from the Content Hub, or accessed directly from GitHub.\\n\\n  * Spoof and impersonation phish detections\\n  * Spoof attempts with auth failure\\n\\n\\n\\nBelow are the queries using Sentinel Advanced Security Information Model (ASIM) functions to hunt threats across both Microsoft first-party and third-party data sources. ASIM also supports deploying parsers to specific workspaces from GitHub, using an ARM template or manually.\\n\\n**Detect network IP and domain indicators of compromise using ASIM**\\n\\nThe following query checks domain and URL IOCs across data sources supported by ASIM web session parser:\\n    \\n    \\n    \/\/IP list and domain list- _Im_NetworkSession\\n    let lookback = 30d;\\n    let ioc_ip_addr = dynamic([\\&#8221;162.19.196.13\\&#8221;, \\&#8221;163.5.221.110\\&#8221;, \\&#8221;51.195.94.194\\&#8221;, \\&#8221;51.89.59.188\\&#8221;]);\\n    let ioc_domains = dynamic([\\&#8221;2fa.valoufroo.in.net\\&#8221;, \\&#8221;valoufroo.in.net\\&#8221;, \\&#8221;integralsm.cl\\&#8221;, \\&#8221;absoluteprintgroup.com\\&#8221;]);\\n    _Im_NetworkSession(starttime=todatetime(ago(lookback)), endtime=now())\\n    | where DstIpAddr in (ioc_ip_addr) or DstDomain has_any (ioc_domains)\\n    | summarize imNWS_mintime=min(TimeGenerated), imNWS_maxtime=max(TimeGenerated),\\n      EventCount=count() by SrcIpAddr, DstIpAddr, DstDomain, Dvc, EventProduct, EventVendor\\n    \\n\\n**Detect web sessions IP and file hash indicators of compromise using ASIM**\\n\\nThe following query checks domain and URL IOCs across data sources supported by ASIM web session parser:\\n    \\n    \\n    \/\/IP list &#8211; _Im_WebSession\\n    let lookback = 30d;\\n    let ioc_ip_addr = dynamic([\\&#8221;162.19.196.13\\&#8221;, \\&#8221;163.5.221.110\\&#8221;, \\&#8221;51.195.94.194\\&#8221;, \\&#8221;51.89.59.188\\&#8221;]);\\n    _Im_WebSession(starttime=todatetime(ago(lookback)), endtime=now())\\n    | where DstIpAddr in (ioc_ip_addr)\\n    | summarize imWS_mintime=min(TimeGenerated), imWS_maxtime=max(TimeGenerated),\\n      EventCount=count() by SrcIpAddr, DstIpAddr, Url, Dvc, EventProduct, EventVendor\\n    \\n\\n**Detect domain and URL indicators of compromise using ASIM**\\n\\nThe following query checks domain and URL IOCs across data sources supported by ASIM web session parser:\\n    \\n    \\n    \/\/ file hash list &#8211; imFileEvent\\n    \/\/ Domain list &#8211; _Im_WebSession\\n    let ioc_domains = dynamic([\\&#8221;2fa.valoufroo.in.net\\&#8221;, \\&#8221;valoufroo.in.net\\&#8221;, \\&#8221;integralsm.cl\\&#8221;, \\&#8221;absoluteprintgroup.com\\&#8221;]);\\n    _Im_WebSession (url_has_any = ioc_domains)\\n    \\n\\n**Spoofing attempts from specific domains**\\n    \\n    \\n    \/\/ Add the list of domains to search for.\\n    let DomainList = dynamic([\\&#8221;2fa.valoufroo.in.net\\&#8221;, \\&#8221;valoufroo.in.net\\&#8221;, \\&#8221;integralsm.cl\\&#8221;, \\&#8221;absoluteprintgroup.com\\&#8221;]); \\n    EmailEvents \\n    | where TimeGenerated \\u003e ago (1d) and DetectionMethods has \\&#8221;spoof\\&#8221; and SenderFromDomain in~ (DomainList)\\n    | project TimeGenerated, AR=parse_json(AuthenticationDetails) , NetworkMessageId, EmailDirection, Subject, SenderFromAddress, SenderIPv4, ThreatTypes, DetectionMethods, ThreatNames  \\n    | evaluate bag_unpack(AR)  \\n    | where column_ifexists(&#8216;SPF&#8217;,&#8221;) =~ \\&#8221;fail\\&#8221; or  column_ifexists(&#8216;DMARC&#8217;,&#8221;) =~ \\&#8221;fail\\&#8221; or column_ifexists(&#8216;DKIM&#8217;,&#8221;) =~ \\&#8221;fail\\&#8221; or column_ifexists(&#8216;CompAuth&#8217;,&#8221;) =~ \\&#8221;fail\\&#8221;\\n    | extend Name = tostring(split(SenderFromAddress, &#8216;@&#8217;, 0)[0]), UPNSuffix = tostring(split(SenderFromAddress, &#8216;@&#8217;, 1)[0])\\n    | extend Account_0_Name = Name\\n    | extend Account_0_UPNSuffix = UPNSuffix\\n    | extend IP_0_Address = SenderIPv4\\n    \\n\\n### Indicators of compromise\\n\\n**Indicator**| **Type**| **Description**| **First seen**| **Last seen**  \\n&#8212;|&#8212;|&#8212;|&#8212;|&#8212;  \\n162.19.196[.]13| IPv4| An IP address used by an actor to initiate spoofed phishing emails.| 2025-10-08| 2025-11-21  \\n163.5.221[.]110| IPv4| An IP address used by an actor to initiate spoofed phishing emails.| 2025-09-10| 2025-11-20  \\n51.195.94[.]194| IPv4| An IP address used by an actor to initiate spoofed phishing emails.| 2025-06-15| 2025-12-07  \\n51.89.59[.]188  | IPv4| An IP address used by an actor to initiate spoofed phishing emails.| 2025-09-24| 2025-11-20  \\n _2fa.valoufroo.in[.]net_|  Domain| A Tycoon2FA PhaaS domain|  |    \\n_valoufroo.in[.]net_|  Domain| A Tycoon2FA PhaaS domain|  |    \\n_integralsm[.]cl_|  Domain| A redirection domain leading to phishing infrastructure.|  |    \\n_absoluteprintgroup[.]com_|  Domain| A redirection domain leading to phishing infrastructure.|  |    \\n  \\n## References\\n\\n  * https:\/\/www.mimecast.com\/threat-intelligence-hub\/microsoft-direct-send-abuse\/\\n  * https:\/\/www.proofpoint.com\/us\/blog\/email-and-cloud-threats\/attackers-abuse-m365-for-internal-phishing\\n  * https:\/\/www.varonis.com\/blog\/direct-send-exploit\\n\\n\\n\\n## Learn more\\n\\nFor the latest security research from the Microsoft Threat Intelligence community, check out the Microsoft Threat Intelligence Blog.\\n\\nTo get notified about new publications and to join discussions on social media, follow us on LinkedIn, X (formerly Twitter), and Bluesky. To hear stories and insights from the Microsoft Threat Intelligence community about the ever-evolving threat landscape, listen to the Microsoft Threat Intelligence podcast.\\n\\nThe post Phishing actors exploit complex routing and misconfigurations to spoof domains appeared first on Microsoft Security Blog.&#8221;,&#8221;published&#8221;:&#8221;2026-01-06T18:00:00&#8243;,&#8221;modified&#8221;:&#8221;2026-01-06T18:00:00&#8243;,&#8221;type&#8221;:&#8221;mssecure&#8221;,&#8221;title&#8221;:&#8221;Phishing actors exploit complex routing and misconfigurations to spoof domains&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;MSSECURE:40913151E7F4E1A810FA48E267C5F31A&#8221;,&#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:\/\/www.microsoft.com\/en-us\/security\/blog\/2026\/01\/06\/phishing-actors-exploit-complex-routing-and-misconfigurations-to-spoof-domains\/&#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;2026-01-06T19:45:01&#8243;,&#8221;description&#8221;:&#8221;Phishing actors are exploiting complex routing scenarios and misconfigured spoof protections to effectively spoof organizations\u2019 domains and deliver phishing emails that appear, superficially, to have&#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,110,13,33,7,11,5],"class_list":["post-34327","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-cve","tag-cvss","tag-exploit","tag-mssecure","tag-news","tag-none","tag-security","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>Phishing actors exploit complex routing and misconfigurations to spoof domains_MSSECURE:40913151E7F4E1A810FA48E267C5F31A - 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=34327\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Phishing actors exploit complex routing and misconfigurations to spoof domains_MSSECURE:40913151E7F4E1A810FA48E267C5F31A - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-01-06T19:45:01&#8243;,&#8221;description&#8221;:&#8221;Phishing actors are exploiting complex routing scenarios and misconfigured spoof protections to effectively spoof organizations\u2019 domains and deliver phishing emails that appear, superficially, to have...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=34327\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-07T03:19:05+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=\"23 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34327#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34327\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Phishing actors exploit complex routing and misconfigurations to spoof domains_MSSECURE:40913151E7F4E1A810FA48E267C5F31A\",\"datePublished\":\"2026-01-07T03:19:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34327\"},\"wordCount\":4653,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"mssecure\",\"news\",\"NONE\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=34327#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34327\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34327\",\"name\":\"Phishing actors exploit complex routing and misconfigurations to spoof domains_MSSECURE:40913151E7F4E1A810FA48E267C5F31A - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-01-07T03:19:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34327#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=34327\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34327#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Phishing actors exploit complex routing and misconfigurations to spoof domains_MSSECURE:40913151E7F4E1A810FA48E267C5F31A\"}]},{\"@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":"Phishing actors exploit complex routing and misconfigurations to spoof domains_MSSECURE:40913151E7F4E1A810FA48E267C5F31A - 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=34327","og_locale":"en_US","og_type":"article","og_title":"Phishing actors exploit complex routing and misconfigurations to spoof domains_MSSECURE:40913151E7F4E1A810FA48E267C5F31A - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-01-06T19:45:01&#8243;,&#8221;description&#8221;:&#8221;Phishing actors are exploiting complex routing scenarios and misconfigured spoof protections to effectively spoof organizations\u2019 domains and deliver phishing emails that appear, superficially, to have...","og_url":"https:\/\/zero.redgem.net\/?p=34327","og_site_name":"zero redgem","article_published_time":"2026-01-07T03:19:05+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"23 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=34327#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=34327"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Phishing actors exploit complex routing and misconfigurations to spoof domains_MSSECURE:40913151E7F4E1A810FA48E267C5F31A","datePublished":"2026-01-07T03:19:05+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=34327"},"wordCount":4653,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","mssecure","news","NONE","Security","tapic","Vulnerability"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=34327#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=34327","url":"https:\/\/zero.redgem.net\/?p=34327","name":"Phishing actors exploit complex routing and misconfigurations to spoof domains_MSSECURE:40913151E7F4E1A810FA48E267C5F31A - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-01-07T03:19:05+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=34327#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=34327"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=34327#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Phishing actors exploit complex routing and misconfigurations to spoof domains_MSSECURE:40913151E7F4E1A810FA48E267C5F31A"}]},{"@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\/34327","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=34327"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/34327\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=34327"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=34327"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=34327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}