EXPLORE
← Back to Explore
sigmahighHunting

Suspicious Parent Double Extension File Execution

Detect execution of suspicious double extension files in ParentCommandLine

MITRE ATT&CK

defense-evasion

Detection Query

selection:
  - ParentImage|endswith:
      - .doc.lnk
      - .docx.lnk
      - .xls.lnk
      - .xlsx.lnk
      - .ppt.lnk
      - .pptx.lnk
      - .rtf.lnk
      - .pdf.lnk
      - .txt.lnk
      - .doc.js
      - .docx.js
      - .xls.js
      - .xlsx.js
      - .ppt.js
      - .pptx.js
      - .rtf.js
      - .pdf.js
      - .txt.js
  - ParentCommandLine|contains:
      - .doc.lnk
      - .docx.lnk
      - .xls.lnk
      - .xlsx.lnk
      - .ppt.lnk
      - .pptx.lnk
      - .rtf.lnk
      - .pdf.lnk
      - .txt.lnk
      - .doc.js
      - .docx.js
      - .xls.js
      - .xlsx.js
      - .ppt.js
      - .pptx.js
      - .rtf.js
      - .pdf.js
      - .txt.js
condition: selection

Author

frack113, Nasreddine Bencherchali (Nextron Systems)

Created

2023-01-06

Data Sources

windowsProcess Creation Events

Platforms

windows

Tags

attack.defense-evasionattack.t1036.007
Raw Content
title: Suspicious Parent Double Extension File Execution
id: 5e6a80c8-2d45-4633-9ef4-fa2671a39c5c
related:
    - id: 1cdd9a09-06c9-4769-99ff-626e2b3991b8 # Image/CommandLine
      type: derived
status: test
description: Detect execution of suspicious double extension files in ParentCommandLine
references:
    - https://www.virustotal.com/gui/file/7872d8845a332dce517adae9c3389fde5313ff2fed38c2577f3b498da786db68/behavior
    - https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/bluebottle-banks-targeted-africa
author: frack113, Nasreddine Bencherchali (Nextron Systems)
date: 2023-01-06
modified: 2023-02-28
tags:
    - attack.defense-evasion
    - attack.t1036.007
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        - ParentImage|endswith:
              - '.doc.lnk'
              - '.docx.lnk'
              - '.xls.lnk'
              - '.xlsx.lnk'
              - '.ppt.lnk'
              - '.pptx.lnk'
              - '.rtf.lnk'
              - '.pdf.lnk'
              - '.txt.lnk'
              - '.doc.js'
              - '.docx.js'
              - '.xls.js'
              - '.xlsx.js'
              - '.ppt.js'
              - '.pptx.js'
              - '.rtf.js'
              - '.pdf.js'
              - '.txt.js'
        - ParentCommandLine|contains:
              - '.doc.lnk'
              - '.docx.lnk'
              - '.xls.lnk'
              - '.xlsx.lnk'
              - '.ppt.lnk'
              - '.pptx.lnk'
              - '.rtf.lnk'
              - '.pdf.lnk'
              - '.txt.lnk'
              - '.doc.js'
              - '.docx.js'
              - '.xls.js'
              - '.xlsx.js'
              - '.ppt.js'
              - '.pptx.js'
              - '.rtf.js'
              - '.pdf.js'
              - '.txt.js'
    condition: selection
falsepositives:
    - Unknown
level: high