Skip to content

Hostname

second.adg7.com

Last fetched

second.adg7.com resolves to 1 IPv4 address operated by SAKURA-C SAKURA Internet Inc. in JP.

Nutrition Label

WHISPER CANON · second.adg7.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/second.adg7.com

Resolution chain

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

IPPrefixASNOperatorCountry
49.212.235.5249.212.0.0/16AS9371SAKURA-C SAKURA Internet Inc.JP

WHOIS identity

No WHOIS records are currently associated with second.adg7.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from second.adg7.com in the public web crawl.

5 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

  • second.adg7.com

SPF policy

2 SPF mechanisms authorising senders for second.adg7.com.

MechanismTarget
SPF_Awww3342.sakura.ne.jp
SPF_MXsecond.adg7.com

Related pages

Pivot deeper into the graph from second.adg7.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "second.adg7.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.