Skip to content

Hostname

test.elect-integra.com

Last fetched

test.elect-integra.com resolves to 6 IPv4 addresses operated by AWS-GOVCLOUD AWS-GOVCLOUD in US.

Nutrition Label

WHISPER CANON · test.elect-integra.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/test.elect-integra.com

Resolution chain

test.elect-integra.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.64.35.18816.64.0.0/17AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
16.64.50.16416.64.0.0/17AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
16.64.56.16116.64.0.0/17AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
16.65.38.14816.65.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.252.205.22418.252.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.254.103.18318.254.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS

WHOIS identity

No WHOIS records are currently associated with test.elect-integra.com in WhisperGraph.

Subdomains

2 observed subdomains of test.elect-integra.com.

Threat posture

History

Related pages

Pivot deeper into the graph from test.elect-integra.com.

Cypher and MCP

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

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