Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildBlacklistedCollections ¶
BuildBlacklistedCollections builds the blacklisted sources, blacklisted destinations, blacklist hostnames, and blacklisted urls collections
Types ¶
type SrcIPGroup ¶
type SrcIPGroup struct { ID bson.ObjectId `bson:"_id,omitempty"` TotalBytes int `bson:"total_bytes"` TotalConns int `bson:"total_conn"` }
SrcIPGroup holds information used to find the number of unique connections, total connections, and total bytes for a blacklisted url, but are grouped by the ip that connected to the blacklisted url
Click to show internal directories.
Click to hide internal directories.