An open API service indexing awesome lists of open source software.

https://github.com/sefinek/ufw-integration-scripts


https://github.com/sefinek/ufw-integration-scripts

Last synced: 5 months ago
JSON representation

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 |