Hostname
faofoods.com
Last fetched
faofoods.com resolves to 2 IPv4 addresses operated by AS51167 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
faofoods.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 |
|---|---|---|---|---|
| 62.171.165.212 | 62.171.164.0/23 | AS51167 | — | DE |
| 89.116.152.43 | 89.116.152.0/24 | AS47583 | — | NL |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
3 observed subdomains of faofoods.com.
| Subdomain |
|---|
| _spfm.faofoods.com |
| www.faofoods.com |
Showing 2 of 3. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for faofoods.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | dc-8e814c8572._spfm.faofoods.com |
Related pages
Pivot deeper into the graph from faofoods.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "faofoods.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.