Neoreklami

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

Overview

Adware:Win32/Neoreklami is a pervasive, Russian-originating adware framework that aggressively monetizes infected endpoints by injecting unwanted advertisements, hijacking search traffic, and installing Potentially Unwanted Programs (PUPs).

Understanding Neoreklami
To the average user, Neoreklami causes severe browser degradation. It floods the screen with Russian-language pop-ups, injects hyperlinked text into legitimate websites, and redirects search queries to affiliate portals (like Yandex or Mail.ru). For security analysts, Neoreklami represents a persistent nuisance and a compliance risk, as it actively harvests browsing data to generate targeted advertising revenue for its operators.

Execution and Evasion Strategies
Neoreklami is primarily distributed via Pay-Per-Install (PPI) software bundlers hosted on Eastern European file-sharing sites. Users are tricked into installing it alongside freeware or pirated software. Once executed, it drops malicious extensions across all installed browsers (Chrome, Firefox, Edge). It establishes persistence by modifying the Windows Registry (HKCU\Software\Microsoft\Windows\CurrentVersion\Run) and frequently drops a watchdog service to reinstall any components the user attempts to remove. Neoreklami frequently alters browser shortcut files (.lnk) to append its tracking URLs.

Indicators of Compromise (IoCs)
Threat hunters will observe a massive spike in outbound HTTP/HTTPS connections to known Russian affiliate tracking domains. The %ProgramFiles% and %AppData% directories will rapidly fill with randomly named folders containing unwanted software. The impact is a severely bloated endpoint, compromised search privacy, and significant user frustration.

MITRE ATT&CK Techniques

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

TechniqueNameTactic
T1189Drive-by CompromiseInitial Access
T1176Browser ExtensionsPersistence
T1112Modify RegistryDefense Evasion
T1547.009Boot or Logon Autostart Execution: Shortcut ModificationPersistence
T1105Ingress Tool TransferCommand and Control

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_NEOREKLAMI {
    meta:
        description = "Detects Neoreklami (adware)"
        author = "SystemHelpdesk Boilerplate Generator"
        date = "2026-07-06"
    strings:
        $s1 = "neoreklami" ascii wide nocase
    condition:
        uint16(0) == 0x5a4d and any of them
}

Sigma Rule

title: Suspicious Neoreklami Activity
id: 93dd7d6602a090046a42f2692260c9fb
status: experimental
description: Detects generic indicators of the neoreklami malware family.
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|endswith:
            - '\cmd.exe'
            - '\powershell.exe'
        CommandLine|contains:
            - "*neoreklami*"
    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 payloads and stop the exfiltration of tracking data.
  2. Deploy specialized adware removal tools (like AdwCleaner) to locate and strip the forced Group Policies, Windows Services, and deep registry hooks.
  3. Manually audit every web browser shortcut (<code>.lnk</code>) on the system and remove any appended Neoreklami URLs from the 'Target' field.
  4. Reset all web browsers (Chrome, Edge, Firefox) to their factory defaults to completely purge the rogue extensions.

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; the tracking infrastructure actively harvests browsing habits, which may include access to sensitive corporate portals.

References & External Analysis

Related Families (Category: adware)

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/neoreklami.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.