Atmabhuve

package module
v0.0.0-...-8541499 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2023 License: MIT Imports: 2 Imported by: 1

README

Atmabhuve

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Activetrigger

type Activetrigger struct {
	Trigger_Name   string    `json:"trigger_name" bson:"trigger_name"`
	Search_Filter  string    `json:"search_filter" bson:"search_filter"`
	Seconds_Before string    `json:"seconds_before" bson:"seconds_before"`
	Seconds_After  string    `json:"seconds_after" bson:"seconds_after"`
	Createdtime    time.Time `json:"createdtime" bson:"createdtime"`
	Nodeslist      string    `json:"nodeslist" bson:"nodeslist"`
}

type AdminToken

type AdminToken struct {
	Adminname   string `json:"adminname" bson:"adminname"`
	Createdtime int64  `json:"createdtime" bson:"createdtime"`
	Token       string `json:"token" bson:"token"`
	PivotToken  string `json:"pivottoken" bson:"pivottoken"`
}

type Augmentation

type Augmentation struct {
	Augtype string `json:"augtype" bson:"augtype"`
	Key     string `json:"key" bson:"key"`
	Value   string `json:"value" bson:"value"`
}

type Completedsearches

type Completedsearches struct {
	FMName          string `json:"FMName" bson:"FMName"`
	SearchName      string `json:"SearchName" bson:"SearchName"`
	Begintime       string `json:"Begintime" bson:"Begintime"`
	Endtime         string `json:"Endtime" bson:"Endtime"`
	MaxPackets      string `json:"MaxPackets" bson:"MaxPackets"`
	SearchFilter    string `json:"SearchFilter" bson:"SearchFilter"`
	Searchresult    string `json:"Searchresult" bson:"Searchresult"`
	Pcaplink        string `json:"Pcaplink" bson:"Pcaplink"`
	Metadatalink    string `json:"Metadatalink" bson:"Metadatalink"`
	Objectslink     string `json:"Objectslink" bson:"Objectslink"`
	Viewpacketslink string `json:"Viewpacketslink" bson:"Viewpacketslink"`
	Viewobjectslink string `json:"Viewobjectslink" bson:"Viewobjectslink"`
	SubmittedTime   string `json:"SubmittedTime" bson:"SubmittedTime"`
}

type Configuration

type Configuration struct {
	CreatedTime   time.Time `json:"CreatedTime" bson:"CreatedTime"`
	Type          string    `json:"Type" bson:"Type"`
	Primary       string    `json:"Primary" bson:"Primary"`
	File_Location string    `json:"File_Location" bson:"File_Location"`
}

type ELasticMDP

type ELasticMDP struct {
	Stime        int64  `json:"stime" bson:"stime"`
	Vlan         int16  `json:"vlan" bson:"vlan"`
	Dest_IP      string `json:"dest_ip" bson:"dest_ip"`
	Src_IP       string `json:"src_ip" bson:"src_ip"`
	Src_Port     string `json:"src_port" bson:"src_port"`
	Dest_Port    string `json:"dest_port" bson:"dest_port"`
	Proto        string `json:"proto" bson:"proto"`
	ByteCount    int    `json:"bytecount" bson:"bytecount"`
	PacketCount  int    `json:"packetcount" bson:"packetcount"`
	Event_Type   string `json:"event_type" bson:"event_type"`
	App_Proto    string `json:"app_proto" bson:"app_proto"`
	Community_ID string `json:"community_id" bson:"community_id"`
	Rtn          int64  `json:"rtn" bson:"rtn"`
}

type FMGroups

type FMGroups struct {
	GroupName            string `json:"groupname" bson:"groupname"`
	Groupcount           int64  `json:"groupcount" bson:"groupcount"`
	Aggregate_throughput int64  `json:"aggregate_throughput" bson:"aggregate_throughput"`
	UsersList            string `json:"userslist" bson:"userslist"`
}

type FMLdapUsers

type FMLdapUsers struct {
	Role     string `json:"role" bson:"role"`
	Username string `json:"username" bson:"username"`
}

type FMNodes

type FMNodes struct {
	AuthenticationMode string `json:"authenticationmode" bson:"authenticationmode"`
	Throughput         string `json:"throughput" bson:"throughput"`
	NodeName           string `json:"nodename" bson:"nodename"`
	Node_IP            string `json:"node_ip" bson:"node_ip"`
	UserName           string `json:"UserName" bson:"UserName"`
	Password           string `json:"Password" bson:"Password"`
	Token              string `json:"Token" bson:"Token"`
	GroupName          string `json:"groupname" bson:"groupname"`
	Port               string `json:"port" bson:"port"`
	Status             string `json:"status" bson:"status"`
	CompressionRatio   string `json:"compressionratio" bson:"compressionratio"`
	VirtualStorage     string `json:"virtualstorage" bson:"virtualstorage"`
	RealStorage        string `json:"realstorage" bson:"realstorage"`
	BeginTime          string `json:"begintime" bson:"begintime"`
	EndTime            string `json:"endtime" bson:"endtime"`
	License            string `json:"license" bson:"license"`
	CaptureMode        string `json:"capturemode" bson:"capturemode"`
	PreCaptureFilter   string `json:"precapturefilter" bson:"precapturefilter"`
	Duration           string `json:"duration" bson:"duration"`
	TimeZone           string `json:"timezone" bson:"timezone"`
	ServerInfo         string `json:"serverinfo" bson:"serverinfo"`
	Clusternodecount   string `json:"clusternodecount" bson:"clusternodecount"`
	Other              string `json:"other" bson:"other"`
	ServerIP           string `json:"serverip" bson:"serverip"`
	PercentIOWait      string `json:"percentiowait" bson:"percentiowait"`
	LoadAverage        string `json:"loadaverage" bson:"loadaverage"`
	Selected           bool   `json:"selected" bson:"selected"`
}

type FMRadiusUsers

type FMRadiusUsers struct {
	Role     string `json:"role" bson:"role"`
	Username string `json:"username" bson:"username"`
}

type FMSharePermissions

type FMSharePermissions struct {
	UserName  string `json:"username" bson:"username"`
	Grouplist string `json:"grouplist" bson:"grouplist"`
}

type GFMFMs

type GFMFMs struct {
	Regionname string `json:"regionname" bson:"regionname"`
	Ipaddress  string `json:"ipaddress" bson:"ipaddress"`
	FMName     string `json:"fmname" bson:"fmname"`
	Admintoken string `json:"admintoken" bson:"admintoken"`
	Username   string `json:"username" bson:"username"`
}

type GFMFNs

type GFMFNs struct {
	FMName   string `json:"fmname" bson:"fmname"`
	FMIP     string `json:"fmip" bson:"fmip"`
	NodeName string `json:"nodename" bson:"nodename"`
	NodeIP   string `json:"nodeip" bson:"nodeip"`
}

type GFMNodes

type GFMNodes struct {
	Nodename          string `json:"nodename" bson:"nodename"`
	Groupname         string `json:"groupname" bson:"groupname"`
	Token             string `json:"token" bson:"token"`
	Nodeip            string `json:"nodeip" bson:"nodeip"`
	Status            string `json:"status" bson:"status"`
	CaptureServerTime string `json:"captureservertime" bson:"captureservertime"`
	NodeCount         string `json:"nodecount" bson:"nodecount"`
	Throughput        string `json:"throughput" bson:"throughput"`
	License           string `json:"license" bson:"license"`
	Alerts            string `json:"alerts" bson:"alerts"`
	Tlsevents         string `json:"tlsevents" bson:"tlsevents"`
	Dnsevents         string `json:"dnsevents" bson:"dnsevents"`
	Httpevents        string `json:"httpevents" bson:"httpevents"`
	Fileevents        string `json:"fileevents" bson:"fileevents"`
	Smbevents         string `json:"smbevents" bson:"smbevents"`
	Totalevents       string `json:"totalevents" bson:"totalevents"`
	Flowevents        string `json:"flowevents" bson:"flowevents"`
	Smtpevents        string `json:"smtpevents" bson:"smtpevents"`
}

type GFMRegions

type GFMRegions struct {
	Regionname string `json:"regionname" bson:"regionname"`
}

type GetUser

type GetUser struct {
	Role     string `json:"role" bson:"role"`
	Username string `json:"username" bson:"username"`
}

type Idsrules

type Idsrules struct {
	Classname  string `json:"classname" bson:"classname"`
	Sid        string `json:"sid" bson:"sid"`
	Msg        string `json:"msg" bson:"msg"`
	Ruletype   string `json:"ruletype" bson:"ruletype"`
	Expirydate string `json:"expirydate" bson:"expirydate"`
}

type LogReceiver

type LogReceiver struct {
	ID          primitive.ObjectID `bson:"_id,omitempty"`
	Frequency   string             `json:"frequency" bson:"frequency"`
	Ipaddress   string             `json:"ipaddress" bson:"ipaddress"`
	Port        string             `json:"port" bson:"port"`
	Preferences string             `json:"preferences" bson:"preferences"`
}

type Mastersearchcompletedcollections

type Mastersearchcompletedcollections struct {
	SearchKey      string `json:"SearchKey" bson:"SearchKey"`
	MasterToken    string `json:"MasterToken" bson:"MasterToken"`
	SearchPorts    string `json:"SearchPorts" bson:"SearchPorts"`
	CaseName       string `json:"CaseName" bson:"CaseName"`
	SearchName     string `json:"SearchName" bson:"SearchName"`
	SubmittedTime  string `json:"SubmittedTime" bson:"SubmittedTime"`
	Begintime      string `json:"Begintime" bson:"Begintime"`
	Endtime        string `json:"Endtime" bson:"Endtime"`
	SearchFilter   string `json:"SearchFilter" bson:"SearchFilter"`
	MaxPacketCount string `json:"MaxPacketCount" bson:"MaxPacketCount"`
	SearchResult   string `json:"SearchResult" bson:"SearchResult"`
	MaxChunk       string `json:"MaxChunk" bson:"MaxChunk"`
	NodeName       string `json:"NodeName" bson:"NodeName"`
	SearchType     string `json:"SearchType" bson:"SearchType"`
}

type Mastersearchpendingcollections

type Mastersearchpendingcollections struct {
	ID            primitive.ObjectID `bson:"_id,omitempty"`
	SearchKey     string             `json:"SearchKey" bson:"SearchKey"`
	SearchName    string             `json:"SearchName" bson:"SearchName"`
	SubmittedTime string             `json:"SubmittedTime" bson:"SubmittedTime"`
	Begintime     string             `json:"Begintime" bson:"Begintime"`
	Endtime       string             `json:"Endtime" bson:"Endtime"`
	SearchFilter  string             `json:"SearchFilter" bson:"SearchFilter"`
	NodeName      string             `json:"NodeName" bson:"NodeName"`
	SearchStatus  string             `json:"SearchStatus" bson:"SearchStatus"`
	SearchType    string             `json:"SearchType" bson:"SearchType"`
}

type NCRoles

type NCRoles struct {
	RoleName       string `json:"rolename" bson:"rolename"`
	Groups         bool   `json:"groups" bson:"groups"`
	Policy         bool   `json:"policy" bson:"policy"`
	Licensing      bool   `json:"licensing" bson:"licensing"`
	MarkPcaps      bool   `json:"markPcaps" bson:"markPcaps"`
	Authentication bool   `json:"authentication" bson:"authentication"`
	Authorization  bool   `json:"authorization" bson:"authorization"`
	Auditing       bool   `json:"auditing" bson:"auditing"`
	Search         bool   `json:"search" bson:"search"`
}

type ParticularFMNodes

type ParticularFMNodes struct {
	NodeName string `json:"nodename" bson:"nodename"`
	Node_IP  string `json:"node_ip" bson:"node_ip"`
}

type Pendingsearches

type Pendingsearches struct {
	FMName       string `json:"FMName" bson:"FMName"`
	SearchName   string `json:"SearchName" bson:"SearchName"`
	Begintime    string `json:"Begintime" bson:"Begintime"`
	Endtime      string `json:"Endtime" bson:"Endtime"`
	MaxPackets   string `json:"MaxPackets" bson:"MaxPackets"`
	SearchFilter string `json:"SearchFilter" bson:"SearchFilter"`
	Searchresult string `json:"Searchresult" bson:"Searchresult"`
}

type Pivoting

type Pivoting struct {
	PivotToken string `json:"pivottoken" bson:"pivottoken"`
}

type PreCaptures

type PreCaptures struct {
	Filtername   string    `json:"filtername" bson:"filtername"`
	Searchfilter string    `json:"searchfilter" bson:"searchfilter"`
	Createdtime  time.Time `json:"createdtime" bson:"createdtime"`
	Nodeslist    string    `json:"nodeslist,omitempty" bson:"nodeslist,omitempty"`
}

type SearchCompletedCollections

type SearchCompletedCollections struct {
	SearchPorts         string `json:"SearchPorts" bson:"SearchPorts"`
	CaseName            string `json:"CaseName" bson:"CaseName"`
	SearchName          string `json:"SearchName" bson:"SearchName"`
	SubmittedTime       string `json:"SubmittedTime" bson:"SubmittedTime"`
	Begintime           string `json:"Begintime" bson:"Begintime"`
	Endtime             string `json:"Endtime" bson:"Endtime"`
	SearchFilter        string `json:"SearchFilter" bson:"SearchFilter"`
	LogSearchFilter     string `json:"LogSearchFilter" bson:"LogSearchFilter"`
	MaxPacketCount      string `json:"MaxPacketCount" bson:"MaxPacketCount"`
	TimezoneOffset      string `json:"TimezoneOffset" bson:"TimezoneOffset"`
	RestRequest         bool   `json:"restrequest" bson:"restrequest"`
	PcapNumber          string `json:"pcapnumber" bson:"pcapnumber"`
	Status              string `json:"Status" bson:"Status"`
	UserName            string `json:"UserName" bson:"UserName"`
	MergeCap            int32  `json:"MergeCap" bson:"MergeCap"`
	SessionData         bool   `json:"SessionData" bson:"SessionData"`
	SnapLen             int32  `json:"SnapLen" bson:"SnapLen"`
	PayloadSearchFilter string `json:"PayloadSearchFilter" bson:"PayloadSearchFilter"`
	PcapArray           string `json:"PcapArray" bson:"PcapArray"`
	ViewsearchRequests  string `json:"viewsearchrequests" bson:"viewsearchrequests"`
	SearchResults       string `json:"SearchResults" bson:"SearchResults"`
	MaxChunk            string `json:"MaxChunk" bson:"MaxChunk"`
	MaxSessions         string `json:"MaxSessions" bson:"MaxSessions"`
	MaxSessionPages     string `json:"MaxSessionPages" bson:"MaxSessionPages"`
	MaxPacketPages      string `json:"MaxPacketPages" bson:"MaxPacketPages"`
}

type SearchLibrary

type SearchLibrary struct {
	SearchFilter string `json:"searchfilter" bson:"searchfilter"`
	Kql          string `json:"kql" bson:"kql"`
}

type Surveillancerules

type Surveillancerules struct {
	Content  string `json:"content" bson:"content"`
	Sid      string `json:"sid" bson:"sid"`
	Message  string `json:"message" bson:"message"`
	Priority string `json:"priority" bson:"priority"`
	Protocol string `json:"protocol" bson:"protocol"`
}

type Users

type Users struct {
	Role     string `json:"role" bson:"role"`
	Username string `json:"username" bson:"username"`
	Password string `json:"Password" bson:"Password"`
}

Jump to

Keyboard shortcuts

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