Documentation ¶
Overview ¶
Package report : ポーリング処理
Index ¶
- Constants
- Variables
- func DoCheckCert()
- func FindoHostFromIP(ip string) string
- func GetAddressInfo(addr, dnsbl, noCache string) *[]AddrInfoEnt
- func IsDstServer(fr *flowReportEnt) bool
- func ReportDevice(mac, ip string, t int64)
- func ReportFlow(src string, sp int, dst string, dp, prot int, pkts, bytes int64, t int64)
- func ReportTWBuleScan(l map[string]interface{})
- func ReportTWPCAP(l map[string]interface{})
- func ReportTWSdrPower(l map[string]interface{})
- func ReportTWWifiScan(l map[string]interface{})
- func ReportTwWinLog(l map[string]interface{})
- func ReportUser(user, server, client string, ok bool, t int64)
- func ResetCertScore()
- func ResetDevicesScore()
- func ResetFlowsScore()
- func ResetIPReportScore()
- func ResetRADIUSFlowsScore()
- func ResetServersScore()
- func ResetTLSFlowsScore()
- func ResetUsersScore()
- func ResetWinKerberosScore()
- func ResetWinLogonScore()
- func Start(ctx context.Context, wg *sync.WaitGroup) error
- func UpdateReportConf()
- func UpdateSensor(h, t string, r int)
- type AddrInfoEnt
Constants ¶
View Source
const MAX_DATA_SIZE = 12 * 24 * 7
Variables ¶
View Source
var UnKnownPortMap = make(map[string]int64)
Functions ¶
func DoCheckCert ¶ added in v1.3.0
func DoCheckCert()
func FindoHostFromIP ¶ added in v1.36.0
func GetAddressInfo ¶
func GetAddressInfo(addr, dnsbl, noCache string) *[]AddrInfoEnt
func IsDstServer ¶ added in v1.1.0
func IsDstServer(fr *flowReportEnt) bool
IsDstServer : Dstがサーバーならばtrueを返す
func ReportDevice ¶
func ReportFlow ¶
func ReportTWBuleScan ¶ added in v1.4.0
func ReportTWBuleScan(l map[string]interface{})
func ReportTWPCAP ¶ added in v1.3.0
func ReportTWPCAP(l map[string]interface{})
func ReportTWSdrPower ¶ added in v1.14.0
func ReportTWSdrPower(l map[string]interface{})
func ReportTWWifiScan ¶ added in v1.4.0
func ReportTWWifiScan(l map[string]interface{})
func ReportTwWinLog ¶ added in v1.3.0
func ReportTwWinLog(l map[string]interface{})
func ReportUser ¶
func ResetCertScore ¶ added in v1.3.0
func ResetCertScore()
func ResetDevicesScore ¶
func ResetDevicesScore()
func ResetFlowsScore ¶
func ResetFlowsScore()
func ResetIPReportScore ¶ added in v1.1.0
func ResetIPReportScore()
func ResetRADIUSFlowsScore ¶ added in v1.3.0
func ResetRADIUSFlowsScore()
func ResetServersScore ¶
func ResetServersScore()
func ResetTLSFlowsScore ¶ added in v1.3.0
func ResetTLSFlowsScore()
func ResetUsersScore ¶
func ResetUsersScore()
func ResetWinKerberosScore ¶ added in v1.5.0
func ResetWinKerberosScore()
func ResetWinLogonScore ¶ added in v1.5.0
func ResetWinLogonScore()
func UpdateReportConf ¶
func UpdateReportConf()
func UpdateSensor ¶ added in v1.6.0
Types ¶
type AddrInfoEnt ¶
Click to show internal directories.
Click to hide internal directories.