Skip to content

Hostname

one.com

Last fetched

one.com resolves to 2 IPv4 addresses operated by BRIDGESTONE-EUROPE-AS in DK. WHOIS lists iana:113 as the registrar.

Nutrition Label

WHISPER CANON · one.comRouting diversity1.5/10Peering density3.6/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/one.com

Resolution chain

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

IPPrefixASNOperatorCountry
195.47.247.8195.47.247.0/24AS51468BRIDGESTONE-EUROPE-ASDK
195.47.247.9195.47.247.0/24AS51468BRIDGESTONE-EUROPE-ASDK

WHOIS identity

Registrar
iana:113
Organization
amit kumar
Contact emails

Subdomains

391 observed subdomains of one.com.

Web-graph footprint

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

38,797 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for one.com.

MechanismTarget
SPF_INCLUDE_spf.one.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEsecure-mailgate.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.mail.intercom.io
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEspf.protection.outlook.de

Related pages

Pivot deeper into the graph from one.com.

Cypher and MCP

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

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