mirror of
https://github.com/r-smith/deceptifeed.git
synced 2025-11-02 05:03:42 +00:00
Compare commits
4 Commits
v0.62.0
...
9e14d3886a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e14d3886a | ||
|
|
abaa098099 | ||
|
|
62b166c62a | ||
|
|
53fd03cd46 |
14
README.md
14
README.md
@@ -167,7 +167,7 @@ Here is a breakdown of the arguments:
|
||||
- **Honeypot Servers:**
|
||||
- Run any number of honeypot services simultaneously.
|
||||
- Honeypots are low interaction (no simulated environments for attackers to access).
|
||||
- **SSH honeyot:** Record and reject login attempts to a fake SSH service.
|
||||
- **SSH honeypot:** Record and reject login attempts to a fake SSH service.
|
||||
- **HTTP/HTTPS honeypot:** Record requested URLs and HTTP headers.
|
||||
- **Generic TCP/UDP services:** Record data sent by connecting clients.
|
||||
- **Threat Feed Server:**
|
||||
@@ -228,15 +228,15 @@ $ curl http://threatfeed.example.com:9000/json
|
||||
"threat_feed": [
|
||||
{
|
||||
"ip": "10.32.16.110",
|
||||
"added": "2024-11-12T16:18:36-08:00",
|
||||
"last_seen": "2024-11-15T04:27:59-08:00",
|
||||
"threat_score": 27
|
||||
"added": "2025-02-12T16:18:36-08:00",
|
||||
"last_seen": "2025-03-15T04:27:59-08:00",
|
||||
"observations": 27
|
||||
},
|
||||
{
|
||||
"ip": "192.168.2.21",
|
||||
"added": "2024-11-14T23:09:11-08:00",
|
||||
"last_seen": "2024-11-17T00:40:51-08:00",
|
||||
"threat_score": 51
|
||||
"added": "2025-04-02T23:09:11-08:00",
|
||||
"last_seen": "2025-04-08T00:40:51-08:00",
|
||||
"observations": 51
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 58 KiB |
Reference in New Issue
Block a user