hostname

package
v3.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2020 License: GPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnalysisView

type AnalysisView struct {
	Host              string   `bson:"host"`
	Connections       int      `bson:"conn_count"`
	UniqueConnections int      `bson:"uconn_count"`
	TotalBytes        int      `bson:"total_bytes"`
	ConnectedHosts    []string `bson:"ips,omitempty"`
}

AnalysisView (for reporting)

type Input added in v3.0.1

type Input struct {
	ResolvedIPs []string //Resolved IPs associated with a given hostname
	ClientIPs   []string //DNS Client IPs which issued queries for a given hostname
}

Input ....

type Repository

type Repository interface {
	CreateIndexes() error
	Upsert(domainMap map[string]*Input)
}

Repository for hostnames collection

func NewMongoRepository

func NewMongoRepository(res *resources.Resources) Repository

NewMongoRepository create new repository

Jump to

Keyboard shortcuts

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