Versions in this module Expand all Collapse all v0 v0.5.11 Aug 17, 2022 v0.5.10 Oct 6, 2021 v0.5.9 Sep 25, 2021 v0.5.8 Aug 12, 2021 v0.5.7 Aug 12, 2021 v0.5.6 Apr 15, 2021 Changes in this version + type Address struct + AdministrativeArea string + CountryCode string + Locality string + Name string + Organization string + PostalCode string + StreetAddress []string + type Domain struct + CreatedDate string + ExpirationDate string + type DomainAnalysis struct + Domain string + Lists []string + Score int + Type string + type EmailResponse struct + CatchAll bool + DNSValid bool + Disposable bool + Domain *Domain + Free bool + Generic bool + HoneyPot bool + Leaked bool + RecentSpam bool + SMTPScore uint8 + Score int8 + Success bool + Valid bool + type Expression struct + Expression string + Name string + Type string + type Feed struct + FeedAnalyzers []FeedAnalyzer + Format string + Logger logrus.FieldLogger + Name string + Timeout time.Duration + Type string + URL string + func (feed Feed) FetchIP() (map[string]IPAnalysis, map[string]SUBNETAnalysis, error) + func (feed Feed) FetchString() (map[string]DomainAnalysis, error) + func (feed Feed) GetExpressions() ([]string, error) + func (feed Feed) ReadFile(filename ...string) ([]*Feed, error) + type FeedAnalyzer struct + Expression string + Score int + type IPAddressResponse struct + ASN uint + Browser string + City string + ConnectionType string + CountryCode string + DeviceBrand string + DeviceModel string + Hostname string + ISP string + IsCrawler bool + Latitude float64 + Longitude float64 + Mobile bool + OperatingSystem string + Organization string + PostalCode string + Proxy bool + RecentAbuse bool + Score int8 + Success bool + Timezone string + Tor bool + Vpn bool + type IPAnalysis struct + IP string + Lists []string + Score int + Type string + type SUBNETAnalysis struct + IP string + Lists []string + PrefixLength uint8 + SUBNET string + Score int + Type string