apt_actor_tran_duy_linh

YARA-2025-1093 Medium general Active
No description available for this rule
apt_actor_tran_duy_linh.yar Valid Syntax
 rule apt_actor_tran_duy_linh
{
       meta:
         info = "author"
		 reference = "http://blog.malwaretracker.com/2013/06/tomato-garden-campaign-part-2-old-new.html"
       strings:
      $auth = { 4E 6F 72 6D 61 6C 2E 64 6F 74 6D 00 1E 00 00 00 10 00 00 00 54 72 61 6E 20 44 75 79 20 4C 69 6E 68 }

       condition:
               $auth
}

Rule Metadata

info
author
reference
http://blog.malwaretracker.com/2013/06/tomato-garden-campaign-part-2-old-new.html

String Definitions

{"name":"$auth","value":"{ 4E 6F 72 6D 61 6C 2E 64 6F 74 6D 00 1E 00 00 00 10 00 00 00 54 72 61 6E 20 44 75 79 20 4C 69 6E 68 }"}

Threat Analysis

This YARA rule is designed to detect general threats.

Severity Level: Medium

The rule uses pattern matching to identify specific byte sequences, strings, or behavioral patterns associated with malicious activity.

Detection Capabilities

  • File-based detection for executables and documents
  • Memory scanning for running processes
  • Network traffic analysis support

Command Line Usage

# Scan a single file
yara apt_actor_tran_duy_linh.yar /path/to/suspicious/file

# Scan a directory recursively
yara -r apt_actor_tran_duy_linh.yar /path/to/directory/

# Scan with metadata output
yara -m apt_actor_tran_duy_linh.yar target_file

# Scan process memory (Linux)
yara apt_actor_tran_duy_linh.yar /proc/[pid]/exe

Integration Examples

Python (yara-python)

import yara
rules = yara.compile(filepath='apt_actor_tran_duy_linh.yar')
matches = rules.match('/path/to/file')

ClamAV Integration

clamscan --yara-rules=apt_actor_tran_duy_linh.yar /path/to/scan

Rule Information

YARA ID
YARA-2025-1093
Author
Unknown
Created
August 19, 2025
Last Updated
August 19, 2025
Last Imported
Never

Threat Intelligence

Risk Level Medium
Category general
Detection Confidence Analysis Pending
False Positive Rate Not Available
Last Seen in Wild No Data

Export Options