Firewall integrations

Fortinet

Elevate the power of your Fortinet Fortigate Firewall using by adding our Intelligence.

Palo Alto

Palo Alto Firewalls can be hardened with our threat intelligence as well.

Sophos XGS

Enhance the Sophos XGS Firewall with our threat intelligence.

OPNsense

Enhance your OPNsense Firewall with our threat intelligence using the native plugin.

SIEM integrations

Splunk

Splunk is a great platform, but without the right Threat Intelligence it's just a log server. Try our threat intelligence today. 

Microsoft Sentinel

One of the most used SIEM solutions should be enriched with the right Intelligence. At Q-Feeds you're at the right place!

Other

Luckily there are many other SIEM vendors whom support 3rd party threat intelligence.

Threat Intelligence Portal

Darkweb Monitoring

Darkweb monitoring is one of our services, not only for threat intelligence but also for you most important assets.

Threat Lookup

With Threat Lookup you get full insights in our IOC database, including full MITRE ATT&K mapping.

External Attack Surface Management

A toolset to check your external facing assets exposed on the internet

Vulnerability Scanner

A comprehensive vulnerability scanner which can scan your infrastructure and web applications

Brand Protection

Protect your brand for look-a-likes and potential phishing attempts

Services

TAXII Feeds & Server Software

TAXII/STIX2.1 standard. Both in form of feeds and server software available

Implementation

Need help with implementations? No worries, we have a strong network of partners who are able to help you.

Solutions

Enrich my SIEM

Elevate the power of your SIEM solution using by adding our Intelligence.

Enrich my Firewall

Firewalls can be hardened with our threat intelligence as well.

Prevent phishing

Enhance your protection against phishing

Achieve compliancy

Achieve compliancy by correlating the best threat intelligence to your logs

Futuristic eye design with circuits and geometric shapes.

Company

About

Read here all about Q-Feeds

News and Updates

Cybersecurity news and updates about us

Publications

All of our media coverage in one place

Become a reseller

Strengthen your portfolio with our comprehensive reseller program

Partner locator

Find our certified partners here

Contact

For all your questions or inquiries

Neural network representation of a human brain

Support

My Account

Access your account and manage your licenses

Downloads & Manuals

On this page you find white papers and manuals

Knowledge base

Our knowledge base full of implementation instructions

Start for free

Start your cyber security intelligence journey here

Abstract geometric wireframe human head

Exploring the role of COM in Windows-based cyber threats

Jun 27, 2026 | Threat Intelligence Research

COM Technology: A Key Vector for Malware Activities

TL;DR
Research into the Component Object Model (COM) reveals its dual-use nature, supporting both legitimate software and malicious activities. Analysts must understand its intricacies to detect and analyze malware leveraging COM for operations like lateral movement and persistence.

Main Analysis
COM is a critical technology in Windows, facilitating inter-process communication and enabling component reuse across different programming languages. Despite its legitimate applications, its design also allows threat actors to exploit it for various malicious purposes, including lateral movement, persistence, and data exfiltration. Understanding how malware utilizes COM is crucial for effective detection and analysis, particularly as the manual reverse engineering of COM-dependent binaries can be complex and labor-intensive.

In-depth analysis of COM-based binaries involves understanding the structures involved, particularly Component Object Model class identifiers (CLSIDs) and interface identifiers (IIDs). These identifiers represent classes and interfaces respectively, which facilitate interactions between different software components. Analysts often encounter opaque GUIDs in malicious binaries, necessitating a transformation into meaningful data representations, especially when identifying what specific functions are executed within the COM infrastructure. Visual aids, such as diagrams illustrating the COM activation process and its relationships with traditional Windows processes, help clarify the operational flow of COM in both benign and nefarious contexts.

Malware such as Qakbot and Gh0stRAT showcases COM’s potential for malicious imperatives. These examples demonstrate how malware can automate tasks using legitimate components, often evading traditional detection mechanisms. The use of Task Scheduler through COM, for instance, allows malware to schedule tasks invisibly, complicating detection from telemetry systems that rely on straightforward executable activity reports. Additionally, cases such as Attor highlight how attackers exploit the Background Intelligent Transfer Service (BITS) via COM for covert data exfiltration and payload delivery.

Defensive Context
Organizations engaged in cybersecurity must prioritize awareness of COM usage in their environments, especially in sectors frequently targeted by financially motivated attackers. The activity of using COM becomes especially relevant when analyzing unusual processes or interactions that do not match standard operating behaviors or established telemetry reports. Enterprises already employing Windows automation or using COM-dependent applications should be particularly vigilant.

Why This Matters
The exploitation of COM by malware poses a tangible risk to local networks and organizational integrity. Analysts must recognize the specific scenarios where COM is leveraged, as this facilitates a range of automated and stealthy attacks against corporate resources.

Defender Considerations
Defensive actions should focus on enhancing the visibility of COM interactions within software ecosystems. Identifying known ProgIDs and GUIDs in binaries can be a straightforward step in hunting for malicious COM usage. Additionally, leveraging the outlined frameworks and tools for malware analysis can provide insight into how COM is being exploited.

Indicators of Compromise (IOCs)

  • Common ProgIDs: WScript.Shell, Shell.Application, MSXML2.XMLHTTP
  • Task Scheduler CLSID: {0F87369F-A4E5-4CFC-BD3E-73E6154572DD}
  • ITaskService IID: {2FABA4C7-4DA9-4013-9697-20CC3FD40F85}
  • Example byte patterns for the above identifiers can facilitate hunting efforts using YARA rules.

Click here for the full article

Try our Intelligence today!

Streamline your security operations with a free Q-Feeds trial and see the difference.

Other articles