https://github.com/sefinek/ufw-integration-scripts
https://github.com/sefinek/ufw-integration-scripts
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sefinek/ufw-integration-scripts
- Owner: sefinek
- Created: 2025-03-02T18:36:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-04T00:47:17.000Z (5 months ago)
- Last Synced: 2025-05-04T01:26:08.732Z (5 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Integration Scripts
- [AbuseIPDB](https://www.abuseipdb.com/user/158699)
- [SpamVerify](https://spamverify.com/user/108395000)
- [SniffCat]() (soon)## Terms
| Key | Description |
|-------------|------------------------------------------------------|
| `timestamp` | Event timestamp (UTC format) |
| `srcIp` | Source IP address (attacker) |
| `dstIp` | Destination IP address (victim/server) |
| `proto` | Protocol used (e.g., TCP, SSH, TELNET, MONGOD) |
| `spt` | Source port number |
| `dpt` | Destination port number |
| `in` | Incoming network interface name (e.g., enp1s0, ens3) |
| `out` | Outgoing network interface name |
| `mac` | MAC address information |
| `len` | Total packet length (in bytes) |
| `ttl` | Packet TTL (Time To Live) |
| `id` | Packet ID |
| `tos` | Type of Service field in IP header |
| `prec` | Precedence value in TOS field |
| `window` | TCP window size |
| `urgp` | TCP urgent pointer |