Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entry ¶
type Entry struct {
IP string `json:"ip"`
Port int `json:"port"`
SSL bool `json:"ssl"`
LastSeen string `json:"lastSeen"`
ASN string `json:"asn"`
Country string `json:"country"`
CountryCode string `json:"country_code"`
City string `json:"city"`
CVE []string `json:"cve"`
Matches []string `json:"matches"`
Hostnames []string `json:"hostnames"`
Type struct {
ID string `json:"id"`
Kind string `json:"kind"`
Finding string `json:"finding"`
} `json:"type"`
FeedIDs []string `json:"feed_ids"`
}
Click to show internal directories.
Click to hide internal directories.