Techniques
Sample rules
Accepted Default Telnet Port Connection
- source: elastic
- technicques:
- T1021
- T1190
Description
This rule detects network events that may indicate the use of Telnet traffic. Telnet is commonly used by system administrators to remotely control older or embedded systems using the command line shell. It should almost never be directly exposed to the Internet, as it is frequently targeted and exploited by threat actors as an initial access or backdoor vector. As a plain-text protocol, it may also expose usernames and passwords to anyone capable of observing the traffic.
Detection logic
(event.dataset:network_traffic.flow or event.category:(network or network_traffic))
and event.type:connection and not event.action:(
flow_dropped or flow_denied or denied or deny or
flow_terminated or timeout or Reject or network_flow)
and destination.port:23