NetworkInterceptor icon indicating copy to clipboard operation
NetworkInterceptor copied to clipboard

Monitor and block outgoing network connections

NetworkInterceptor           download-on-hangar download-on-spigot

Overview

NetworkInterceptor detects and (optionally) blocks outgoing network connections. Some examples include:

  • Generally required:
    • player authentication (Mojang)
  • Generally good:
    • server version check (Minecraft variants: Paper, Spigot, etc.)
    • plugin version check
  • Generally not so good:
    • plugin auto-download and install
    • plugin arbitrary code download and execute
    • plugin data reporting

NetworkInterceptor installs a custom security manager into the Java runtime environment which logs and (optionally) blocks outgoing network connections. This allows server administrators easily to monitor the nature of connections made by plugins, and if they desire, prevent them.

Can it be bypassed?

A plugin with malicious intent could (most likely) find a way to bypass it.

More detailed analysis

For more detailed analysis of network traffic, we recommend trying Wireshark.

Commands

All NetworkInterceptor commands are accessible at the console, and in-game with appropriate permissions (default OP). Tab-completion is supported for all commands.

Version Support

NetworkInterceptor 3.1.5 is certified Spigot 1.13.2, 1.14.4, 1.15.2, 1.16.5, and 1.17.1, 1.18.2 and 1.19.4; Paper 1.16.5, 1.17.1, 1.18.2 and 1.19.3; BungeeCord 1.18-1615 and 1.19-x; Waterfall 1.19-x, and Velocity 3.1.0.

NetworkInterceptor may or may not work on previous Spigot releases or other non-Spigot variants.

Note: Only certified releases are supported.

The Wiki

NetworkInterceptor is completely documented on The Wiki. Please start there when you have questions. https://github.com/SlimeDog/NetworkInterceptor/wiki

And we'll never forget: NetworkInterceptor 1.0 was made with ❤️ by Luck. All credit for the original design and implementation belongs to him.