Hostname
pbx.si
Last fetched
pbx.si resolves to 1 IPv4 address operated by ABAK in SI.
Nutrition Label
Resolution chain
pbx.si 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 |
|---|---|---|---|---|
| 46.23.1.44 | 46.23.0.0/20 | AS197441 | ABAK | SI |
WHOIS identity
No WHOIS records are currently associated with pbx.si in WhisperGraph.
Subdomains
2 observed subdomains of pbx.si.
| Subdomain |
|---|
| mail.pbx.si |
| wildcard.pbx.si |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for pbx.si.
| Mechanism | Target |
|---|---|
| SPF_A | pbx.si |
| SPF_IP | 46.23.1.21 |
| SPF_MX | pbx.si |
Related pages
Pivot deeper into the graph from pbx.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pbx.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.