Detection rules › Sigma

Aruba Network Service Potential DLL Sideloading

Status
test
Severity
high
Log source
product windows, category image_load
Author
Nasreddine Bencherchali (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects potential DLL sideloading activity via the Aruba Networks Virtual Intranet Access "arubanetsvc.exe" process using DLL Search Order Hijacking

MITRE ATT&CK coverage

Event coverage

ProviderEventTitle
SysmonEvent ID 7Image loaded

Rule body yaml

title: Aruba Network Service Potential DLL Sideloading
id: 90ae0469-0cee-4509-b67f-e5efcef040f7
status: test
description: Detects potential DLL sideloading activity via the Aruba Networks Virtual Intranet Access "arubanetsvc.exe" process using DLL Search Order Hijacking
references:
    - https://twitter.com/wdormann/status/1616581559892545537?t=XLCBO9BziGzD7Bmbt8oMEQ&s=09
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023-01-22
modified: 2023-03-15
tags:
    - attack.privilege-escalation
    - attack.persistence
    - attack.execution
    - attack.stealth
    - attack.t1574.001
logsource:
    category: image_load
    product: windows
detection:
    selection:
        Image|endswith: '\arubanetsvc.exe'
        ImageLoaded|endswith:
            - '\wtsapi32.dll'
            - '\msvcr100.dll'
            - '\msvcp100.dll'
            - '\dbghelp.dll'
            - '\dbgcore.dll'
            - '\wininet.dll'
            - '\iphlpapi.dll'
            - '\version.dll'
            - '\cryptsp.dll'
            - '\cryptbase.dll'
            - '\wldp.dll'
            - '\profapi.dll'
            - '\sspicli.dll'
            - '\winsta.dll'
            - '\dpapi.dll'
    filter:
        ImageLoaded|startswith:
            - 'C:\Windows\System32\'
            - 'C:\Windows\SysWOW64\'
            - 'C:\Windows\WinSxS\'
    condition: selection and not filter
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

selection and not filter

Stage 1: selection

selection:
    Image|endswith: '\arubanetsvc.exe'
    ImageLoaded|endswith:
        - '\wtsapi32.dll'
        - '\msvcr100.dll'
        - '\msvcp100.dll'
        - '\dbghelp.dll'
        - '\dbgcore.dll'
        - '\wininet.dll'
        - '\iphlpapi.dll'
        - '\version.dll'
        - '\cryptsp.dll'
        - '\cryptbase.dll'
        - '\wldp.dll'
        - '\profapi.dll'
        - '\sspicli.dll'
        - '\winsta.dll'
        - '\dpapi.dll'

Stage 2: not filter

filter:
    ImageLoaded|startswith:
        - 'C:\Windows\System32\'
        - 'C:\Windows\SysWOW64\'
        - 'C:\Windows\WinSxS\'

Exclusions

Top-level NOT(...) conjuncts: predicates this rule actively suppresses.

FieldKindExcluded values
ImageLoadedstarts_withC:\Windows\SysWOW64\
ImageLoadedstarts_withC:\Windows\System32\
ImageLoadedstarts_withC:\Windows\WinSxS\

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
Imageends_with
  • \arubanetsvc.exe
ImageLoadedends_with
  • \cryptbase.dll corpus 2 (sigma 2)
  • \cryptsp.dll corpus 2 (sigma 2)
  • \dbgcore.dll corpus 6 (sigma 6)
  • \dbghelp.dll corpus 6 (sigma 6)
  • \dpapi.dll
  • \iphlpapi.dll corpus 2 (sigma 2)
  • \msvcp100.dll
  • \msvcr100.dll
  • \profapi.dll corpus 2 (sigma 2)
  • \sspicli.dll corpus 2 (sigma 2)
  • \version.dll corpus 2 (sigma 2)
  • \wininet.dll corpus 2 (sigma 2)
  • \winsta.dll corpus 2 (sigma 2)
  • \wldp.dll corpus 2 (sigma 2)
  • \wtsapi32.dll corpus 2 (sigma 2)