Hostname
www.fulldigital.com
Last fetched
www.fulldigital.com resolves to 2 IPv4 addresses operated by AS42910 in TR.
Nutrition Label
Resolution chain
www.fulldigital.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 |
|---|---|---|---|---|
| 193.33.29.88 | 193.33.208.0/24 | AS42910 | — | TR |
| 212.68.46.9 | 212.70.98.0/24 | AS42910 | — | TR |
WHOIS identity
No WHOIS records are currently associated with www.fulldigital.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for www.fulldigital.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.fulldigital.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 193.33.29.87 |
| SPF_IP | 193.33.29.88 |
| SPF_IP | 212.68.46.14 |
| SPF_IP | 212.68.46.9 |
| SPF_MX | www.fulldigital.com |
Related pages
Pivot deeper into the graph from www.fulldigital.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.fulldigital.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.