Skip to content

Hostname

img.ofoproject.com

Last fetched

img.ofoproject.com resolves to 3 IPv4 addresses operated by ACE-AS-AP - ACE in BR.

Nutrition Label

WHISPER CANON · img.ofoproject.comRouting diversity3.0/10Peering density8.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/img.ofoproject.com

Resolution chain

img.ofoproject.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
43.152.36.17743.152.36.0/24AS139341ACE-AS-AP - ACEBR
43.175.164.20843.175.164.0/24AS139341ACE-AS-AP - ACEUS
43.175.165.17843.175.165.0/24AS139341ACE-AS-AP - ACENL

WHOIS identity

No WHOIS records are currently associated with img.ofoproject.com in WhisperGraph.

Subdomains

1 observed subdomain of img.ofoproject.com.

Threat posture

History

Related pages

Pivot deeper into the graph from img.ofoproject.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "img.ofoproject.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 20

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