This hunt targets adversary behavior where malicious processes, specifically indicative of PolishBankRAT, expose hardcoded strings that may reveal sensitive configuration details or command-and-control infrastructure. Proactively hunting for these artifacts in Azure Sentinel is critical to identify early-stage infections and potential data leakage before the malware executes its full payload capabilities.
This YARA rule can be deployed in the following contexts:
This rule contains 7 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the PolishBankRAT_fdsvc detection rule, including suggested filters and exclusions:
Scheduled Backup of Legacy Financial Archives
VeeamAgent.exe and its child processes. Additionally, add a path-based filter to ignore files within the \Finance\Legacy_Archives\ directory during non-business hours (01:00–05:00).Deployment of Customer Portal Updates via Octopus Deploy
appsettings.json) containing hardcoded API endpoints and Polish localization strings (e.g., “Konto Bankowe”, specific IBAN formats) that match the PolishBankRAT_fdsvc pattern. During the extraction phase, these text blocks trigger the rule before the application fully initializes.OctopusTentacle.exe) and any processes spawned by it. Implement a logic filter to suppress alerts if the detected strings appear within files with extensions .json, .xml, or .config located in the C:\Deployments\Staging\ directory.Automated Compliance Scanning by Splunk Universal Forwarder