Hostname
webdisk.oromiffa.com
Last fetched
webdisk.oromiffa.com resolves to 5 IPv4 addresses operated by SERVERROOM - Data Room, Inc in US.
Nutrition Label
Resolution chain
webdisk.oromiffa.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 168.100.174.35 | 168.100.174.0/24 | AS19624 | SERVERROOM - Data Room, Inc | US |
| 176.111.218.142 | 176.111.218.0/24 | AS19740 | SUDJAM - Sudjam, LLC | US |
| 209.212.144.152 | 209.212.144.0/20 | AS32181 | ASN-GIGENET - GigeNET | US |
| 23.19.46.230 | 23.19.44.0/22 | AS395954 | LEASEWEB-USA-LAX - Leaseweb USA, Inc. | US |
| 37.59.126.57 | 37.59.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with webdisk.oromiffa.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for webdisk.oromiffa.com.
| Mechanism | Target |
|---|---|
| SPF_A | dns.oromiffa.com |
Related pages
Pivot deeper into the graph from webdisk.oromiffa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webdisk.oromiffa.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.