Skip to content

Hostname

infome.app

Last fetched

infome.app resolves to 1 IPv4 address operated by AS8560 in US. WHOIS lists iana:83 as the registrar.

Nutrition Label

WHISPER CANON · infome.appRouting diversity1.5/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/infome.app

Resolution chain

infome.app resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
66.179.191.16166.179.188.0/22AS8560US

WHOIS identity

Registrar
iana:83
Organization
infomi, ooo
Contact emails

Subdomains

14 observed subdomains of infome.app.

Web-graph footprint

Distinct hostnames that link to or from infome.app in the public web crawl.

81 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for infome.app.

MechanismTarget
SPF_A66.179.191.161
SPF_Ainfome.app
SPF_MXinfome.app

Related pages

Pivot deeper into the graph from infome.app.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "infome.app"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.