FBI Warns of OAuth Consent Phishing Targeting High-Profile Individuals

FBI Warns of Sophisticated OAuth Consent Phishing Campaign

HIGH
September 2, 2026
5m read
PhishingThreat IntelligenceCloud Security

Full Report

Executive Summary

The Federal Bureau of Investigation (FBI) has issued a Public Service Announcement (PSA) through its Internet Crime Complaint Center (IC3), warning of a sophisticated and ongoing phishing campaign. Active since late 2025, the campaign targets high-profile individuals and their circles using a technique known as OAuth consent phishing. This method allows attackers to gain persistent access to a victim's cloud service accounts (e.g., Microsoft, Google) without stealing their password. The FBI urges potential victims to be vigilant and understand that simply changing a password will not revoke the attacker's access.

Threat Overview

The campaign employs a deceptive social engineering tactic to trick victims into authorizing a malicious application.

  1. Initial Contact: Threat actors send a direct message to the target via a commercial messaging application.
  2. Impersonation: The attackers impersonate credible figures such as government officials, journalists, or event coordinators.
  3. The Lure: The message contains a lure, asking the target to review a document or access a file-sharing service via a provided link.
  4. Consent Grant: The link directs the victim to a legitimate OAuth consent screen from a major cloud provider. The screen asks the user to grant permissions (e.g., read emails, access files) to a third-party application controlled by the attacker.
  5. Persistent Access: Once the user clicks "Accept," the attacker receives an authorization token. This token grants them persistent access to the victim's account data via APIs, even if the user changes their password.

This attack vector is particularly insidious because it abuses a legitimate cloud feature. The victim interacts with a real login portal from Google or Microsoft, making the request seem authentic.

Technical Analysis

The attack leverages the trust inherent in the OAuth 2.0 authorization framework. The primary MITRE ATT&CK techniques involved are:

  • T1566.002 - Spearphishing Link: The initial message with the malicious link is a classic spearphishing technique, tailored to the high-profile target.
  • T1528 - Steal Application Access Token: This is the core of the attack. By tricking the user into granting consent, the attacker effectively steals an application access token, which they can use to access the account's data programmatically.

The persistence mechanism is a key feature. Unlike session hijacking, which can be terminated by a password change, OAuth tokens are independent and remain valid until they expire or are manually revoked by the user.

Impact Assessment

A successful consent phishing attack grants the threat actor significant access to a victim's digital life. The potential impacts include:

  • Data Theft: Attackers can access and exfiltrate emails, contacts, calendars, and files stored in the victim's cloud account.
  • Espionage: For high-profile targets like government officials or journalists, this could lead to the theft of sensitive state or corporate secrets.
  • Further Attacks: The compromised account can be used as a launchpad to send highly convincing phishing emails to the victim's contacts, expanding the attacker's reach.
  • Account Lockout: While not the primary goal, an attacker could potentially alter account settings to lock the legitimate user out.

IOCs — Directly from Articles

The FBI has not released specific Indicators of Compromise (IOCs), such as malicious application names or domains.

Cyber Observables — Hunting Hints

Detection efforts should focus on auditing application consents within the cloud environment.

Type
log_source
Value
Microsoft Entra ID Audit Logs
Description
Look for Event Type Consent to application. Investigate consents granted to unfamiliar or newly created applications.
Type
log_source
Value
Google Workspace Admin Audit Log
Description
Monitor for GRANT_APPLICATION_PERMISSION events. Scrutinize apps with high-risk permissions.
Type
api_endpoint
Value
https://login.microsoftonline.com/common/oauth2/v2.0/authorize
Description
Phishing links will often lead to legitimate authorization endpoints like this one. The key is the client_id parameter identifying the malicious app.
Type
other
Value
Suspicious App Permissions
Description
Review applications that request broad permissions like Mail.ReadWrite, Files.ReadWrite.All, or offline_access.

Detection & Response

Defenders and users need to shift their focus from just password security to application security.

  1. Audit Application Consents: Regularly review the applications that have been granted access to user accounts. In Microsoft Entra ID, this can be done in the "Enterprise applications" blade. In Google Workspace, check under "Security > API controls." This aligns with D3FEND's Domain Account Monitoring (D3-DAM).
  2. Revoke Suspicious Tokens: If a suspicious or unnecessary application is found, immediately revoke its permissions. This is the only way to terminate the attacker's access.
  3. User Education: Train users, especially high-profile ones, to be skeptical of any request that leads to an OAuth consent screen. They should carefully examine the application name, the publisher, and the permissions being requested before clicking "Accept."
  4. Configure Consent Policies: In enterprise environments, administrators should configure application consent policies to restrict what users can authorize. Options include disabling user consent entirely, allowing consent only for publisher-verified apps, or creating custom policies.

Mitigation

Mitigation focuses on policy, user awareness, and proactive auditing.

  1. Least Privilege for Apps: Implement policies that prevent users from consenting to applications that are not from verified publishers or have not been pre-approved by IT. This is a form of D3FEND's Application Configuration Hardening (D3-ACH).
  2. Regular Audits: Schedule periodic reviews of all third-party applications integrated with the corporate cloud environment. Remove any that are no longer needed or appear suspicious.
  3. Targeted Training: Provide specific training on the dangers of OAuth consent phishing to high-risk employees, such as executives and their assistants.
  4. Report Incidents: The FBI urges anyone who believes they are a victim to report the incident to their local FBI field office or the IC3 at www.ic3.gov.

Timeline of Events

1
October 1, 2025
The FBI begins tracking the sophisticated OAuth consent phishing campaign.
2
September 1, 2026
The FBI and IC3 issue a Public Service Announcement (PSA) warning the public about the campaign.
3
September 2, 2026
This article was published

MITRE ATT&CK Mitigations

Educating users to scrutinize OAuth consent screens, including the app name, publisher, and requested permissions, is the primary defense against this social engineering technique.

Configuring cloud environments (like Microsoft Entra ID or Google Workspace) to restrict or block user consent for unverified or non-allowlisted applications can prevent the attack entirely.

Audit

M1047enterprise

Regularly auditing all granted application consents within the cloud environment allows security teams to proactively identify and revoke permissions for malicious or unnecessary applications.

D3FEND Defensive Countermeasures

To combat OAuth consent phishing, administrators should harden their cloud environment's application consent policies. In Microsoft Entra ID, this involves configuring 'User consent settings' to 'Do not allow user consent'. Then, establish an 'admin consent workflow' so that users must request approval for new applications. This shifts the decision from potentially untrained users to the security team. Similarly, in Google Workspace, use 'API controls' to either block access to all third-party apps by default or trust only a specific list of internal and vetted applications. This preventative measure ensures that malicious applications cannot be authorized without administrative review, directly blocking the core mechanism of the attack.

Implement continuous monitoring of application consent events within your cloud environment. Create specific detection rules in your SIEM to alert on suspicious consent activities. For example, an alert could trigger if a large number of users suddenly grant consent to the same new, unverified application, or if a user grants consent to an app with an unusual combination of high-risk permissions (e.g., Mail.ReadWrite and offline_access). For Microsoft environments, this involves monitoring Entra ID audit logs for the 'Consent to application' activity. This detective control allows security teams to quickly identify a potential consent phishing campaign in progress and begin incident response, such as revoking the malicious app's permissions for all affected users.

Timeline of Events

1
October 1, 2025

The FBI begins tracking the sophisticated OAuth consent phishing campaign.

2
September 1, 2026

The FBI and IC3 issue a Public Service Announcement (PSA) warning the public about the campaign.

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

PhishingOAuthCloud SecurityFBIIC3Consent Phishing

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.