Hostname
enoc.com
Last fetched
enoc.com resolves to 10 IPv4 addresses operated by ENOC-AS in AE. WHOIS lists iana:1738 as the registrar.
Nutrition Label
Resolution chain
enoc.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.225.195.31 | 185.225.195.0/24 | AS205213 | ENOC-AS | AE |
| 185.225.195.32 | 185.225.195.0/24 | AS205213 | ENOC-AS | AE |
| 185.225.195.33 | 185.225.195.0/24 | AS205213 | ENOC-AS | AE |
| 185.225.195.34 | 185.225.195.0/24 | AS205213 | ENOC-AS | AE |
| 185.225.195.35 | 185.225.195.0/24 | AS205213 | ENOC-AS | AE |
| 185.225.195.36 | 185.225.195.0/24 | AS205213 | ENOC-AS | AE |
| 185.225.195.37 | 185.225.195.0/24 | AS205213 | ENOC-AS | AE |
| 185.225.195.38 | 185.225.195.0/24 | AS205213 | ENOC-AS | AE |
| 185.225.195.39 | 185.225.195.0/24 | AS205213 | ENOC-AS | AE |
| 185.225.195.40 | 185.225.195.0/24 | AS205213 | ENOC-AS | AE |
WHOIS identity
- Registrar
- iana:1738
- Organization
- enoc
- Contact emails
Subdomains
48 observed subdomains of enoc.com.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from enoc.com in the public web crawl.
271 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for enoc.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.175.247 |
| SPF_IP | 185.225.192.129 |
| SPF_IP | 185.225.192.130 |
| SPF_IP | 185.225.192.44 |
| SPF_IP | 185.225.192.45 |
| SPF_IP | 185.225.194.129 |
| SPF_IP | 185.225.194.44 |
Related pages
Pivot deeper into the graph from enoc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "enoc.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.