Hostname
gfbsa.cfd
Last fetched
gfbsa.cfd resolves to 2 IPv4 addresses operated by PONYNET - FranTech Solutions in LU. WHOIS lists iana:1601 as the registrar.
Nutrition Label
Resolution chain
gfbsa.cfd 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 |
|---|---|---|---|---|
| 198.251.88.188 | 198.251.88.0/24 | AS53667 | PONYNET - FranTech Solutions | LU |
| 86.107.77.205 | 86.107.77.0/24 | AS216395 | — | DE |
WHOIS identity
- Registrar
- iana:1601
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of gfbsa.cfd.
| Subdomain |
|---|
| my.gfbsa.cfd |
| us.gfbsa.cfd |
Showing 2 of 4. View all subdomains →
Threat posture
History
Mail and authentication
MX records
- gfbsa.cfd
SPF policy
5 SPF mechanisms authorising senders for gfbsa.cfd.
| Mechanism | Target |
|---|---|
| SPF_A | gfbsa.cfd |
| SPF_INCLUDE | spf-c.mailbaby.net |
| SPF_IP | 198.251.88.188 |
| SPF_IP | 86.107.77.205 |
| SPF_MX | gfbsa.cfd |
Related pages
Pivot deeper into the graph from gfbsa.cfd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gfbsa.cfd"})-[: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.