ipsurv.configs module¶
ipsurv.configs module¶
- class Config¶
Bases:
object
- COLLECTORS = ['rdap', 'dnstxt', 'dnsreverse', 'ipinfo', 'geoip']¶
- ENV_CONFS = ['ipinfo_token', 'geoip']¶
- FORMAT_PARAMS = ['success', 'status', 'requests', 'errors', 'identifier', 'identifier_int', 'target.*', 'sequence', 'original', 'ip', 'ip_int', 'ip_hex', 'ip_reversed', 'port', 'ip_type', 'in_range', 'group_int', 'group', 'group_found', 'group_status', 'network_start', 'network_end', 'country', 'cidr', 'rdap_time', 'port43', 'country_updated', 'name', 'handle', 'address', 'org', 'asn', 'timezone', 'description', 'dnstxt_time', 'rir', 'dnsreverse_time', 'hostname', 'ipinfo_time', 'geo', 'postal', 'city_name', 'region_name', 'continent', 'continent_name', 'subdivision', 'subdivision_name', 'icmp', 'icmp_time', 'tcp', 'tcp_time', 'udp', 'udp_time', 'http', 'http_time', 'http_status', 'http_size', 'http_server', 'http_mime', 'http_h2']¶
- FORMAT_PROFILES = {'address': ['country', 'address'], 'area': ['continent', 'continent_name', 'country', 'country_name', 'timezone', 'geo'], 'country': ['country'], 'default': ['status', 'group', 'country', 'name', 'network_start', 'network_end'], 'detail': ['status', 'group', 'country', 'name', 'handle', 'asn', 'org', 'cidr', 'geo', 'city_name', 'address', 'description', 'hostname', 'errors'], 'geo': ['country', 'geo'], 'heavy': ['status', 'group', 'country', 'timezone', 'name', 'handle', 'asn', 'org', 'cidr', 'network_start', 'network_end', 'ip_type', 'geo', 'city_name', 'region_name', 'address', 'description', 'hostname', 'errors'], 'hostname': ['hostname'], 'ip': ['ip'], 'network': ['cidr', 'network_start', 'network_end'], 'org': ['asn', 'org'], 'simple': ['status', 'group', 'country'], 'system': ['ip_type', 'ip_int', 'ip_hex', 'ip_reversed'], 'timezone': ['timezone'], 'web': ['http', 'http_status', 'http_size', 'http_server', 'http_mime', 'http_h2', 'http_time']}¶