Hostname
mol.gov.om
Last fetched
mol.gov.om resolves to 1 IPv4 address operated by NAWRAS-AS Sultanate of Oman in OM.
Nutrition Label
Resolution chain
mol.gov.om 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 |
|---|---|---|---|---|
| 46.40.200.130 | 46.40.200.0/24 | AS50010 | NAWRAS-AS Sultanate of Oman | OM |
WHOIS identity
No WHOIS records are currently associated with mol.gov.om in WhisperGraph.
Subdomains
10 observed subdomains of mol.gov.om.
Web-graph footprint
Distinct hostnames that link to or from mol.gov.om in the public web crawl.
254 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for mol.gov.om.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_INCLUDE | visa.com |
| SPF_IP | 134.0.203.36 |
| SPF_IP | 46.40.200.133 |
| SPF_MX | mol.gov.om |
Related pages
Pivot deeper into the graph from mol.gov.om.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mol.gov.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.