This detection identifies potential malicious activity from the MicroJoiner17coban2k process, which may indicate an adversary leveraging a legitimate utility for initial access or lateral movement within the environment. The SOC team should proactively hunt for this behavior in Azure Sentinel to validate whether observed instances represent benign administrative tasks or early-stage indicators of compromise that require deeper investigation.
rule MicroJoiner17coban2k
{
meta:
author="malware-lu"
strings:
$a0 = { BF 00 10 40 00 8D 5F 21 6A 0A 58 6A 04 59 60 57 E8 8E 00 00 00 }
condition:
$a0 at pe.entry_point
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the MicroJoiner17coban2k detection rule, along with recommended filters and exclusions:
Scenario: Microsoft Endpoint Configuration Manager (SCCM) Application Deployment
ccmexec.exe) frequently executes a background process named microjoiner to deploy software updates or join devices to specific groups during the nightly maintenance window. This triggers the YARA rule due to the executable’s signature matching the detection logic.C:\Windows\CCM\ccmexec.exe and the file path contains \Microsoft Endpoint Configuration Manager\. Alternatively, add a filter for process names ending in .exe running under the NT SERVICE\CcmExec user context.Scenario: Windows Scheduled Task “MicroJoiner Health Check”
TaskName: MicroJoiner_DailyHealth) runs every morning at 06:00 AM to validate device connectivity and join status. The task executes a local script that invokes the microjoiner utility, causing the YARA rule to flag it as a potential new or suspicious execution.MicroJoiner_DailyHealth) or exclude executions where the command line arguments contain /health-check. This can be implemented by filtering events with TaskName matching the regex ^MicroJoiner.*.Scenario: Group Policy Object (GPO) Startup Script Execution
microjoiner.exe --mode=init on all joined workstations. This occurs during user logon, often coinciding with other