Hostname
geninf.com
Last fetched
geninf.com resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
geninf.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.174.145.154 | 34.174.128.0/17 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from geninf.com in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
38 SPF mechanisms authorising senders for geninf.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_INCLUDE | _1c440ca7151897153a07cb05c297bdaf.spf.dnssmarthost.net |
| SPF_INCLUDE | _spf.intacct.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.useinbox.net |
| SPF_INCLUDE | spf1.geninf.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 12.201.222.34 |
| SPF_IP | 13.111.0.0/16 |
| SPF_IP | 184.183.191.5/32 |
| SPF_IP | 198.105.204.0/24 |
| SPF_IP | 198.105.205.0/24 |
| SPF_IP | 23.253.182.0/23 |
| SPF_IP | 34.66.115.54 |
| SPF_IP | 34.69.117.62/32 |
| SPF_IP | 34.70.123.227 |
| SPF_IP | 34.70.37.227/32 |
| SPF_IP | 35.184.95.72 |
| SPF_IP | 35.190.247.0/24 |
| SPF_IP | 35.191.0.0/16 |
| SPF_IP | 35.192.135.139/32 |
| SPF_IP | 35.192.5.156/32 |
| SPF_IP | 35.202.176.239 |
| SPF_IP | 35.206.105.37/32 |
| SPF_IP | 35.206.120.11/32 |
| SPF_IP | 35.208.10.124/32 |
| SPF_IP | 35.208.121.216/32 |
| SPF_IP | 35.208.244.18/32 |
| SPF_IP | 35.209.67.207/32 |
| SPF_IP | 35.222.126.238 |
| SPF_IP | 35.223.167.9/32 |
| SPF_IP | 35.224.11.180/32 |
| SPF_IP | 35.225.161.143/32 |
| SPF_IP | 50.188.108.169 |
| SPF_IP | 8.12.58.0/24 |
| SPF_IP | 8.224.10.0/24 |
| SPF_IP | 8.34.161.0/24 |
Related pages
Pivot deeper into the graph from geninf.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "geninf.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.