Hostname
self.bidyapith.com
Last fetched
self.bidyapith.com resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in US.
Nutrition Label
Resolution chain
self.bidyapith.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 |
|---|---|---|---|---|
| 50.6.199.28 | 50.6.192.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 51.79.231.14 | 51.79.128.0/17 | AS16276 | — | SG |
WHOIS identity
No WHOIS records are currently associated with self.bidyapith.com in WhisperGraph.
Subdomains
3 observed subdomains of self.bidyapith.com.
Showing 2 of 3. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for self.bidyapith.com.
| Mechanism | Target |
|---|---|
| SPF_A | self.bidyapith.com |
| SPF_INCLUDE | spf.hostmantis.com |
| SPF_IP | 50.6.199.28 |
| SPF_IP | 51.79.231.14 |
| SPF_MX | self.bidyapith.com |
Related pages
Pivot deeper into the graph from self.bidyapith.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "self.bidyapith.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.