Skip to content

Hostname

factorytrax.com

Last fetched

factorytrax.com resolves to 3 IPv4 addresses operated by AS9583 in IN. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · factorytrax.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/factorytrax.com

Resolution chain

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

IPPrefixASNOperatorCountry
1.7.7.1001.7.7.0/24AS9583IN
209.38.55.90209.38.52.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCNL
138.197.228.245138.197.228.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

Registrar
iana:146
Organization
sami lavikko
Contact emails

Subdomains

1 observed subdomain of factorytrax.com.

Threat posture

History

Related pages

Pivot deeper into the graph from factorytrax.com.

Cypher and MCP

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

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