Hostname
oncor.com
Last fetched
oncor.com resolves to 5 IPv4 addresses operated by ONCOR-1 - Oncor Electric Delivery Company, LLC in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
oncor.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.16.160.78 | 199.16.160.0/24 | AS26958 | ONCOR-1 - Oncor Electric Delivery Company, LLC | US |
| 203.80.97.233 | 203.80.97.0/24 | AS9269 | HKBN-AS-AP Hong Kong Broadband Network Ltd. | HK |
| 203.80.97.88 | 203.80.97.0/24 | AS9269 | HKBN-AS-AP Hong Kong Broadband Network Ltd. | HK |
| 23.212.110.138 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.162 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
WHOIS identity
- Registrar
- iana:2
- Organization
- oncor electric delivery company
- Contact emails
Subdomains
117 observed subdomains of oncor.com.
Showing 25 of 117. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from oncor.com in the public web crawl.
628 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for oncor.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | rightnowtech.com |
| SPF_INCLUDE | spf.aristotle.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_IP | 20.80.226.176/28 |
| SPF_IP | 52.189.17.224/28 |
| SPF_MX | oncor.com |
Related pages
Pivot deeper into the graph from oncor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oncor.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.