Skip to content

Hostname

taylor.com

Last fetched

taylor.com resolves to 1 IPv4 address operated by TAYLOR-CORPORATION - Taylor Corporation in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
198.12.19.160198.12.16.0/22AS17195TAYLOR-CORPORATION - Taylor CorporationUS

WHOIS identity

Registrar
iana:2
Organization
demand management,
Contact emails

Subdomains

28 observed subdomains of taylor.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for taylor.com.

MechanismTarget
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEoci.bigmachines.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf_c.oraclecloud.com
SPF_IP104.43.218.254
SPF_IP138.1.36.217/32
SPF_IP147.154.18.119/32
SPF_IP198.12.16.0/24
SPF_IP198.12.17.0/24
SPF_IP198.12.18.0/24
SPF_IP198.12.30.98

Related pages

Pivot deeper into the graph from taylor.com.

Cypher and MCP

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

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