This hypothesis targets the presence of XCF files, a proprietary format used by Adeline Software, which may indicate specific application usage or potential data staging by adversaries leveraging niche tools for file manipulation. Proactively hunting for these files in Azure Sentinel helps identify unusual file artifacts that could signal targeted activity or the use of specialized software for obfuscation or data exfiltration within the environment.
rule XCF_File_Format_by_Adeline_Software_additional: PEiD
{
strings:
$a = { 46 72 61 6D 65 4C 65 6E F4 0F }
condition:
$a at pe.entry_point
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
.xcf files on user workstations or shared network drives.
C:\Users\*\Documents\, C:\Users\*\Pictures\) or specific shared folders designated for creative assets (e.g., \\fileserver\marketing\projects\)..xcf-named container files or intermediate archives during the backup process on the local disk.
svc_backup, admin_backup) or located in standard backup staging directories (e.g., C:\ProgramData\Acronis\, C:\VeeamBackup\)..xcf files in project repositories synced via OneDrive for Business or SharePoint.
C:\Users\*\OneDrive - [Company]\Projects\) or specific development workspace paths (e.g., C:\dev\ui-assets\)..xcf files in the build workspace directory before conversion to PNG/JPG.