Hostname
bph.si
Last fetched
bph.si resolves to 2 IPv4 addresses operated by SIOL-NET - Telekom Slovenije, d.d. in SI.
Nutrition Label
Resolution chain
bph.si 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 |
|---|---|---|---|---|
| 193.77.1.151 | 193.77.0.0/18 | AS5603 | SIOL-NET - Telekom Slovenije, d.d. | SI |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with bph.si in WhisperGraph.
Subdomains
2 observed subdomains of bph.si.
| Subdomain |
|---|
| mail.bph.si |
| www.bph.si |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for bph.si.
| Mechanism | Target |
|---|---|
| SPF_A | bph.si |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 91.199.161.210 |
| SPF_IP | 91.199.161.221/32 |
| SPF_MX | bph.si |
Related pages
Pivot deeper into the graph from bph.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bph.si"})-[: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.