Hostname
stifl.global
Last fetched
stifl.global resolves to 2 IPv4 addresses operated by GOOGLE - Google LLC in SG. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
stifl.global 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 |
|---|---|---|---|---|
| 35.213.176.217 | 35.213.128.0/18 | AS15169 | GOOGLE - Google LLC | SG |
| 79.124.76.223 | 79.124.76.0/24 | AS57344 | — | BG |
WHOIS identity
- Registrar
- iana:433
- Organization
- mycore
- Contact emails
- —
Subdomains
2 observed subdomains of stifl.global.
| Subdomain |
|---|
| mail.stifl.global |
| www.stifl.global |
Web-graph footprint
Distinct hostnames that link to or from stifl.global in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for stifl.global.
| Mechanism | Target |
|---|---|
| SPF_A | stifl.global |
| SPF_INCLUDE | stifl.global.spf.auto.dnssmarthost.net |
| SPF_IP | 35.213.159.45 |
| SPF_IP | 79.124.76.223 |
| SPF_MX | stifl.global |
Related pages
Pivot deeper into the graph from stifl.global.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stifl.global"})-[: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.