Skip to content

Hostname

techloser.com

Last fetched

techloser.com resolves to 1 IPv4 address operated by ATLANTICBB-JOHNSTOWN - Breezeline in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · techloser.comRouting diversity1.5/10Peering density5.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/techloser.com

Resolution chain

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

IPPrefixASNOperatorCountry
23.244.76.14223.244.76.0/24AS11776ATLANTICBB-JOHNSTOWN - BreezelineUS

WHOIS identity

Registrar
iana:2
Organization
perfect privacy,
Contact emails

Subdomains

7 observed subdomains of techloser.com.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for techloser.com.

MechanismTarget
SPF_Amail.techloser.com
SPF_IP50.4.183.170
SPF_MXtechloser.com

Related pages

Pivot deeper into the graph from techloser.com.

Cypher and MCP

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

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