Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Svc ¶
type Svc struct {
Listen string `json: listen`
VirusTotal *SvcVt `json: virustotal`
IpInfo *SvcIi `json: ipinfo`
Browser *SvcBr `json: browser`
Sentry *SvcSt `json: sentry`
Sqreen *SvcSq `json: sqreen`
}
func (*Svc) GetAsnDetails ¶
GetAsnDetails (echo.Context) -> app.GET("/api/v1/asn", svc.GetAsnDetails())
func (*Svc) GetBrowserDetails ¶
GetBrowserDetails (echo.Context) -> app.GET("/api/v1/browser", svc.GetBrowserDetails)
type Vt ¶
type Vt struct {
Attributes VtAttributes `json: attributes`
}
type VtAttributes ¶
type VtAttributes struct {
Last_Analysis_Results VtLastAnalysisResults `json: last_analysis_results`
Last_Analysis_Stats VtLastAnalysisStats `json: last_analysis_stats`
Network string `json: network`
Reputation int `json: reputation`
Regional_Internet_Registry string `json: regional_internet_registry`
Asn int `json: asn`
Country string `json: country`
As_Owner string `json: as_owner`
Continent string `json: continent`
}
type VtLastAnalysisResult ¶
type VtLastAnalysisResults ¶
type VtLastAnalysisResults map[string]VtLastAnalysisResult
Click to show internal directories.
Click to hide internal directories.