https://github.com/bs5q/honeypot
Honeypot detects online threats, alerts, and reports for safer internet environments. 🐝
https://github.com/bs5q/honeypot
checker golang honeypot honeypotcheck malicous sec security
Last synced: 6 months ago
JSON representation
Honeypot detects online threats, alerts, and reports for safer internet environments. 🐝
- Host: GitHub
- URL: https://github.com/bs5q/honeypot
- Owner: bs5q
- Created: 2023-12-16T18:28:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T18:46:20.000Z (over 2 years ago)
- Last Synced: 2024-06-20T20:54:39.288Z (about 2 years ago)
- Topics: checker, golang, honeypot, honeypotcheck, malicous, sec, security
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Honeypot System 🍯🛡️
Honeypot detects potential threats, alerts, and reports to a Telegram bot, im adding AbuseIPDB reports soon.
## Features
- Simulates handling connections and logs potential attack patterns.
- Sends alerts to Telegram on potential threats.
- Reports malicious IPs to AbuseIPDB. `SOON`
## Prerequisites
- Go installed on your machine.
- A valid Telegram bot token for receiving alerts.
- (Optional) An AbuseIPDB API key for reporting malicious IPs. `SOON`
## Configuration
1. Edit the `config.json` file based i provided.
2. Replace placeholder values with your Telegram bot token.
## How to Run
1. Open a terminal window.
2. Navigate to the project directory.
3. Run the following commands:
```bash
go build
./honeypot