Files
blue-team-tools/rules/windows/builtin/win_metasploit_authentication.yml
T

32 lines
903 B
YAML
Raw Normal View History

2020-05-06 17:04:47 +02:00
title: Metasploit SMB Authentication
2020-05-06 16:42:27 +02:00
description: Alerts on Metasploit host's authentications on the domain.
2020-05-06 17:04:47 +02:00
id: 72124974-a68b-4366-b990-d30e0b2a190d
2020-05-06 16:42:27 +02:00
author: Chakib Gzenayi (@Chak092), Hosni Mribah
2020-05-06 17:04:47 +02:00
date: 2020/05/06
modified: 2020/08/23
2020-07-13 17:37:03 +02:00
references:
- https://github.com/rapid7/metasploit-framework/blob/master/lib/rex/proto/smb/client.rb
2020-05-06 16:42:27 +02:00
tags:
- attack.lateral_movement
- attack.t1077 # an old one
- attack.t1021.002
2020-05-06 16:42:27 +02:00
logsource:
product: windows
service: security
detection:
selection1:
EventID:
- 4625
- 4624
LogonType: 3
AuthenticationPackage: 'NTLM'
2020-05-07 14:42:00 +02:00
WorkstationName|re: '^[A-Za-z0-9]{16}$'
2020-05-06 16:42:27 +02:00
selection2:
ProcessName:
2020-05-06 16:44:19 +02:00
EventID: 4776
2020-05-07 14:42:00 +02:00
SourceWorkstation|re: '^[A-Za-z0-9]{16}$'
2020-05-06 16:42:27 +02:00
condition: selection1 OR selection2
falsepositives:
- Linux hostnames composed of 16 characters.
level: high