Windows network connections initiated by AddinUtil.exe

Alerts on network connections initiated by Addinutil.exe, which is uncommon for this utility on Windows.

FreeReviewedSigma · High · v2
Product
windows
Category
network_connection
Author
Michael McKinley (@McKinleyMike), Tony Latteri (@TheLatteri) (SigmaHQ), DRL 1.1
Published
2023-09-18
Updated
2026-07-31
title: Windows network connections initiated by AddinUtil.exe
id: 7171883e-5169-4dfd-83f1-3de03e3180ad
status: test
description: This rule flags network connections where Initiated is true and the initiating process image ends with Addinutil.exe. Addinutil.exe is not expected to normally start outbound network communication, so unexpected activity may indicate attacker abuse for command-and-control. It relies on Windows network connection telemetry that includes the initiating process identifier and image path.
references:
  - https://www.blue-prints.blog/content/blog/posts/lolbin/addinutil-lolbas.html
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/network_connection/net_connection_win_addinutil_initiated.yml
author: Michael McKinley (@McKinleyMike), Tony Latteri (@TheLatteri), Huntrule Team
date: 2023-09-18
modified: 2024-07-16
tags:
  - attack.stealth
  - attack.t1218
logsource:
  category: network_connection
  product: windows
detection:
  selection:
    Initiated: "true"
    Image|endswith: \addinutil.exe
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: 5205613d-2a63-4412-a895-3a2458b587b3
    type: derived