Hostname
omeda.com
Last fetched
omeda.com resolves to 1 IPv4 address operated by PEER-POINT - Peer-Point Services, LLC. in US. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
omeda.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 |
|---|---|---|---|---|
| 204.180.130.40 | 204.180.130.0/24 | AS53866 | PEER-POINT - Peer-Point Services, LLC. | US |
WHOIS identity
- Registrar
- iana:472
- Organization
- greg benson
- Contact emails
Subdomains
112 observed subdomains of omeda.com.
Showing 25 of 112. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from omeda.com in the public web crawl.
232 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for omeda.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_INCLUDE | wpdatacenter.com |
| SPF_IP | 12.1.222.216/29 |
| SPF_IP | 12.18.126.96/27 |
| SPF_IP | 12.31.51.0/24 |
| SPF_IP | 204.180.130.0/24 |
| SPF_IP | 204.95.114.96/28 |
| SPF_IP | 205.162.40.0/21 |
| SPF_IP | 208.28.15.0/24 |
| SPF_IP | 209.10.197.34 |
| SPF_IP | 209.10.197.56 |
| SPF_IP | 209.10.197.76 |
| SPF_IP | 52.205.104.71 |
Related pages
Pivot deeper into the graph from omeda.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "omeda.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.