Presenoker

Category: trojan_generic · Aliases: None known · Sample count (EMBER 2018): 406 · Enrichment: expert-seo · Updated: 2026-06-09

Overview

Adware:Win32/Presenoker is a widespread Potentially Unwanted Application (PUA) and adware downloader that aggressive injects advertisements and tracks user browsing behavior.

Understanding Presenoker
To the average consumer, Presenoker is the cause of endless pop-up ads, fake security alerts, and browser redirects. For incident responders, Presenoker is a persistent monetization tool distributed via Pay-Per-Install (PPI) networks. Its primary goal is not data destruction, but rather aggressive revenue generation through click-fraud and the forced installation of secondary adware modules.

Execution and Evasion Strategies
Presenoker is almost exclusively distributed via bundleware—users inadvertently install it when rapidly clicking through the setup menus of freeware applications on deceptive download portals. Once active, it drops numerous executable files into the %LocalAppData% and %ProgramFiles% directories. It establishes persistence via the Windows Task Scheduler, ensuring its adware components launch on every boot. Presenoker frequently modifies browser shortcut files (.lnk) to force traffic through its affiliate networks and installs rogue browser extensions to intercept search queries.

Indicators of Compromise (IoCs)
Threat hunters will observe a massive spike in outbound HTTP/HTTPS connections to known adware tracking domains and affiliate networks. The Windows Registry will contain unauthorized modifications under HKCU\Software\Policies, utilizing Group Policy to prevent the user from disabling the malicious extensions. The presence of unwanted scheduled tasks designed to initiate daily adware updates is a strong IoC. The impact is severely degraded system performance and a loss of browsing privacy.

MITRE ATT&CK Techniques

Observed techniques used by this family, mapped to the MITRE ATT&CK framework:

TechniqueNameTactic
T1189Drive-by CompromiseInitial Access
T1053.005Scheduled Task/Job: Scheduled TaskPersistence
T1176Browser ExtensionsPersistence
T1547.009Boot or Logon Autostart Execution: Shortcut ModificationPersistence
T1112Modify RegistryDefense Evasion

Generated Detections (Boilerplate)

These YARA and Sigma rules are auto-generated based on the family name and aliases. They must be heavily tuned before deployment in a production environment.

YARA Rule

rule MALWARE_WIN_PRESENOKER {
    meta:
        description = "Detects Presenoker (trojan_generic)"
        author = "SystemHelpdesk Boilerplate Generator"
        date = "2026-07-06"
    strings:
        $s1 = "presenoker" ascii wide nocase
    condition:
        uint16(0) == 0x5a4d and any of them
}

Sigma Rule

title: Suspicious Presenoker Activity
id: 18d0985406b6836cc5dee4b94da00c79
status: experimental
description: Detects generic indicators of the presenoker malware family.
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|endswith:
            - '\cmd.exe'
            - '\powershell.exe'
        CommandLine|contains:
            - "*presenoker*"
    condition: selection
level: medium

Containment & Response Steps

Ordered checklist for responders. Adapt to your environment and engage professional support for active incidents.

  1. Quarantine the endpoint to halt the continuous downloading of secondary adware modules and click-fraud traffic.
  2. Deploy specialized adware removal tools (like AdwCleaner) to automatically identify and strip the deep registry hooks and forced Group Policies.
  3. Audit the Windows Task Scheduler and delete any tasks associated with Presenoker or its bundled adware modules.
  4. Manually inspect all web browser shortcuts (<code>.lnk</code>), removing any appended URLs, and reset all browsers to factory defaults.

What to Avoid

Common mistakes during response to this family that can destroy evidence, spread the infection, or worsen recovery.

  1. Do not trust the uninstallers provided by the adware; they frequently execute secondary scripts to reinstall the software later.
  2. Avoid ignoring the infection; PPI networks frequently pivot to dropping banking trojans or ransomware if it is more profitable.

References & External Analysis

Related Families (Category: trojan_generic)

Explore other malware families in the same category:

Need help with an active incident? Published by the SystemHelpdesk team.

Machine-readable

Get this profile as JSON: https://jordanricky1604-ship-it.github.io/malware-families-catalog/api/presenoker.json

Ecosystem & Interactive Environments

This profile is part of the Malware Families Catalog, a public dataset of 2,899 malware families. The catalog is also published across our ecosystem: Hugging Face, Kaggle, Replit, StackBlitz, CodeSandbox, and CodePen.