Hostname
omcg.com
Last fetched
omcg.com resolves to 1 IPv4 address operated by ARUBA-ASN in IT. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
omcg.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 |
|---|---|---|---|---|
| 95.110.143.247 | 95.110.136.0/21 | AS31034 | ARUBA-ASN | IT |
WHOIS identity
- Registrar
- iana:168
- Organization
- macri italia
- Contact emails
Subdomains
2 observed subdomains of omcg.com.
| Subdomain |
|---|
| autodiscover.omcg.com |
| www.omcg.com |
Web-graph footprint
Distinct hostnames that link to or from omcg.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for omcg.com.
| Mechanism | Target |
|---|---|
| SPF_A | esva.varo.it |
| SPF_INCLUDE | _spf.aruba.it |
| SPF_INCLUDE | comm2000.it |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.webapps.net |
| SPF_IP | 10.77.77.1/32 |
| SPF_IP | 195.74.75.195 |
| SPF_IP | 216.245.209.236/32 |
| SPF_IP | 5.135.30.171/32 |
| SPF_IP | 5.172.88.0/24 |
| SPF_IP | 62.97.32.0/25 |
| SPF_IP | 77.93.250.64/26 |
| SPF_IP | 93.145.35.26 |
Related pages
Pivot deeper into the graph from omcg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "omcg.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.