Hostname
oh5ag.com
Last fetched
oh5ag.com resolves to 2 IPv4 addresses operated by AS201692 in FI. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
oh5ag.com 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 |
|---|---|---|---|---|
| 5.44.244.222 | 5.44.244.0/24 | AS201692 | — | FI |
| 88.99.26.106 | 88.99.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:269
- Organization
- domain myynti
- Contact emails
Subdomains
8 observed subdomains of oh5ag.com.
Web-graph footprint
Distinct hostnames that link to or from oh5ag.com in the public web crawl.
6 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mail.oh5ag.com
- oh5ag.com
SPF policy
7 SPF mechanisms authorising senders for oh5ag.com.
| Mechanism | Target |
|---|---|
| SPF_A | oh5ag.com |
| SPF_INCLUDE | _spf.wepardi.fi |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 5.44.244.222 |
| SPF_IP | 88.99.26.106 |
| SPF_IP | 94.237.10.15 |
| SPF_MX | oh5ag.com |
Related pages
Pivot deeper into the graph from oh5ag.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oh5ag.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.