Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohith6/logging-hijacks
Log Analysis of Telnet session hijacking via MAC address spoofing using cowrie Honeypots
https://github.com/mohith6/logging-hijacks
behaviour-analysis cowrie-honeypot loganalysis macaddress-spoofing maninthemiddleattack telnet-session wireshark
Last synced: 7 days ago
JSON representation
Log Analysis of Telnet session hijacking via MAC address spoofing using cowrie Honeypots
- Host: GitHub
- URL: https://github.com/mohith6/logging-hijacks
- Owner: mohith6
- License: bsd-3-clause
- Created: 2024-12-25T08:50:33.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-25T08:58:43.000Z (14 days ago)
- Last Synced: 2024-12-25T09:29:13.323Z (14 days ago)
- Topics: behaviour-analysis, cowrie-honeypot, loganalysis, macaddress-spoofing, maninthemiddleattack, telnet-session, wireshark
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logging-hijacks
Log Analysis of Telnet session hijacking via MAC address spoofing using cowrie Honeypots# Cowrie Traffic Monitor
## Overview
This package monitors network traffic and analyzes suspicious activities such as Telnet session hijacking and MAC address spoofing using the Cowrie Honeypot. It captures network packets, correlates suspicious IP and MAC addresses with Cowrie logs, and logs suspicious activities.## Requirements
- Python 3
- Dependencies: `scapy`, `pyshark`, `requests`, `pandas`
- Wireshark/tcpdump installed for packet capture