Hostname
saintjoseph.tinycluster.com
Last fetched
saintjoseph.tinycluster.com resolves to 2 IPv4 addresses operated by AS6696 in BE.
Nutrition Label
Resolution chain
saintjoseph.tinycluster.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 |
|---|---|---|---|---|
| 185.99.48.33 | 185.99.48.0/24 | AS6696 | — | BE |
| 193.105.73.254 | 193.105.73.0/24 | AS6696 | — | BE |
WHOIS identity
No WHOIS records are currently associated with saintjoseph.tinycluster.com in WhisperGraph.
Subdomains
1 observed subdomain of saintjoseph.tinycluster.com.
| Subdomain |
|---|
| mail.saintjoseph.tinycluster.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for saintjoseph.tinycluster.com.
| Mechanism | Target |
|---|---|
| SPF_A | saintjoseph.tinycluster.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | relaycloud1.behostings.net |
| SPF_IP | 193.105.73.254 |
| SPF_MX | saintjoseph.tinycluster.com |
Related pages
Pivot deeper into the graph from saintjoseph.tinycluster.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "saintjoseph.tinycluster.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.