Skip to content

Hostname

eknowhow.com

Last fetched

eknowhow.com resolves to 1 IPv4 address operated by AS23943 in AU. WHOIS lists iana:269 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
116.118.241.13116.118.241.0/24AS23943AU

WHOIS identity

Registrar
iana:269
Organization
limited, eknowhow
Contact emails

Subdomains

7 observed subdomains of eknowhow.com.

Web-graph footprint

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

36 sites link to this hostname.

7 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for eknowhow.com.

MechanismTarget
SPF_INCLUDEsmtp-out.isp-support.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP116.118.245.20
SPF_IP116.118.253.36
SPF_IP203.62.221.226
SPF_IP216.55.101.214
SPF_IP216.55.99.240/32
SPF_MXeknowhow.com
SPF_MXmail.eknowhow.com

Related pages

Pivot deeper into the graph from eknowhow.com.

Cypher and MCP

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

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