whoisfreaks 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +63 -38
- data/docs/AccountUsageResponse.md +2 -2
- data/docs/{AccountUsageResponseApiCredits.md → ApiCredits.md} +2 -2
- data/docs/{AccountUsageResponseApiSubscription.md → ApiSubscription.md} +4 -4
- data/docs/AsnInfo.md +48 -0
- data/docs/AsnPeer.md +22 -0
- data/docs/AsnWhoisResponse.md +2 -12
- data/docs/{DnsBulk200Response.md → BulkDnsResponse.md} +2 -2
- data/docs/BulkDomainAvailabilityResponse.md +18 -0
- data/docs/BulkIpReputationRequest.md +18 -0
- data/docs/BulkWhoisItem.md +22 -0
- data/docs/BulkWhoisResponse.md +18 -0
- data/docs/CountryMetadata.md +22 -0
- data/docs/{GeolocationResponseCurrency.md → Currency.md} +2 -2
- data/docs/DNSApi.md +4 -4
- data/docs/DatabaseFileStatus.md +8 -4
- data/docs/DatabaseUpdates.md +24 -0
- data/docs/{DatabaseFileStatusNewlyValue.md → DateRangeStatus.md} +5 -5
- data/docs/{DomainReputationDgaFeatures.md → DgaFeatures.md} +9 -9
- data/docs/{DomainReputationDgaScore.md → DgaScore.md} +7 -7
- data/docs/DnsRecord.md +22 -10
- data/docs/DnsResponse.md +7 -3
- data/docs/DomainAvailabilityApi.md +8 -8
- data/docs/DomainAvailabilityItem.md +22 -0
- data/docs/DomainAvailabilityResponse.md +24 -0
- data/docs/DomainReputationInput.md +2 -2
- data/docs/DomainReputationResponse.md +9 -9
- data/docs/EligibilityInfo.md +22 -0
- data/docs/ErrorResponse.md +4 -6
- data/docs/{DomainReputationEvidenceSummary.md → EvidenceSummary.md} +2 -2
- data/docs/GeoAsn.md +38 -0
- data/docs/{AsnWhoisResponseOrganization.md → GeoCompany.md} +4 -6
- data/docs/GeoNetwork.md +22 -0
- data/docs/GeolocationResponse.md +5 -3
- data/docs/HistoricalDnsResponse.md +6 -6
- data/docs/InetNum.md +70 -0
- data/docs/{GeolocationLocation.md → IpLocation.md} +21 -3
- data/docs/IpReputationResponse.md +5 -3
- data/docs/{IpReputationSecurity.md → IpSecurity.md} +14 -2
- data/docs/{GeolocationAsn.md → IpSecurityAsn.md} +6 -2
- data/docs/IpSecurityNetwork.md +22 -0
- data/docs/IpWhoisResponse.md +18 -4
- data/docs/Irt.md +62 -0
- data/docs/NewlyStatus.md +26 -0
- data/docs/{Contact.md → PersonalInformation.md} +11 -3
- data/docs/{DomainReputationPivotMatch.md → PivotMatch.md} +6 -6
- data/docs/RegistrarInformation.md +48 -0
- data/docs/RegistryData.md +38 -0
- data/docs/{DomainReputationRelatedIoc.md → RelatedIoc.md} +5 -5
- data/docs/{DomainReputationIndicators.md → ReputationIndicators.md} +15 -11
- data/docs/{DomainReputationIntelligence.md → ReputationIntelligence.md} +9 -9
- data/docs/{DomainReputationSignal.md → ReputationSignal.md} +8 -8
- data/docs/ReputationSignals.md +22 -0
- data/docs/ResellerContact.md +22 -0
- data/docs/ReverseWhoisResponse.md +1 -1
- data/docs/{DomainReputationRiskCategory.md → RiskCategory.md} +7 -7
- data/docs/Route.md +60 -0
- data/docs/SnapshotStatus.md +6 -6
- data/docs/SslAlternateNames.md +24 -0
- data/docs/SslAuthorityInfo.md +20 -0
- data/docs/SslCertificate.md +8 -4
- data/docs/SslCertificatePolicy.md +20 -0
- data/docs/SslExtensionsInfo.md +32 -0
- data/docs/SslPublicKeyInfo.md +22 -0
- data/docs/SslResponse.md +3 -1
- data/docs/SslUnitInfo.md +40 -0
- data/docs/Subdomain.md +3 -1
- data/docs/SubdomainsResponse.md +2 -2
- data/docs/ThreatSource.md +28 -0
- data/docs/TrustSignals.md +24 -0
- data/docs/UpdateFrequencies.md +22 -0
- data/docs/WHOISApi.md +8 -8
- data/docs/WhoisHistoricalItem.md +48 -0
- data/docs/WhoisHistoricalResponse.md +1 -1
- data/docs/WhoisOrganization.md +76 -0
- data/docs/WhoisPerson.md +62 -0
- data/docs/WhoisResponse.md +18 -8
- data/docs/WhoisRole.md +62 -0
- data/lib/whoisfreaks/api/account_api.rb +1 -1
- data/lib/whoisfreaks/api/asnwhois_api.rb +1 -1
- data/lib/whoisfreaks/api/databases_asnwhois_api.rb +1 -1
- data/lib/whoisfreaks/api/databases_dns_api.rb +1 -1
- data/lib/whoisfreaks/api/databases_expiring_dropped_api.rb +1 -1
- data/lib/whoisfreaks/api/databases_ip_geolocation_api.rb +1 -1
- data/lib/whoisfreaks/api/databases_ip_security_api.rb +1 -1
- data/lib/whoisfreaks/api/databases_ipwhois_api.rb +1 -1
- data/lib/whoisfreaks/api/databases_newly_registered_api.rb +1 -1
- data/lib/whoisfreaks/api/databases_subdomains_api.rb +1 -1
- data/lib/whoisfreaks/api/databases_whois_api.rb +1 -1
- data/lib/whoisfreaks/api/dns_api.rb +4 -4
- data/lib/whoisfreaks/api/domain_availability_api.rb +7 -7
- data/lib/whoisfreaks/api/domain_reputation_api.rb +1 -1
- data/lib/whoisfreaks/api/geolocation_api.rb +1 -1
- data/lib/whoisfreaks/api/ip_reputation_api.rb +1 -1
- data/lib/whoisfreaks/api/ipwhois_api.rb +1 -1
- data/lib/whoisfreaks/api/ssl_api.rb +1 -1
- data/lib/whoisfreaks/api/subdomains_api.rb +1 -1
- data/lib/whoisfreaks/api/typosquatting_api.rb +1 -1
- data/lib/whoisfreaks/api/whois_api.rb +7 -7
- data/lib/whoisfreaks/api_client.rb +1 -1
- data/lib/whoisfreaks/api_error.rb +1 -1
- data/lib/whoisfreaks/configuration.rb +1 -1
- data/lib/whoisfreaks/models/account_usage_response.rb +3 -3
- data/lib/whoisfreaks/models/{account_usage_response_api_credits.rb → api_credits.rb} +4 -4
- data/lib/whoisfreaks/models/{account_usage_response_api_subscription.rb → api_subscription.rb} +14 -14
- data/lib/whoisfreaks/models/asn_info.rb +357 -0
- data/lib/whoisfreaks/models/asn_peer.rb +232 -0
- data/lib/whoisfreaks/models/asn_whois_response.rb +9 -55
- data/lib/whoisfreaks/models/{dns_bulk200_response.rb → bulk_dns_response.rb} +4 -4
- data/lib/whoisfreaks/models/bulk_domain_availability_request.rb +1 -1
- data/lib/whoisfreaks/models/{bulk_domain_availability_v2_response.rb → bulk_domain_availability_response.rb} +5 -6
- data/lib/whoisfreaks/models/bulk_geolocation_request.rb +1 -1
- data/lib/whoisfreaks/models/{geolocation_response_network.rb → bulk_ip_reputation_request.rb} +13 -11
- data/lib/whoisfreaks/models/bulk_whois_item.rb +233 -0
- data/lib/whoisfreaks/models/bulk_whois_request.rb +1 -1
- data/lib/whoisfreaks/models/{bulk_whois200_response.rb → bulk_whois_response.rb} +5 -5
- data/lib/whoisfreaks/models/country_metadata.rb +234 -0
- data/lib/whoisfreaks/models/{geolocation_response_currency.rb → currency.rb} +4 -4
- data/lib/whoisfreaks/models/database_file_status.rb +25 -9
- data/lib/whoisfreaks/models/database_updates.rb +241 -0
- data/lib/whoisfreaks/models/{database_file_status_newly_value.rb → date_range_status.rb} +17 -17
- data/lib/whoisfreaks/models/{domain_reputation_dga_features.rb → dga_features.rb} +4 -4
- data/lib/whoisfreaks/models/{ip_whois_response_organization.rb → dga_score.rb} +35 -37
- data/lib/whoisfreaks/models/dns_bulk_request.rb +1 -1
- data/lib/whoisfreaks/models/dns_record.rb +95 -38
- data/lib/whoisfreaks/models/dns_response.rb +32 -15
- data/lib/whoisfreaks/models/domain_availability_item.rb +232 -0
- data/lib/whoisfreaks/models/domain_availability_response.rb +243 -0
- data/lib/whoisfreaks/models/domain_reputation_input.rb +1 -2
- data/lib/whoisfreaks/models/domain_reputation_response.rb +7 -7
- data/lib/whoisfreaks/models/{ip_whois_response_abuse_contacts_inner.rb → eligibility_info.rb} +17 -19
- data/lib/whoisfreaks/models/error_response.rb +17 -26
- data/lib/whoisfreaks/models/{domain_reputation_evidence_summary.rb → evidence_summary.rb} +4 -4
- data/lib/whoisfreaks/models/{domain_reputation_related_ioc.rb → geo_asn.rb} +86 -76
- data/lib/whoisfreaks/models/{asn_whois_response_organization.rb → geo_company.rb} +11 -22
- data/lib/whoisfreaks/models/geo_network.rb +232 -0
- data/lib/whoisfreaks/models/geolocation_response.rb +14 -5
- data/lib/whoisfreaks/models/historical_dns_response.rb +25 -24
- data/lib/whoisfreaks/models/inet_num.rb +472 -0
- data/lib/whoisfreaks/models/{geolocation_location.rb → ip_location.rb} +89 -8
- data/lib/whoisfreaks/models/ip_reputation_response.rb +14 -5
- data/lib/whoisfreaks/models/{ip_reputation_security.rb → ip_security.rb} +63 -5
- data/lib/whoisfreaks/models/{geolocation_asn.rb → ip_security_asn.rb} +23 -5
- data/lib/whoisfreaks/models/ip_security_network.rb +232 -0
- data/lib/whoisfreaks/models/ip_whois_response.rb +76 -7
- data/lib/whoisfreaks/models/irt.rb +444 -0
- data/lib/whoisfreaks/models/newly_status.rb +250 -0
- data/lib/whoisfreaks/models/{contact.rb → personal_information.rb} +45 -8
- data/lib/whoisfreaks/models/pivot_match.rb +241 -0
- data/lib/whoisfreaks/models/registrar_information.rb +350 -0
- data/lib/whoisfreaks/models/{domain_reputation_dga_score.rb → registry_data.rb} +90 -94
- data/lib/whoisfreaks/models/related_ioc.rb +232 -0
- data/lib/whoisfreaks/models/{domain_reputation_indicators.rb → reputation_indicators.rb} +23 -5
- data/lib/whoisfreaks/models/{domain_reputation_intelligence.rb → reputation_intelligence.rb} +7 -43
- data/lib/whoisfreaks/models/{asn_whois_response_aut_nums_inner.rb → reputation_signal.rb} +44 -37
- data/lib/whoisfreaks/models/{domain_reputation_signals.rb → reputation_signals.rb} +7 -7
- data/lib/whoisfreaks/models/reseller_contact.rb +232 -0
- data/lib/whoisfreaks/models/reverse_dns_response.rb +1 -1
- data/lib/whoisfreaks/models/reverse_whois_response.rb +2 -2
- data/lib/whoisfreaks/models/{registrar.rb → risk_category.rb} +53 -47
- data/lib/whoisfreaks/models/route.rb +427 -0
- data/lib/whoisfreaks/models/snapshot_status.rb +20 -20
- data/lib/whoisfreaks/models/ssl_alternate_names.rb +249 -0
- data/lib/whoisfreaks/models/ssl_authority_info.rb +227 -0
- data/lib/whoisfreaks/models/ssl_certificate.rb +23 -39
- data/lib/whoisfreaks/models/{domain_availability_v2_response.rb → ssl_certificate_policy.rb} +20 -14
- data/lib/whoisfreaks/models/ssl_extensions_info.rb +285 -0
- data/lib/whoisfreaks/models/ssl_public_key_info.rb +232 -0
- data/lib/whoisfreaks/models/ssl_response.rb +14 -5
- data/lib/whoisfreaks/models/ssl_unit_info.rb +313 -0
- data/lib/whoisfreaks/models/subdomain.rb +14 -5
- data/lib/whoisfreaks/models/subdomains_response.rb +11 -11
- data/lib/whoisfreaks/models/{ip_whois_response_inet_nums_inner.rb → threat_source.rb} +41 -43
- data/lib/whoisfreaks/models/trust_signals.rb +241 -0
- data/lib/whoisfreaks/models/typosquatting_domain.rb +1 -1
- data/lib/whoisfreaks/models/typosquatting_response.rb +1 -1
- data/lib/whoisfreaks/models/update_frequencies.rb +232 -0
- data/lib/whoisfreaks/models/{domain_reputation_signal.rb → whois_historical_item.rb} +130 -110
- data/lib/whoisfreaks/models/whois_historical_response.rb +2 -36
- data/lib/whoisfreaks/models/whois_organization.rb +509 -0
- data/lib/whoisfreaks/models/whois_person.rb +436 -0
- data/lib/whoisfreaks/models/whois_response.rb +65 -19
- data/lib/whoisfreaks/models/whois_role.rb +436 -0
- data/lib/whoisfreaks/version.rb +2 -2
- data/lib/whoisfreaks.rb +55 -34
- data/spec/api/account_api_spec.rb +1 -1
- data/spec/api/asnwhois_api_spec.rb +1 -1
- data/spec/api/databases_asnwhois_api_spec.rb +1 -1
- data/spec/api/databases_dns_api_spec.rb +1 -1
- data/spec/api/databases_expiring_dropped_api_spec.rb +1 -1
- data/spec/api/databases_ip_geolocation_api_spec.rb +1 -1
- data/spec/api/databases_ip_security_api_spec.rb +1 -1
- data/spec/api/databases_ipwhois_api_spec.rb +1 -1
- data/spec/api/databases_newly_registered_api_spec.rb +1 -1
- data/spec/api/databases_subdomains_api_spec.rb +1 -1
- data/spec/api/databases_whois_api_spec.rb +1 -1
- data/spec/api/dns_api_spec.rb +2 -2
- data/spec/api/domain_availability_api_spec.rb +3 -3
- data/spec/api/domain_reputation_api_spec.rb +1 -1
- data/spec/api/geolocation_api_spec.rb +1 -1
- data/spec/api/ip_reputation_api_spec.rb +1 -1
- data/spec/api/ipwhois_api_spec.rb +1 -1
- data/spec/api/ssl_api_spec.rb +1 -1
- data/spec/api/subdomains_api_spec.rb +1 -1
- data/spec/api/typosquatting_api_spec.rb +1 -1
- data/spec/api/whois_api_spec.rb +3 -3
- data/spec/models/account_usage_response_spec.rb +1 -1
- data/spec/models/{account_usage_response_api_credits_spec.rb → api_credits_spec.rb} +7 -7
- data/spec/models/{account_usage_response_api_subscription_spec.rb → api_subscription_spec.rb} +10 -10
- data/spec/models/asn_info_spec.rb +126 -0
- data/spec/models/asn_peer_spec.rb +48 -0
- data/spec/models/asn_whois_response_spec.rb +2 -32
- data/spec/models/{dns_bulk200_response_spec.rb → bulk_dns_response_spec.rb} +7 -7
- data/spec/models/bulk_domain_availability_request_spec.rb +1 -1
- data/spec/models/{bulk_domain_availability_v2_response_spec.rb → bulk_domain_availability_response_spec.rb} +7 -7
- data/spec/models/bulk_geolocation_request_spec.rb +1 -1
- data/spec/models/{geolocation_response_network_spec.rb → bulk_ip_reputation_request_spec.rb} +8 -8
- data/spec/models/bulk_whois_item_spec.rb +48 -0
- data/spec/models/bulk_whois_request_spec.rb +1 -1
- data/spec/models/{bulk_whois200_response_spec.rb → bulk_whois_response_spec.rb} +7 -7
- data/spec/models/country_metadata_spec.rb +48 -0
- data/spec/models/{geolocation_response_currency_spec.rb → currency_spec.rb} +7 -7
- data/spec/models/database_file_status_spec.rb +13 -1
- data/spec/models/{asn_whois_response_organization_spec.rb → database_updates_spec.rb} +11 -11
- data/spec/models/{database_file_status_newly_value_spec.rb → date_range_status_spec.rb} +9 -9
- data/spec/models/{domain_reputation_dga_features_spec.rb → dga_features_spec.rb} +7 -7
- data/spec/models/{domain_reputation_dga_score_spec.rb → dga_score_spec.rb} +7 -11
- data/spec/models/dns_bulk_request_spec.rb +1 -1
- data/spec/models/dns_record_spec.rb +45 -9
- data/spec/models/dns_response_spec.rb +15 -3
- data/spec/models/{bulk_domain_availability_v2_item_spec.rb → domain_availability_item_spec.rb} +7 -11
- data/spec/models/{ip_whois_response_organization_spec.rb → domain_availability_response_spec.rb} +11 -17
- data/spec/models/domain_reputation_input_spec.rb +1 -1
- data/spec/models/domain_reputation_response_spec.rb +1 -1
- data/spec/models/{ip_whois_response_abuse_contacts_inner_spec.rb → eligibility_info_spec.rb} +9 -9
- data/spec/models/error_response_spec.rb +4 -10
- data/spec/models/{domain_reputation_evidence_summary_spec.rb → evidence_summary_spec.rb} +7 -7
- data/spec/models/{contact_spec.rb → geo_asn_spec.rb} +18 -18
- data/spec/models/geo_company_spec.rb +48 -0
- data/spec/models/geo_network_spec.rb +48 -0
- data/spec/models/geolocation_response_spec.rb +7 -1
- data/spec/models/historical_dns_response_spec.rb +5 -5
- data/spec/models/inet_num_spec.rb +192 -0
- data/spec/models/ip_location_spec.rb +150 -0
- data/spec/models/ip_reputation_response_spec.rb +7 -1
- data/spec/models/{registrar_spec.rb → ip_security_asn_spec.rb} +14 -14
- data/spec/models/ip_security_network_spec.rb +48 -0
- data/spec/models/{ip_reputation_security_spec.rb → ip_security_spec.rb} +43 -7
- data/spec/models/ip_whois_response_spec.rb +43 -1
- data/spec/models/irt_spec.rb +168 -0
- data/spec/models/{geolocation_asn_spec.rb → newly_status_spec.rb} +12 -12
- data/spec/models/personal_information_spec.rb +120 -0
- data/spec/models/{domain_reputation_pivot_match_spec.rb → pivot_match_spec.rb} +7 -11
- data/spec/models/registrar_information_spec.rb +126 -0
- data/spec/models/{geolocation_location_spec.rb → registry_data_spec.rb} +18 -18
- data/spec/models/{domain_reputation_related_ioc_spec.rb → related_ioc_spec.rb} +7 -11
- data/spec/models/{domain_reputation_indicators_spec.rb → reputation_indicators_spec.rb} +19 -7
- data/spec/models/{domain_reputation_intelligence_spec.rb → reputation_intelligence_spec.rb} +7 -11
- data/spec/models/{ip_whois_response_inet_nums_inner_spec.rb → reputation_signal_spec.rb} +13 -13
- data/spec/models/{domain_reputation_signals_spec.rb → reputation_signals_spec.rb} +7 -7
- data/spec/models/reseller_contact_spec.rb +48 -0
- data/spec/models/reverse_dns_response_spec.rb +1 -1
- data/spec/models/reverse_whois_response_spec.rb +1 -1
- data/spec/models/{domain_reputation_risk_category_spec.rb → risk_category_spec.rb} +7 -15
- data/spec/models/route_spec.rb +162 -0
- data/spec/models/snapshot_status_spec.rb +4 -4
- data/spec/models/ssl_alternate_names_spec.rb +54 -0
- data/spec/models/ssl_authority_info_spec.rb +42 -0
- data/spec/models/ssl_certificate_policy_spec.rb +42 -0
- data/spec/models/ssl_certificate_spec.rb +13 -5
- data/spec/models/ssl_extensions_info_spec.rb +78 -0
- data/spec/models/ssl_public_key_info_spec.rb +48 -0
- data/spec/models/ssl_response_spec.rb +7 -1
- data/spec/models/ssl_unit_info_spec.rb +102 -0
- data/spec/models/subdomain_spec.rb +7 -1
- data/spec/models/subdomains_response_spec.rb +4 -4
- data/spec/models/{asn_whois_response_aut_nums_inner_spec.rb → threat_source_spec.rb} +18 -12
- data/spec/models/{domain_reputation_trust_signals_spec.rb → trust_signals_spec.rb} +7 -11
- data/spec/models/typosquatting_domain_spec.rb +1 -1
- data/spec/models/typosquatting_response_spec.rb +1 -1
- data/spec/models/update_frequencies_spec.rb +48 -0
- data/spec/models/whois_historical_item_spec.rb +126 -0
- data/spec/models/whois_historical_response_spec.rb +1 -5
- data/spec/models/whois_organization_spec.rb +210 -0
- data/spec/models/whois_person_spec.rb +168 -0
- data/spec/models/whois_response_spec.rb +33 -3
- data/spec/models/whois_role_spec.rb +168 -0
- data/spec/spec_helper.rb +1 -1
- data/whoisfreaks.gemspec +2 -2
- metadata +219 -135
- data/docs/AsnWhoisResponseAutNumsInner.md +0 -26
- data/docs/BulkDomainAvailabilityV2Item.md +0 -22
- data/docs/BulkDomainAvailabilityV2Response.md +0 -18
- data/docs/BulkWhois200Response.md +0 -18
- data/docs/DomainAvailabilityV2Item.md +0 -20
- data/docs/DomainAvailabilityV2Response.md +0 -18
- data/docs/DomainReputationSignals.md +0 -22
- data/docs/DomainReputationTrustSignals.md +0 -24
- data/docs/GeolocationResponseNetwork.md +0 -18
- data/docs/IpWhoisResponseAbuseContactsInner.md +0 -22
- data/docs/IpWhoisResponseInetNumsInner.md +0 -28
- data/docs/IpWhoisResponseOrganization.md +0 -26
- data/docs/Registrar.md +0 -30
- data/docs/WhoisHistoricalOrReverse200Response.md +0 -49
- data/lib/whoisfreaks/models/bulk_domain_availability_v2_item.rb +0 -268
- data/lib/whoisfreaks/models/domain_availability_v2_item.rb +0 -260
- data/lib/whoisfreaks/models/domain_reputation_pivot_match.rb +0 -304
- data/lib/whoisfreaks/models/domain_reputation_risk_category.rb +0 -349
- data/lib/whoisfreaks/models/domain_reputation_trust_signals.rb +0 -303
- data/lib/whoisfreaks/models/whois_historical_or_reverse200_response.rb +0 -105
- data/spec/models/domain_availability_v2_item_spec.rb +0 -46
- data/spec/models/domain_availability_v2_response_spec.rb +0 -36
- data/spec/models/domain_reputation_signal_spec.rb +0 -74
- data/spec/models/whois_historical_or_reverse200_response_spec.rb +0 -32
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14c281fb4f9f95e1f8e0c0a295f757870423ae16df233e1beabdca5cd0c16a8a
|
|
4
|
+
data.tar.gz: 9bc90592deb3704f4f907e5b054f1feb25e97bdc23dbbd331ae724129eb5a7aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9a6ad6df03730ad2fe6d2ff49962068160b0174be4c127d0d89bc3f9d415b7216853c79b845ca2aeac777013eebd7824e8e61bb691f802edf82a0a03e465d7b
|
|
7
|
+
data.tar.gz: a5be87eaed9a890e4d9af54cdbb26ea11faa3893cfd3432842e965c20fa02a3b39f535d229fdb8a429340b1e74350dc7f84f05390ce14bd9ee31cb886278fd58
|
data/README.md
CHANGED
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
WhoisFreaks - the Ruby gem for the WhoisFreaks API
|
|
4
4
|
|
|
5
|
-
Complete WhoisFreaks API — WHOIS, DNS, SSL, Geolocation, Typosquatting,
|
|
5
|
+
Complete WhoisFreaks API — WHOIS, DNS, SSL, Geolocation, Typosquatting,
|
|
6
|
+
IP Intelligence, Domain Reputation, and bulk database downloads.
|
|
7
|
+
|
|
8
|
+
## Authentication
|
|
6
9
|
All requests require an `apiKey` query parameter.
|
|
10
|
+
|
|
7
11
|
## Resources
|
|
8
12
|
- Docs: https://whoisfreaks.com/documentation
|
|
9
13
|
- Billing: https://billing.whoisfreaks.com
|
|
@@ -13,7 +17,7 @@ All requests require an `apiKey` query parameter.
|
|
|
13
17
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
14
18
|
|
|
15
19
|
- API version: 1.0.0
|
|
16
|
-
- Package version: 0.
|
|
20
|
+
- Package version: 0.10.0
|
|
17
21
|
- Generator version: 7.11.0
|
|
18
22
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
19
23
|
For more information, please visit [https://whoisfreaks.com](https://whoisfreaks.com)
|
|
@@ -31,16 +35,16 @@ gem build whoisfreaks.gemspec
|
|
|
31
35
|
Then either install the gem locally:
|
|
32
36
|
|
|
33
37
|
```shell
|
|
34
|
-
gem install ./whoisfreaks-0.
|
|
38
|
+
gem install ./whoisfreaks-0.10.0.gem
|
|
35
39
|
```
|
|
36
40
|
|
|
37
|
-
(for development, run `gem install --dev ./whoisfreaks-0.
|
|
41
|
+
(for development, run `gem install --dev ./whoisfreaks-0.10.0.gem` to install the development dependencies)
|
|
38
42
|
|
|
39
43
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
40
44
|
|
|
41
45
|
Finally add this to the Gemfile:
|
|
42
46
|
|
|
43
|
-
gem 'whoisfreaks', '~> 0.
|
|
47
|
+
gem 'whoisfreaks', '~> 0.10.0'
|
|
44
48
|
|
|
45
49
|
### Install from Git
|
|
46
50
|
|
|
@@ -155,65 +159,86 @@ Class | Method | HTTP request | Description
|
|
|
155
159
|
## Documentation for Models
|
|
156
160
|
|
|
157
161
|
- [WhoisFreaks::AccountUsageResponse](docs/AccountUsageResponse.md)
|
|
158
|
-
- [WhoisFreaks::
|
|
159
|
-
- [WhoisFreaks::
|
|
162
|
+
- [WhoisFreaks::ApiCredits](docs/ApiCredits.md)
|
|
163
|
+
- [WhoisFreaks::ApiSubscription](docs/ApiSubscription.md)
|
|
164
|
+
- [WhoisFreaks::AsnInfo](docs/AsnInfo.md)
|
|
165
|
+
- [WhoisFreaks::AsnPeer](docs/AsnPeer.md)
|
|
160
166
|
- [WhoisFreaks::AsnWhoisResponse](docs/AsnWhoisResponse.md)
|
|
161
|
-
- [WhoisFreaks::
|
|
162
|
-
- [WhoisFreaks::AsnWhoisResponseOrganization](docs/AsnWhoisResponseOrganization.md)
|
|
167
|
+
- [WhoisFreaks::BulkDnsResponse](docs/BulkDnsResponse.md)
|
|
163
168
|
- [WhoisFreaks::BulkDomainAvailabilityRequest](docs/BulkDomainAvailabilityRequest.md)
|
|
164
|
-
- [WhoisFreaks::
|
|
165
|
-
- [WhoisFreaks::BulkDomainAvailabilityV2Response](docs/BulkDomainAvailabilityV2Response.md)
|
|
169
|
+
- [WhoisFreaks::BulkDomainAvailabilityResponse](docs/BulkDomainAvailabilityResponse.md)
|
|
166
170
|
- [WhoisFreaks::BulkGeolocationRequest](docs/BulkGeolocationRequest.md)
|
|
167
|
-
- [WhoisFreaks::
|
|
171
|
+
- [WhoisFreaks::BulkIpReputationRequest](docs/BulkIpReputationRequest.md)
|
|
172
|
+
- [WhoisFreaks::BulkWhoisItem](docs/BulkWhoisItem.md)
|
|
168
173
|
- [WhoisFreaks::BulkWhoisRequest](docs/BulkWhoisRequest.md)
|
|
169
|
-
- [WhoisFreaks::
|
|
174
|
+
- [WhoisFreaks::BulkWhoisResponse](docs/BulkWhoisResponse.md)
|
|
175
|
+
- [WhoisFreaks::CountryMetadata](docs/CountryMetadata.md)
|
|
176
|
+
- [WhoisFreaks::Currency](docs/Currency.md)
|
|
170
177
|
- [WhoisFreaks::DatabaseFileStatus](docs/DatabaseFileStatus.md)
|
|
171
|
-
- [WhoisFreaks::
|
|
172
|
-
- [WhoisFreaks::
|
|
178
|
+
- [WhoisFreaks::DatabaseUpdates](docs/DatabaseUpdates.md)
|
|
179
|
+
- [WhoisFreaks::DateRangeStatus](docs/DateRangeStatus.md)
|
|
180
|
+
- [WhoisFreaks::DgaFeatures](docs/DgaFeatures.md)
|
|
181
|
+
- [WhoisFreaks::DgaScore](docs/DgaScore.md)
|
|
173
182
|
- [WhoisFreaks::DnsBulkRequest](docs/DnsBulkRequest.md)
|
|
174
183
|
- [WhoisFreaks::DnsRecord](docs/DnsRecord.md)
|
|
175
184
|
- [WhoisFreaks::DnsResponse](docs/DnsResponse.md)
|
|
176
|
-
- [WhoisFreaks::
|
|
177
|
-
- [WhoisFreaks::
|
|
178
|
-
- [WhoisFreaks::DomainReputationDgaFeatures](docs/DomainReputationDgaFeatures.md)
|
|
179
|
-
- [WhoisFreaks::DomainReputationDgaScore](docs/DomainReputationDgaScore.md)
|
|
180
|
-
- [WhoisFreaks::DomainReputationEvidenceSummary](docs/DomainReputationEvidenceSummary.md)
|
|
181
|
-
- [WhoisFreaks::DomainReputationIndicators](docs/DomainReputationIndicators.md)
|
|
185
|
+
- [WhoisFreaks::DomainAvailabilityItem](docs/DomainAvailabilityItem.md)
|
|
186
|
+
- [WhoisFreaks::DomainAvailabilityResponse](docs/DomainAvailabilityResponse.md)
|
|
182
187
|
- [WhoisFreaks::DomainReputationInput](docs/DomainReputationInput.md)
|
|
183
|
-
- [WhoisFreaks::DomainReputationIntelligence](docs/DomainReputationIntelligence.md)
|
|
184
|
-
- [WhoisFreaks::DomainReputationPivotMatch](docs/DomainReputationPivotMatch.md)
|
|
185
|
-
- [WhoisFreaks::DomainReputationRelatedIoc](docs/DomainReputationRelatedIoc.md)
|
|
186
188
|
- [WhoisFreaks::DomainReputationResponse](docs/DomainReputationResponse.md)
|
|
187
|
-
- [WhoisFreaks::
|
|
188
|
-
- [WhoisFreaks::DomainReputationSignal](docs/DomainReputationSignal.md)
|
|
189
|
-
- [WhoisFreaks::DomainReputationSignals](docs/DomainReputationSignals.md)
|
|
190
|
-
- [WhoisFreaks::DomainReputationTrustSignals](docs/DomainReputationTrustSignals.md)
|
|
189
|
+
- [WhoisFreaks::EligibilityInfo](docs/EligibilityInfo.md)
|
|
191
190
|
- [WhoisFreaks::ErrorResponse](docs/ErrorResponse.md)
|
|
192
|
-
- [WhoisFreaks::
|
|
193
|
-
- [WhoisFreaks::
|
|
191
|
+
- [WhoisFreaks::EvidenceSummary](docs/EvidenceSummary.md)
|
|
192
|
+
- [WhoisFreaks::GeoAsn](docs/GeoAsn.md)
|
|
193
|
+
- [WhoisFreaks::GeoCompany](docs/GeoCompany.md)
|
|
194
|
+
- [WhoisFreaks::GeoNetwork](docs/GeoNetwork.md)
|
|
194
195
|
- [WhoisFreaks::GeolocationResponse](docs/GeolocationResponse.md)
|
|
195
|
-
- [WhoisFreaks::GeolocationResponseCurrency](docs/GeolocationResponseCurrency.md)
|
|
196
|
-
- [WhoisFreaks::GeolocationResponseNetwork](docs/GeolocationResponseNetwork.md)
|
|
197
196
|
- [WhoisFreaks::HistoricalDnsResponse](docs/HistoricalDnsResponse.md)
|
|
197
|
+
- [WhoisFreaks::InetNum](docs/InetNum.md)
|
|
198
|
+
- [WhoisFreaks::IpLocation](docs/IpLocation.md)
|
|
198
199
|
- [WhoisFreaks::IpReputationResponse](docs/IpReputationResponse.md)
|
|
199
|
-
- [WhoisFreaks::
|
|
200
|
+
- [WhoisFreaks::IpSecurity](docs/IpSecurity.md)
|
|
201
|
+
- [WhoisFreaks::IpSecurityAsn](docs/IpSecurityAsn.md)
|
|
202
|
+
- [WhoisFreaks::IpSecurityNetwork](docs/IpSecurityNetwork.md)
|
|
200
203
|
- [WhoisFreaks::IpWhoisResponse](docs/IpWhoisResponse.md)
|
|
201
|
-
- [WhoisFreaks::
|
|
202
|
-
- [WhoisFreaks::
|
|
203
|
-
- [WhoisFreaks::
|
|
204
|
-
- [WhoisFreaks::
|
|
204
|
+
- [WhoisFreaks::Irt](docs/Irt.md)
|
|
205
|
+
- [WhoisFreaks::NewlyStatus](docs/NewlyStatus.md)
|
|
206
|
+
- [WhoisFreaks::PersonalInformation](docs/PersonalInformation.md)
|
|
207
|
+
- [WhoisFreaks::PivotMatch](docs/PivotMatch.md)
|
|
208
|
+
- [WhoisFreaks::RegistrarInformation](docs/RegistrarInformation.md)
|
|
209
|
+
- [WhoisFreaks::RegistryData](docs/RegistryData.md)
|
|
210
|
+
- [WhoisFreaks::RelatedIoc](docs/RelatedIoc.md)
|
|
211
|
+
- [WhoisFreaks::ReputationIndicators](docs/ReputationIndicators.md)
|
|
212
|
+
- [WhoisFreaks::ReputationIntelligence](docs/ReputationIntelligence.md)
|
|
213
|
+
- [WhoisFreaks::ReputationSignal](docs/ReputationSignal.md)
|
|
214
|
+
- [WhoisFreaks::ReputationSignals](docs/ReputationSignals.md)
|
|
215
|
+
- [WhoisFreaks::ResellerContact](docs/ResellerContact.md)
|
|
205
216
|
- [WhoisFreaks::ReverseDnsResponse](docs/ReverseDnsResponse.md)
|
|
206
217
|
- [WhoisFreaks::ReverseWhoisResponse](docs/ReverseWhoisResponse.md)
|
|
218
|
+
- [WhoisFreaks::RiskCategory](docs/RiskCategory.md)
|
|
219
|
+
- [WhoisFreaks::Route](docs/Route.md)
|
|
207
220
|
- [WhoisFreaks::SnapshotStatus](docs/SnapshotStatus.md)
|
|
221
|
+
- [WhoisFreaks::SslAlternateNames](docs/SslAlternateNames.md)
|
|
222
|
+
- [WhoisFreaks::SslAuthorityInfo](docs/SslAuthorityInfo.md)
|
|
208
223
|
- [WhoisFreaks::SslCertificate](docs/SslCertificate.md)
|
|
224
|
+
- [WhoisFreaks::SslCertificatePolicy](docs/SslCertificatePolicy.md)
|
|
225
|
+
- [WhoisFreaks::SslExtensionsInfo](docs/SslExtensionsInfo.md)
|
|
226
|
+
- [WhoisFreaks::SslPublicKeyInfo](docs/SslPublicKeyInfo.md)
|
|
209
227
|
- [WhoisFreaks::SslResponse](docs/SslResponse.md)
|
|
228
|
+
- [WhoisFreaks::SslUnitInfo](docs/SslUnitInfo.md)
|
|
210
229
|
- [WhoisFreaks::Subdomain](docs/Subdomain.md)
|
|
211
230
|
- [WhoisFreaks::SubdomainsResponse](docs/SubdomainsResponse.md)
|
|
231
|
+
- [WhoisFreaks::ThreatSource](docs/ThreatSource.md)
|
|
232
|
+
- [WhoisFreaks::TrustSignals](docs/TrustSignals.md)
|
|
212
233
|
- [WhoisFreaks::TyposquattingDomain](docs/TyposquattingDomain.md)
|
|
213
234
|
- [WhoisFreaks::TyposquattingResponse](docs/TyposquattingResponse.md)
|
|
214
|
-
- [WhoisFreaks::
|
|
235
|
+
- [WhoisFreaks::UpdateFrequencies](docs/UpdateFrequencies.md)
|
|
236
|
+
- [WhoisFreaks::WhoisHistoricalItem](docs/WhoisHistoricalItem.md)
|
|
215
237
|
- [WhoisFreaks::WhoisHistoricalResponse](docs/WhoisHistoricalResponse.md)
|
|
238
|
+
- [WhoisFreaks::WhoisOrganization](docs/WhoisOrganization.md)
|
|
239
|
+
- [WhoisFreaks::WhoisPerson](docs/WhoisPerson.md)
|
|
216
240
|
- [WhoisFreaks::WhoisResponse](docs/WhoisResponse.md)
|
|
241
|
+
- [WhoisFreaks::WhoisRole](docs/WhoisRole.md)
|
|
217
242
|
|
|
218
243
|
|
|
219
244
|
## Documentation for Authorization
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **api_key** | **String** | | [optional] |
|
|
8
|
-
| **api_credits** | [**
|
|
9
|
-
| **api_subscription** | [**
|
|
8
|
+
| **api_credits** | [**ApiCredits**](ApiCredits.md) | | [optional] |
|
|
9
|
+
| **api_subscription** | [**ApiSubscription**](ApiSubscription.md) | | [optional] |
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# WhoisFreaks::
|
|
1
|
+
# WhoisFreaks::ApiCredits
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
```ruby
|
|
13
13
|
require 'whoisfreaks'
|
|
14
14
|
|
|
15
|
-
instance = WhoisFreaks::
|
|
15
|
+
instance = WhoisFreaks::ApiCredits.new(
|
|
16
16
|
total_credits: null,
|
|
17
17
|
served_request: null
|
|
18
18
|
)
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
# WhoisFreaks::
|
|
1
|
+
# WhoisFreaks::ApiSubscription
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **subscription_status** | **String** | | [optional] |
|
|
8
7
|
| **request_limit** | **Integer** | | [optional] |
|
|
9
8
|
| **served_requests** | **Integer** | | [optional] |
|
|
9
|
+
| **subscription_status** | **String** | | [optional] |
|
|
10
10
|
| **surcharge_request_limit** | **Integer** | | [optional] |
|
|
11
11
|
| **served_surcharge_requests** | **Integer** | | [optional] |
|
|
12
12
|
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
```ruby
|
|
16
16
|
require 'whoisfreaks'
|
|
17
17
|
|
|
18
|
-
instance = WhoisFreaks::
|
|
19
|
-
subscription_status: null,
|
|
18
|
+
instance = WhoisFreaks::ApiSubscription.new(
|
|
20
19
|
request_limit: null,
|
|
21
20
|
served_requests: null,
|
|
21
|
+
subscription_status: null,
|
|
22
22
|
surcharge_request_limit: null,
|
|
23
23
|
served_surcharge_requests: null
|
|
24
24
|
)
|
data/docs/AsnInfo.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# WhoisFreaks::AsnInfo
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **as_number** | **String** | | [optional] |
|
|
8
|
+
| **organization** | **String** | | [optional] |
|
|
9
|
+
| **country** | **String** | | [optional] |
|
|
10
|
+
| **type** | **String** | | [optional] |
|
|
11
|
+
| **domain** | **String** | | [optional] |
|
|
12
|
+
| **date_allocated** | **String** | | [optional] |
|
|
13
|
+
| **asn_name** | **String** | | [optional] |
|
|
14
|
+
| **allocation_status** | **String** | | [optional] |
|
|
15
|
+
| **num_of_ipv4_routes** | **String** | | [optional] |
|
|
16
|
+
| **num_of_ipv6_routes** | **String** | | [optional] |
|
|
17
|
+
| **rir** | **String** | | [optional] |
|
|
18
|
+
| **routes** | **Array<String>** | | [optional] |
|
|
19
|
+
| **downstreams** | [**Array<AsnPeer>**](AsnPeer.md) | | [optional] |
|
|
20
|
+
| **upstreams** | [**Array<AsnPeer>**](AsnPeer.md) | | [optional] |
|
|
21
|
+
| **peers** | [**Array<AsnPeer>**](AsnPeer.md) | | [optional] |
|
|
22
|
+
| **whois_response** | **String** | | [optional] |
|
|
23
|
+
|
|
24
|
+
## Example
|
|
25
|
+
|
|
26
|
+
```ruby
|
|
27
|
+
require 'whoisfreaks'
|
|
28
|
+
|
|
29
|
+
instance = WhoisFreaks::AsnInfo.new(
|
|
30
|
+
as_number: null,
|
|
31
|
+
organization: null,
|
|
32
|
+
country: null,
|
|
33
|
+
type: null,
|
|
34
|
+
domain: null,
|
|
35
|
+
date_allocated: null,
|
|
36
|
+
asn_name: null,
|
|
37
|
+
allocation_status: null,
|
|
38
|
+
num_of_ipv4_routes: null,
|
|
39
|
+
num_of_ipv6_routes: null,
|
|
40
|
+
rir: null,
|
|
41
|
+
routes: null,
|
|
42
|
+
downstreams: null,
|
|
43
|
+
upstreams: null,
|
|
44
|
+
peers: null,
|
|
45
|
+
whois_response: null
|
|
46
|
+
)
|
|
47
|
+
```
|
|
48
|
+
|
data/docs/AsnPeer.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# WhoisFreaks::AsnPeer
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **as_number** | **String** | | [optional] |
|
|
8
|
+
| **description** | **String** | | [optional] |
|
|
9
|
+
| **country** | **String** | | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'whoisfreaks'
|
|
15
|
+
|
|
16
|
+
instance = WhoisFreaks::AsnPeer.new(
|
|
17
|
+
as_number: null,
|
|
18
|
+
description: null,
|
|
19
|
+
country: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
data/docs/AsnWhoisResponse.md
CHANGED
|
@@ -4,12 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **as_number** | **String** | | [optional] |
|
|
9
|
-
| **query_time** | **String** | | [optional] |
|
|
10
|
-
| **whois_server** | **String** | | [optional] |
|
|
11
|
-
| **aut_nums** | [**Array<AsnWhoisResponseAutNumsInner>**](AsnWhoisResponseAutNumsInner.md) | | [optional] |
|
|
12
|
-
| **organization** | [**AsnWhoisResponseOrganization**](AsnWhoisResponseOrganization.md) | | [optional] |
|
|
7
|
+
| **asn** | [**AsnInfo**](AsnInfo.md) | | [optional] |
|
|
13
8
|
|
|
14
9
|
## Example
|
|
15
10
|
|
|
@@ -17,12 +12,7 @@
|
|
|
17
12
|
require 'whoisfreaks'
|
|
18
13
|
|
|
19
14
|
instance = WhoisFreaks::AsnWhoisResponse.new(
|
|
20
|
-
|
|
21
|
-
as_number: null,
|
|
22
|
-
query_time: null,
|
|
23
|
-
whois_server: null,
|
|
24
|
-
aut_nums: null,
|
|
25
|
-
organization: null
|
|
15
|
+
asn: null
|
|
26
16
|
)
|
|
27
17
|
```
|
|
28
18
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# WhoisFreaks::
|
|
1
|
+
# WhoisFreaks::BulkDnsResponse
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
```ruby
|
|
12
12
|
require 'whoisfreaks'
|
|
13
13
|
|
|
14
|
-
instance = WhoisFreaks::
|
|
14
|
+
instance = WhoisFreaks::BulkDnsResponse.new(
|
|
15
15
|
bulk_dns_info: null
|
|
16
16
|
)
|
|
17
17
|
```
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# WhoisFreaks::BulkDomainAvailabilityResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **bulk_domain_availability_response** | [**Array<DomainAvailabilityItem>**](DomainAvailabilityItem.md) | | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'whoisfreaks'
|
|
13
|
+
|
|
14
|
+
instance = WhoisFreaks::BulkDomainAvailabilityResponse.new(
|
|
15
|
+
bulk_domain_availability_response: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# WhoisFreaks::BulkIpReputationRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **ips** | **Array<String>** | | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'whoisfreaks'
|
|
13
|
+
|
|
14
|
+
instance = WhoisFreaks::BulkIpReputationRequest.new(
|
|
15
|
+
ips: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# WhoisFreaks::BulkWhoisItem
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | **Boolean** | | [optional] |
|
|
8
|
+
| **domain_name** | **String** | | [optional] |
|
|
9
|
+
| **error** | **String** | | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'whoisfreaks'
|
|
15
|
+
|
|
16
|
+
instance = WhoisFreaks::BulkWhoisItem.new(
|
|
17
|
+
status: null,
|
|
18
|
+
domain_name: null,
|
|
19
|
+
error: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# WhoisFreaks::BulkWhoisResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **bulk_whois_response** | [**Array<BulkWhoisItem>**](BulkWhoisItem.md) | | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'whoisfreaks'
|
|
13
|
+
|
|
14
|
+
instance = WhoisFreaks::BulkWhoisResponse.new(
|
|
15
|
+
bulk_whois_response: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# WhoisFreaks::CountryMetadata
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **calling_code** | **String** | | [optional] |
|
|
8
|
+
| **tld** | **String** | | [optional] |
|
|
9
|
+
| **languages** | **Array<String>** | | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'whoisfreaks'
|
|
15
|
+
|
|
16
|
+
instance = WhoisFreaks::CountryMetadata.new(
|
|
17
|
+
calling_code: null,
|
|
18
|
+
tld: null,
|
|
19
|
+
languages: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# WhoisFreaks::
|
|
1
|
+
# WhoisFreaks::Currency
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
```ruby
|
|
14
14
|
require 'whoisfreaks'
|
|
15
15
|
|
|
16
|
-
instance = WhoisFreaks::
|
|
16
|
+
instance = WhoisFreaks::Currency.new(
|
|
17
17
|
code: null,
|
|
18
18
|
name: null,
|
|
19
19
|
symbol: null
|
data/docs/DNSApi.md
CHANGED
|
@@ -12,7 +12,7 @@ All URIs are relative to *https://api.whoisfreaks.com*
|
|
|
12
12
|
|
|
13
13
|
## dns_bulk
|
|
14
14
|
|
|
15
|
-
> <
|
|
15
|
+
> <BulkDnsResponse> dns_bulk(api_key, type, dns_bulk_request, opts)
|
|
16
16
|
|
|
17
17
|
Bulk DNS Lookup
|
|
18
18
|
|
|
@@ -52,7 +52,7 @@ end
|
|
|
52
52
|
|
|
53
53
|
This returns an Array which contains the response data, status code and headers.
|
|
54
54
|
|
|
55
|
-
> <Array(<
|
|
55
|
+
> <Array(<BulkDnsResponse>, Integer, Hash)> dns_bulk_with_http_info(api_key, type, dns_bulk_request, opts)
|
|
56
56
|
|
|
57
57
|
```ruby
|
|
58
58
|
begin
|
|
@@ -60,7 +60,7 @@ begin
|
|
|
60
60
|
data, status_code, headers = api_instance.dns_bulk_with_http_info(api_key, type, dns_bulk_request, opts)
|
|
61
61
|
p status_code # => 2xx
|
|
62
62
|
p headers # => { ... }
|
|
63
|
-
p data # => <
|
|
63
|
+
p data # => <BulkDnsResponse>
|
|
64
64
|
rescue WhoisFreaks::ApiError => e
|
|
65
65
|
puts "Error when calling DNSApi->dns_bulk_with_http_info: #{e}"
|
|
66
66
|
end
|
|
@@ -77,7 +77,7 @@ end
|
|
|
77
77
|
|
|
78
78
|
### Return type
|
|
79
79
|
|
|
80
|
-
[**
|
|
80
|
+
[**BulkDnsResponse**](BulkDnsResponse.md)
|
|
81
81
|
|
|
82
82
|
### Authorization
|
|
83
83
|
|
data/docs/DatabaseFileStatus.md
CHANGED
|
@@ -4,10 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **newly** | [**
|
|
8
|
-
| **expired** | [**
|
|
9
|
-
| **
|
|
10
|
-
| **
|
|
7
|
+
| **newly** | [**NewlyStatus**](NewlyStatus.md) | | [optional] |
|
|
8
|
+
| **expired** | [**DateRangeStatus**](DateRangeStatus.md) | | [optional] |
|
|
9
|
+
| **cleaned_expired** | [**DateRangeStatus**](DateRangeStatus.md) | | [optional] |
|
|
10
|
+
| **dropped** | [**DateRangeStatus**](DateRangeStatus.md) | | [optional] |
|
|
11
|
+
| **dropped_with_backlinks** | [**DateRangeStatus**](DateRangeStatus.md) | | [optional] |
|
|
12
|
+
| **database_updates** | [**DatabaseUpdates**](DatabaseUpdates.md) | | [optional] |
|
|
11
13
|
|
|
12
14
|
## Example
|
|
13
15
|
|
|
@@ -17,7 +19,9 @@ require 'whoisfreaks'
|
|
|
17
19
|
instance = WhoisFreaks::DatabaseFileStatus.new(
|
|
18
20
|
newly: null,
|
|
19
21
|
expired: null,
|
|
22
|
+
cleaned_expired: null,
|
|
20
23
|
dropped: null,
|
|
24
|
+
dropped_with_backlinks: null,
|
|
21
25
|
database_updates: null
|
|
22
26
|
)
|
|
23
27
|
```
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# WhoisFreaks::DatabaseUpdates
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **domain_whois** | [**UpdateFrequencies**](UpdateFrequencies.md) | | [optional] |
|
|
8
|
+
| **dns** | [**UpdateFrequencies**](UpdateFrequencies.md) | | [optional] |
|
|
9
|
+
| **subdomains** | [**UpdateFrequencies**](UpdateFrequencies.md) | | [optional] |
|
|
10
|
+
| **ip_whois** | [**UpdateFrequencies**](UpdateFrequencies.md) | | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'whoisfreaks'
|
|
16
|
+
|
|
17
|
+
instance = WhoisFreaks::DatabaseUpdates.new(
|
|
18
|
+
domain_whois: null,
|
|
19
|
+
dns: null,
|
|
20
|
+
subdomains: null,
|
|
21
|
+
ip_whois: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
# WhoisFreaks::
|
|
1
|
+
# WhoisFreaks::DateRangeStatus
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **last_update** | **String** | | [optional] |
|
|
8
7
|
| **available_from** | **String** | | [optional] |
|
|
8
|
+
| **last_update** | **String** | | [optional] |
|
|
9
9
|
|
|
10
10
|
## Example
|
|
11
11
|
|
|
12
12
|
```ruby
|
|
13
13
|
require 'whoisfreaks'
|
|
14
14
|
|
|
15
|
-
instance = WhoisFreaks::
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
instance = WhoisFreaks::DateRangeStatus.new(
|
|
16
|
+
available_from: null,
|
|
17
|
+
last_update: null
|
|
18
18
|
)
|
|
19
19
|
```
|
|
20
20
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# WhoisFreaks::
|
|
1
|
+
# WhoisFreaks::DgaFeatures
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
```ruby
|
|
18
18
|
require 'whoisfreaks'
|
|
19
19
|
|
|
20
|
-
instance = WhoisFreaks::
|
|
21
|
-
domain_length:
|
|
22
|
-
vowel_consonant_ratio:
|
|
23
|
-
ngram_perplexity:
|
|
24
|
-
shannon_entropy:
|
|
25
|
-
digit_letter_ratio:
|
|
26
|
-
consonant_streak_max:
|
|
27
|
-
tld_in_known_dga_set:
|
|
20
|
+
instance = WhoisFreaks::DgaFeatures.new(
|
|
21
|
+
domain_length: null,
|
|
22
|
+
vowel_consonant_ratio: null,
|
|
23
|
+
ngram_perplexity: null,
|
|
24
|
+
shannon_entropy: null,
|
|
25
|
+
digit_letter_ratio: null,
|
|
26
|
+
consonant_streak_max: null,
|
|
27
|
+
tld_in_known_dga_set: null
|
|
28
28
|
)
|
|
29
29
|
```
|
|
30
30
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# WhoisFreaks::
|
|
1
|
+
# WhoisFreaks::DgaScore
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **score** | **Float** | | [optional] |
|
|
8
8
|
| **is_dga** | **Boolean** | | [optional] |
|
|
9
9
|
| **model** | **String** | | [optional] |
|
|
10
|
-
| **features** | [**
|
|
10
|
+
| **features** | [**DgaFeatures**](DgaFeatures.md) | | [optional] |
|
|
11
11
|
| **interpretation** | **String** | | [optional] |
|
|
12
12
|
|
|
13
13
|
## Example
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
```ruby
|
|
16
16
|
require 'whoisfreaks'
|
|
17
17
|
|
|
18
|
-
instance = WhoisFreaks::
|
|
19
|
-
score:
|
|
20
|
-
is_dga:
|
|
21
|
-
model:
|
|
18
|
+
instance = WhoisFreaks::DgaScore.new(
|
|
19
|
+
score: null,
|
|
20
|
+
is_dga: null,
|
|
21
|
+
model: null,
|
|
22
22
|
features: null,
|
|
23
|
-
interpretation:
|
|
23
|
+
interpretation: null
|
|
24
24
|
)
|
|
25
25
|
```
|
|
26
26
|
|