Hostname
oose.com
Last fetched
oose.com resolves to 1 IPv4 address operated by SINMA-ASN in DE. WHOIS lists iana:1328 as the registrar.
Nutrition Label
Resolution chain
oose.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 |
|---|---|---|---|---|
| 83.223.95.170 | 83.223.95.0/24 | AS8875 | SINMA-ASN | DE |
WHOIS identity
- Registrar
- iana:1328
- Organization
- name administration inc. (bvi)
- Contact emails
Subdomains
6 observed subdomains of oose.com.
Web-graph footprint
Distinct hostnames that link to or from oose.com in the public web crawl.
24 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for oose.com.
| Mechanism | Target |
|---|---|
| SPF_A | beamer.itce.cloud |
| SPF_A | oose.com |
| SPF_A | pool1-spamx03.itce.cloud |
| SPF_A | pool1-spamx04.itce.cloud |
| SPF_A | pool2-spamx03.itce.cloud |
| SPF_A | pool2-spamx04.itce.cloud |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.209.109.80 |
| SPF_MX | oose.com |
Related pages
Pivot deeper into the graph from oose.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oose.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.