SigmaHQ/rules/windows/builtin/win_susp_ldap_dataexchange.yml

31 lines
1.2 KiB
YAML
Raw Normal View History

2020-03-26 16:03:33 +00:00
title: Suspicious LDAP-Attributes Used
2020-03-26 14:13:36 +00:00
id: d00a9a72-2c09-4459-ad03-5e0a23351e36
description: Detects the usage of particular AttributeLDAPDisplayNames, which are known for data exchange via LDAP by the tool LDAPFragger and are additionally not commonly used in companies.
2020-03-26 14:13:36 +00:00
status: experimental
date: 2019/03/24
modified: 2020/08/23
2020-03-26 14:13:36 +00:00
author: xknow @xknow_infosec
references:
- https://medium.com/@ivecodoe/detecting-ldapfragger-a-newly-released-cobalt-strike-beacon-using-ldap-for-c2-communication-c274a7f00961
- https://blog.fox-it.com/2020/03/19/ldapfragger-command-and-control-over-ldap-attributes/
- https://github.com/fox-it/LDAPFragger
tags:
- attack.t1071 # an old one
- attack.t1001.003
- attack.command_and_control
2020-03-26 14:13:36 +00:00
logsource:
product: windows
service: security
detection:
selection:
EventID: 5136
AttributeValue: '*'
AttributeLDAPDisplayName:
- 'primaryInternationalISDNNumber'
- 'otherFacsimileTelephoneNumber'
- 'primaryTelexNumber'
condition: selection
falsepositives:
- Companies, who may use these default LDAP-Attributes for personal information
2020-03-26 15:56:06 +00:00
level: high