Detects phishing malware in AhnLab EPP V3 malware alert logs.
Overview
| Priority | Low |
|---|---|
| Type | Stream |
| Log schema | ahnlab-epp-v3-malware |
| Message | 안랩 EPP V3 피싱 탐지: 호스트 $host_ip, 악성코드 $signature |
| Output field order | _log_time, hostname, host_ip, emp_name, dept_name, signature, file_path, file_status, md5 |
| MITRE Techniques | T1566.001 Spearphishing Attachment |
| MITRE tactics | TA0001 Initial Access |
Query
1| search signature == "Phishing/*" or signature == "X97M/*"
The AhnLab V3 antivirus engine detects phishing malware with signatures such as
Phishing/PDF.Qshing.XG103, Phishing/HTML.FakeLogin.SC257918, X97M/Laroux, etc.
Therefore, alerts are extracted when the signature value starts with Phishing/ or X97M/.
Target logger models
- AhnLab EPP syslog
Threat analysis
- Phishing malware entices users to open documents (PDF, HTML, Office macros, etc.) to steal credentials, execute malicious scripts, or download additional malware.
Phishing/andX97M/signatures represent initial access attempts involving email-based spear-phishing, fake login HTML pages, and macro-based malicious documents that depend on user interaction.- The presence of such files indicates that the user may have already opened a malicious document—or is likely to do so—requiring immediate verification and user protection.
False positives
- Detections may occur when the operations or security team tests internal training materials or phishing simulation documents.
- A small number of legitimate Office documents containing macros may be falsely detected as
X97M/.
Response actions
- Verify the source of the detected file (email sender, download path, etc.) and determine whether the user actually opened the file.
- If the malicious document was executed, analyze the endpoint’s process tree, download history, and script execution traces to identify further compromise.
- Check whether the same phishing email has spread across the organization and apply blocking or user warning measures accordingly.
- Strengthen protections against document-based malware by enforcing macro blocking policies and automatic quarantine of suspicious documents.