Hostname
mec.edu.om
Last fetched
mec.edu.om resolves to 2 IPv4 addresses operated by AS204170 in OM. WHOIS lists iana:1224 as the registrar.
Nutrition Label
Resolution chain
mec.edu.om resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 206.167.33.108 | 206.167.33.0/24 | AS204170 | — | OM |
| 51.112.106.199 | 51.112.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
WHOIS identity
- Registrar
- iana:1224
- Organization
- mohammed sakeer
- Contact emails
- —
Subdomains
41 observed subdomains of mec.edu.om.
Showing 25 of 41. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mec.edu.om in the public web crawl.
71 sites link to this hostname.
69 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for mec.edu.om.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from mec.edu.om.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mec.edu.om"})-[: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.