Skip to content

Hostname

in2black.ca

Last fetched

in2black.ca resolves to 2 IPv4 addresses operated by IOFLOOD - Input Output Flood LLC in US.

Nutrition Label

WHISPER CANON · in2black.caRouting diversity2.4/10Peering density4.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/in2black.ca

Resolution chain

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

IPPrefixASNOperatorCountry
192.30.138.10192.30.138.0/24AS53755IOFLOOD - Input Output Flood LLCUS
64.68.200.4464.68.200.0/22AS16686EDNS - easyDNS Technologies, Inc.CA

WHOIS identity

No WHOIS records are currently associated with in2black.ca in WhisperGraph.

Subdomains

1 observed subdomain of in2black.ca.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for in2black.ca.

MechanismTarget
SPF_Aspf.hostedspf.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from in2black.ca.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "in2black.ca"})-[: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.