Suspicious Image Load (taskschd.dll) from MS Office

Identifies a suspicious image load (taskschd.dll) from Microsoft Office processes. This behavior may indicate adversarial activity where a scheduled task is configured via Windows Component Object Model (COM). This technique can be used to configure persistence and evade monitoring by avoiding the usage of the traditional Windows binary (schtasks.exe) used to manage scheduled tasks.

Elastic rule (View on GitHub)

  1[metadata]
  2creation_date = "2020/11/17"
  3integration = ["endpoint", "windows"]
  4maturity = "production"
  5min_stack_comments = "New fields added: required_fields, related_integrations, setup"
  6min_stack_version = "8.3.0"
  7updated_date = "2024/03/28"
  8
  9[transform]
 10[[transform.osquery]]
 11label = "Osquery - Retrieve DNS Cache"
 12query = "SELECT * FROM dns_cache"
 13
 14[[transform.osquery]]
 15label = "Osquery - Retrieve All Services"
 16query = "SELECT description, display_name, name, path, pid, service_type, start_type, status, user_account FROM services"
 17
 18[[transform.osquery]]
 19label = "Osquery - Retrieve Services Running on User Accounts"
 20query = """
 21SELECT description, display_name, name, path, pid, service_type, start_type, status, user_account FROM services WHERE
 22NOT (user_account LIKE '%LocalSystem' OR user_account LIKE '%LocalService' OR user_account LIKE '%NetworkService' OR
 23user_account == null)
 24"""
 25
 26[[transform.osquery]]
 27label = "Osquery - Retrieve Service Unsigned Executables with Virustotal Link"
 28query = """
 29SELECT concat('https://www.virustotal.com/gui/file/', sha1) AS VtLink, name, description, start_type, status, pid,
 30services.path FROM services JOIN authenticode ON services.path = authenticode.path OR services.module_path =
 31authenticode.path JOIN hash ON services.path = hash.path WHERE authenticode.result != 'trusted'
 32"""
 33
 34[rule]
 35author = ["Elastic"]
 36description = """
 37Identifies a suspicious image load (taskschd.dll) from Microsoft Office processes. This behavior may indicate
 38adversarial activity where a scheduled task is configured via Windows Component Object Model (COM). This technique can
 39be used to configure persistence and evade monitoring by avoiding the usage of the traditional Windows binary
 40(schtasks.exe) used to manage scheduled tasks.
 41"""
 42from = "now-9m"
 43index = ["winlogbeat-*", "logs-endpoint.events.library-*", "logs-windows.sysmon_operational-*", "endgame-*"]
 44language = "eql"
 45license = "Elastic License v2"
 46name = "Suspicious Image Load (taskschd.dll) from MS Office"
 47note = """## Triage and analysis
 48
 49### Investigating Suspicious Image Load (taskschd.dll) from MS Office
 50
 51Microsoft Office, a widely used suite of productivity applications, is frequently targeted by attackers due to its popularity in corporate environments. These attackers exploit its extensive capabilities, like macro scripts in Word and Excel, to gain initial access to systems. They often use Office documents as delivery mechanisms for malware or phishing attempts, taking advantage of their trusted status in professional settings.
 52
 53`taskschd.dll` provides Command Object Model (COM) interfaces for the Windows Task Scheduler service, allowing developers to programmatically manage scheduled tasks.
 54
 55This rule looks for an MS Office process loading `taskschd.dll`, which may indicate an adversary abusing COM to configure a scheduled task. This can happen as part of a phishing attack, when a malicious office document registers the scheduled task to download the malware "stage 2" or to establish persistent access.
 56
 57> **Note**:
 58> This investigation guide uses the [Osquery Markdown Plugin](https://www.elastic.co/guide/en/security/master/invest-guide-run-osquery.html) introduced in Elastic Stack version 8.5.0. Older Elastic Stack versions will display unrendered Markdown in this guide.
 59
 60### Possible investigation steps
 61
 62- Analyze the host's scheduled tasks and explore the related Windows events to determine if tasks were created or deleted (Event IDs 4698 and 4699).
 63- Investigate any abnormal behavior by the subject process, such as network connections, registry or file modifications, and spawned child processes.
 64- Investigate other alerts associated with the user/host during the past 48 hours.
 65- Inspect the host for suspicious or abnormal behavior in the alert timeframe.
 66- Examine the files downloaded during the past 24 hours.
 67  - Identify files that are related or can be executed in MS Office.
 68  - Identify and analyze macros that these documents contain.
 69    - Identify suspicious traits in the office macros, such as encoded or encrypted sections.
 70- Retrieve the suspicious files identified in the previous step and determine if they are malicious:
 71  - Analyze the file using a private sandboxed analysis system.
 72  - Observe and collect information about the following activities in both the sandbox and the alert subject host:
 73    - Attempts to contact external domains and addresses.
 74      - Use the Elastic Defend network events to determine domains and addresses contacted by the subject process by filtering by the process' `process.entity_id`.
 75      - Examine the DNS cache for suspicious or anomalous entries.
 76        - $osquery_0
 77    - Use the Elastic Defend registry events to examine registry keys accessed, modified, or created by the related processes in the process tree.
 78    - Examine the host services for suspicious or anomalous entries.
 79      - $osquery_1
 80      - $osquery_2
 81      - $osquery_3
 82  - Retrieve the files' SHA-256 hash values using the PowerShell `Get-FileHash` cmdlet and search for the existence and reputation of the hashes in resources like VirusTotal, Hybrid-Analysis, CISCO Talos, Any.run, etc.
 83
 84### False positive analysis
 85
 86- This activity is unlikely to happen legitimately. Any activity that triggered the alert and is not inherently malicious must be monitored by the security team.
 87
 88### Related Rules
 89
 90- Suspicious WMI Image Load from MS Office - 891cb88e-441a-4c3e-be2d-120d99fe7b0d
 91
 92### Response and Remediation
 93
 94- Initiate the incident response process based on the outcome of the triage.
 95- Isolate the involved host to prevent further post-compromise behavior.
 96- If the triage identified malware, search the environment for additional compromised hosts.
 97  - Implement temporary network rules, procedures, and segmentation to contain the malware.
 98  - Stop suspicious processes.
 99  - Immediately block the identified indicators of compromise (IoCs).
100  - Inspect the affected systems for additional malware backdoors like reverse shells, reverse proxies, or droppers that attackers could use to reinfect the system.
101- Remove and block malicious artifacts identified during triage.
102- Run a full antimalware scan. This may reveal additional artifacts left in the system, persistence mechanisms, and malware components.
103- Investigate credential exposure on systems compromised or used by the attacker to ensure all compromised accounts are identified. Reset passwords for these accounts and other potentially compromised credentials, such as email, business systems, and web services.
104- Determine the initial vector abused by the attacker and take action to prevent reinfection through the same vector.
105  - If the malicious file was delivered via phishing:
106    - Block the email sender from sending future emails.
107    - Block the malicious web pages.
108    - Remove emails from the sender from mailboxes.
109    - Consider improvements to the security awareness program.
110- Using the incident response data, update logging and audit policies to improve the mean time to detect (MTTD) and the mean time to respond (MTTR).
111"""
112references = [
113    "https://medium.com/threatpunter/detecting-adversary-tradecraft-with-image-load-event-logging-and-eql-8de93338c16",
114    "https://www.clearskysec.com/wp-content/uploads/2020/10/Operation-Quicksand.pdf",
115]
116risk_score = 21
117rule_id = "baa5d22c-5e1c-4f33-bfc9-efa73bb53022"
118setup = """## Setup
119
120If enabling an EQL rule on a non-elastic-agent index (such as beats) for versions <8.2,
121events will not define `event.ingested` and default fallback for EQL rules was not added until version 8.2.
122Hence for this rule to work effectively, users will need to add a custom ingest pipeline to populate
123`event.ingested` to @timestamp.
124For more details on adding a custom ingest pipeline refer - https://www.elastic.co/guide/en/fleet/current/data-streams-pipeline-tutorial.html
125"""
126severity = "low"
127tags = ["Domain: Endpoint", "OS: Windows", "Use Case: Threat Detection", "Tactic: Persistence", "Tactic: Execution", "Data Source: Elastic Endgame", "Data Source: Elastic Defend", "Data Source: Sysmon"]
128timestamp_override = "event.ingested"
129type = "eql"
130
131query = '''
132any where host.os.type == "windows" and
133 (event.category : ("library", "driver") or (event.category == "process" and event.action : "Image loaded*")) and
134  process.name : ("WINWORD.EXE", "EXCEL.EXE", "POWERPNT.EXE", "MSPUB.EXE", "MSACCESS.EXE") and
135  (?dll.name : "taskschd.dll" or file.name : "taskschd.dll")
136'''
137
138
139[[rule.threat]]
140framework = "MITRE ATT&CK"
141[[rule.threat.technique]]
142id = "T1053"
143name = "Scheduled Task/Job"
144reference = "https://attack.mitre.org/techniques/T1053/"
145
146[[rule.threat.technique.subtechnique]]
147id = "T1053.005"
148name = "Scheduled Task"
149reference = "https://attack.mitre.org/techniques/T1053/005/"
150
151
152[rule.threat.tactic]
153id = "TA0003"
154name = "Persistence"
155reference = "https://attack.mitre.org/tactics/TA0003/"
156
157[[rule.threat]]
158framework = "MITRE ATT&CK"
159[[rule.threat.technique]]
160id = "T1053"
161name = "Scheduled Task/Job"
162reference = "https://attack.mitre.org/techniques/T1053/"
163
164[[rule.threat.technique.subtechnique]]
165id = "T1053.005"
166name = "Scheduled Task"
167reference = "https://attack.mitre.org/techniques/T1053/005/"
168
169
170[rule.threat.tactic]
171id = "TA0002"
172name = "Execution"
173reference = "https://attack.mitre.org/tactics/TA0002/"

Triage and analysis

Investigating Suspicious Image Load (taskschd.dll) from MS Office

Microsoft Office, a widely used suite of productivity applications, is frequently targeted by attackers due to its popularity in corporate environments. These attackers exploit its extensive capabilities, like macro scripts in Word and Excel, to gain initial access to systems. They often use Office documents as delivery mechanisms for malware or phishing attempts, taking advantage of their trusted status in professional settings.

taskschd.dll provides Command Object Model (COM) interfaces for the Windows Task Scheduler service, allowing developers to programmatically manage scheduled tasks.

This rule looks for an MS Office process loading taskschd.dll, which may indicate an adversary abusing COM to configure a scheduled task. This can happen as part of a phishing attack, when a malicious office document registers the scheduled task to download the malware "stage 2" or to establish persistent access.

Note: This investigation guide uses the Osquery Markdown Plugin introduced in Elastic Stack version 8.5.0. Older Elastic Stack versions will display unrendered Markdown in this guide.

Possible investigation steps

  • Analyze the host's scheduled tasks and explore the related Windows events to determine if tasks were created or deleted (Event IDs 4698 and 4699).
  • Investigate any abnormal behavior by the subject process, such as network connections, registry or file modifications, and spawned child processes.
  • Investigate other alerts associated with the user/host during the past 48 hours.
  • Inspect the host for suspicious or abnormal behavior in the alert timeframe.
  • Examine the files downloaded during the past 24 hours.
    • Identify files that are related or can be executed in MS Office.
    • Identify and analyze macros that these documents contain.
      • Identify suspicious traits in the office macros, such as encoded or encrypted sections.
  • Retrieve the suspicious files identified in the previous step and determine if they are malicious:
    • Analyze the file using a private sandboxed analysis system.
    • Observe and collect information about the following activities in both the sandbox and the alert subject host:
      • Attempts to contact external domains and addresses.
        • Use the Elastic Defend network events to determine domains and addresses contacted by the subject process by filtering by the process' process.entity_id.
        • Examine the DNS cache for suspicious or anomalous entries.
          • $osquery_0
      • Use the Elastic Defend registry events to examine registry keys accessed, modified, or created by the related processes in the process tree.
      • Examine the host services for suspicious or anomalous entries.
        • $osquery_1
        • $osquery_2
        • $osquery_3
    • Retrieve the files' SHA-256 hash values using the PowerShell Get-FileHash cmdlet and search for the existence and reputation of the hashes in resources like VirusTotal, Hybrid-Analysis, CISCO Talos, Any.run, etc.

False positive analysis

  • This activity is unlikely to happen legitimately. Any activity that triggered the alert and is not inherently malicious must be monitored by the security team.
  • Suspicious WMI Image Load from MS Office - 891cb88e-441a-4c3e-be2d-120d99fe7b0d

Response and Remediation

  • Initiate the incident response process based on the outcome of the triage.
  • Isolate the involved host to prevent further post-compromise behavior.
  • If the triage identified malware, search the environment for additional compromised hosts.
    • Implement temporary network rules, procedures, and segmentation to contain the malware.
    • Stop suspicious processes.
    • Immediately block the identified indicators of compromise (IoCs).
    • Inspect the affected systems for additional malware backdoors like reverse shells, reverse proxies, or droppers that attackers could use to reinfect the system.
  • Remove and block malicious artifacts identified during triage.
  • Run a full antimalware scan. This may reveal additional artifacts left in the system, persistence mechanisms, and malware components.
  • Investigate credential exposure on systems compromised or used by the attacker to ensure all compromised accounts are identified. Reset passwords for these accounts and other potentially compromised credentials, such as email, business systems, and web services.
  • Determine the initial vector abused by the attacker and take action to prevent reinfection through the same vector.
    • If the malicious file was delivered via phishing:
      • Block the email sender from sending future emails.
      • Block the malicious web pages.
      • Remove emails from the sender from mailboxes.
      • Consider improvements to the security awareness program.
  • Using the incident response data, update logging and audit policies to improve the mean time to detect (MTTD) and the mean time to respond (MTTR).

References

Related rules

to-top