Cyber Lab
Spring 2024 - Week 6
https://l.acmcyber.com/s24-w6-lab
📣 Announcements
Cowrie
Quick Definitions
SSH (Secure Shell) - Network protocol for network services. Used for remote access to systems and servers and for file transfers (i.e. seasnet)
Telnet - way to remotely control a computer or device over a network using text commands
Ex: remotely accessing a network router to change settings
Quick Definitions - Server Ports
Essentially a virtual doorway that allows SSH connections to between devices. Facilitates communication to servers and can act as a security mechanism by opening and closing ports with each port having a unique number (i.e port 22, 23, etc.).
Quick Definitions - Honey Pot
A honeypot is an intentionally compromised decoy system set up to lure hackers and other cyber criminals into a controlled environment to help server owners protect and monitor their systems.
So What is Cowrie?
Cowrie is a medium to high interaction SSH and Telnet honeypot designed to log brute force attacks and the shell interaction performed by the attacker. It functions as an SSH and telnet proxy to observe attacker behavior to another system by “listening” to a port.
DEMO
Applications
Questions?