Hostname
the-aiff.com
Last fetched
the-aiff.com resolves to 2 IPv4 addresses operated by AS9498 in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
the-aiff.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 |
|---|---|---|---|---|
| 103.255.190.72 | 96.0.0.0/3 | AS9498 | — | IN |
| 5.175.167.140 | 5.175.167.0/24 | AS132005 | — | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- all india football federation
- Contact emails
Subdomains
17 observed subdomains of the-aiff.com.
Web-graph footprint
Distinct hostnames that link to or from the-aiff.com in the public web crawl.
557 sites link to this hostname.
159 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for the-aiff.com.
| Mechanism | Target |
|---|---|
| SPF_A | the-aiff.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 103.255.190.72 |
| SPF_IP | 209.160.40.189 |
| SPF_MX | the-aiff.com |
Related pages
Pivot deeper into the graph from the-aiff.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "the-aiff.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.