Skip to content

Hostname

va.elect-integra.com

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.252.148.15018.252.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.252.218.23518.252.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.253.228.2818.253.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.253.240.15518.253.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.253.48.18618.253.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
182.30.142.34182.30.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS

WHOIS identity

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

Subdomains

1 observed subdomain of va.elect-integra.com.

Web-graph footprint

Distinct hostnames that link to or from va.elect-integra.com in the public web crawl.

8 sites link to this hostname.

Threat posture

History

Related pages

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

Cypher and MCP

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

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