blacklist

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2018 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlacklistedHostname

type BlacklistedHostname struct {
	Hostname          string   `bson:"hostname"`
	Connections       int      `bson:"conn"`
	UniqueConnections int      `bson:"uconn"`
	TotalBytes        int      `bson:"total_bytes"`
	Lists             []string `bson:"lists"`
	ConnectedHosts    []string `bson:",omitempty"`
}

BlacklistedHostname holds information on a blacklisted hostname and the summary statistics associated with the hosts behind the hostname

type BlacklistedIP

type BlacklistedIP struct {
	IP                string   `bson:"ip"`
	Connections       int      `bson:"conn"`
	UniqueConnections int      `bson:"uconn"`
	TotalBytes        int      `bson:"total_bytes"`
	Lists             []string `bson:"lists"`
	ConnectedHosts    []string `bson:",omitempty"`
}

BlacklistedIP holds information on a blacklisted IP address and the summary statistics on the host

type BlacklistedURL

type BlacklistedURL struct {
	Host              string   `bson:"host"`
	Resource          string   `bson:"resource"`
	Connections       int      `bson:"conn"`
	UniqueConnections int      `bson:"uconn"`
	TotalBytes        int      `bson:"total_bytes"`
	Lists             []string `bson:"lists"`
	ConnectedHosts    []string `bson:",omitempty"`
}

BlacklistedURL holds information on a blacklisted URL and the summary statistics associated with the hosts behind the url

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL