Hostname
helpdesk.epcusa.com
Last fetched
helpdesk.epcusa.com resolves to 1 IPv4 address operated by EPC-INC - Executive Personal Computers Inc. in US.
Nutrition Label
Resolution chain
helpdesk.epcusa.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 68.90.69.229 | 68.90.68.0/23 | AS13324 | EPC-INC - Executive Personal Computers Inc. | US |
WHOIS identity
No WHOIS records are currently associated with helpdesk.epcusa.com in WhisperGraph.
Subdomains
1 observed subdomain of helpdesk.epcusa.com.
| Subdomain |
|---|
| www.helpdesk.epcusa.com |
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for helpdesk.epcusa.com.
| Mechanism | Target |
|---|---|
| SPF_A | helpdesk.epcusa.com |
| SPF_INCLUDE | epc.windstreambusiness.net |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | shops.shopify.com |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 68.90.68.0/23 |
| SPF_MX | helpdesk.epcusa.com |
Related pages
Pivot deeper into the graph from helpdesk.epcusa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "helpdesk.epcusa.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.