{
  "family": "remote",
  "sample_count": 1,
  "category": "trojan",
  "description": "Backdoor:Win32/Remote (and similar variants like RemoteAdmin or RemoteAccess) is a broad, generic detection category used by antivirus engines to flag Remote Access Trojans (RATs) or the unauthorized installation of legitimate remote administration tools (like AnyDesk, TeamViewer, or VNC) (`T1219`). These tools provide an attacker with full, interactive, graphical control over a victim's desktop.<br><br><b>Understanding Remote (RATs and RMM Abuse)</b><br>To an end-user, a 'Remote' infection might manifest as the mouse cursor moving on its own, command prompt windows flashing briefly on the screen, or the webcam activating. For a security team, a 'Remote' detection is a critical, high-priority incident indicating that an attacker has established a persistent, interactive beachhead on the network and is likely actively exploring the environment (`T1059`).<br><br><b>Execution and Interactive Control Mechanics</b><br>Attackers deploy RATs (like AsyncRAT, njRAT, or Remcos) via phishing, drive-by downloads, or by exploiting vulnerable public-facing services. Alternatively, they may deploy legitimate Remote Monitoring and Management (RMM) tools to blend in with normal administrative traffic (`T1219`). Once installed, the 'Remote' tool establishes a persistent outbound connection to the attacker's C2 server (`T1105`). The attacker can then view the screen, log keystrokes (`T1056.001`), access the file system, and pivot to other machines on the network.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is total loss of confidentiality and integrity on the infected host. Host-based IoCs include the presence of known RAT binaries or unexpected RMM tools (e.g., `screenconnect.exe`, `anydesk.exe`) running from user profile directories. Network IoCs are characterized by long-lived, persistent outbound TCP/UDP connections to unknown IP addresses, often over non-standard ports or disguised as HTTPS traffic.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1219",
    "T1059",
    "T1056.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1219",
      "name": "Remote Access Software (The core functionality of providing interactive desktop control)",
      "tactic": "Command and Control"
    },
    {
      "id": "T1059",
      "name": "Command and Scripting Interpreter (Using the remote shell to execute commands interactively)",
      "tactic": "Execution"
    },
    {
      "id": "T1056.001",
      "name": "Input Capture: Keylogging (Often built into RATs to steal credentials)",
      "tactic": "Credential Access"
    }
  ],
  "containment_steps": [
    "Isolate the endpoint immediately; an attacker likely has active, interactive control over the machine.",
    "Analyze EDR and network logs to determine what actions the attacker took while connected (e.g., executing scripts, downloading files, accessing credentials).",
    "Identify all outbound IP addresses and domains the 'Remote' tool connected to and block them at the firewall.",
    "Force a password reset for the user of the compromised machine and any service accounts that were active during the infection window."
  ],
  "what_to_avoid": [
    "Do not attempt to 'observe' the attacker while the machine is still connected to the corporate network; isolate it immediately.",
    "Avoid assuming the AV fully removed the threat; RATs often deploy secondary backdoors before being detected."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}