{
  "family": "exfriendalert",
  "sample_count": 2,
  "category": "advanced_threat",
  "description": "Adware:Win32/Exfriendalert is a specialized form of adware that operates as a Social Media Hijacker, historically targeting platforms like Facebook. It masquerades as a desirable browser extension or application (e.g., claiming to show you who viewed your profile or who 'unfriended' you) to gain permissions to the user's social media accounts. Once authorized, it monetizes this access through forced advertising and affiliate link spamming (`T1189`).<br><br><b>Understanding Exfriendalert (Social Media Hijacking)</b><br>To an end-user, Exfriendalert is embarrassing and intrusive. While they might have installed it out of curiosity, it repays them by posting spam links to their timeline or sending unsolicited promotional messages to their contact list on their behalf. For an IT department, this represents a significant brand and reputational risk if the compromised accounts belong to employees using corporate devices.<br><br><b>Execution and Hijacking Mechanics</b><br>Exfriendalert relies heavily on social engineering for initial delivery, often spreading virally when a compromised account posts a link to the malicious app. Upon clicking, the user is tricked into authorizing a malicious browser extension or an OAuth application (`T1528`). It establishes persistence within the browser profile (via `ExtensionInstallForcelist` policies or hidden extension folders). The adware then uses the stolen OAuth tokens or active session cookies (`T1539`) to make API calls to the social media platform, silently liking pages, joining groups, and posting ads without the user's active input.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is reputational damage, the compromise of social media accounts, and the potential spread of further malware to the user's network. Host-based IoCs include the presence of unexpected browser extensions (often with permissions to 'Read and change all your data on the websites you visit') and unauthorized OAuth applications listed in the social media platform's security settings. Network IoCs include anomalous background API calls to Facebook, Twitter, or Instagram endpoints originating from the browser, even when the user is inactive.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1539",
    "T1528",
    "T1189"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1528",
      "name": "Steal Application Access Token (Abusing OAuth authorizations for social media access)",
      "tactic": "Credential Access"
    },
    {
      "id": "T1539",
      "name": "Steal Web Session Cookie (Hijacking active sessions to post spam)",
      "tactic": "Credential Access"
    },
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Initial distribution via malicious links on social media)",
      "tactic": "Initial Access"
    }
  ],
  "containment_steps": [
    "Instruct the user to immediately log into the affected social media platform from a clean device and revoke access to all unknown 'Apps' or 'Connected Services'.",
    "Force a password reset on all affected social media accounts to invalidate existing session tokens.",
    "Use a specialized Adware/PUP removal tool to strip the malicious extensions and forced policies from all installed web browsers on the infected endpoint.",
    "Review the user's timeline and send notifications to contacts warning them not to click on any recent suspicious links."
  ],
  "what_to_avoid": [
    "Do not assume uninstalling the browser extension fixes the issue; the attacker may still hold valid OAuth tokens until they are explicitly revoked.",
    "Avoid authorizing third-party apps that promise features explicitly denied by the platform (like seeing who viewed your profile)."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}