Skip to content

Hostname

tbl42.com

Last fetched

tbl42.com resolves to 1 IPv4 address operated by AS-ULTAHOST - Ultahost, Inc. in US. WHOIS lists iana:120 as the registrar.

Nutrition Label

WHISPER CANON · tbl42.comRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/tbl42.com

Resolution chain

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

IPPrefixASNOperatorCountry
192.142.48.119192.142.48.0/24AS398256AS-ULTAHOST - Ultahost, Inc.US

WHOIS identity

Registrar
iana:120
Organization
domain manager
Contact emails

Subdomains

3 observed subdomains of tbl42.com.

Threat posture

History

Mail and authentication

MX records

SPF policy

1 SPF mechanism authorising senders for tbl42.com.

MechanismTarget
SPF_IP192.142.48.41

Related pages

Pivot deeper into the graph from tbl42.com.

Cypher and MCP

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

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