Skip to content

Hostname

ut.elect-integra.com

Last fetched

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

Nutrition Label

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

Resolution chain

ut.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.12.25216.64.0.0/17AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
16.65.36.5916.65.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.254.147.16718.254.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.254.154.12018.254.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.254.170.3618.254.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.254.190.918.254.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS

WHOIS identity

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

Threat posture

History

Related pages

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

Cypher and MCP

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

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