Skip to content

Hostname

ample-consulting.com

Last fetched

ample-consulting.com resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:839 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
116.202.167.201116.202.0.0/16AS24940DE

WHOIS identity

Registrar
iana:839
Organization
ample
Contact emails

Threat posture

History

Mail and authentication

MX records

  • ample-consulting.com

SPF policy

5 SPF mechanisms authorising senders for ample-consulting.com.

MechanismTarget
SPF_Aample-consulting.com
SPF_INCLUDEspf.nindohost.net
SPF_IP168.119.147.225
SPF_IP46.4.28.20
SPF_MXample-consulting.com

Related pages

Pivot deeper into the graph from ample-consulting.com.

Cypher and MCP

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

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