Hostname
figee.com
Last fetched
figee.com resolves to 1 IPv4 address operated by AS208537 in NL. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
figee.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.159.24.190 | 213.159.24.0/23 | AS208537 | — | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- kenz-figee group b.v.
- Contact emails
Subdomains
2 observed subdomains of figee.com.
| Subdomain |
|---|
| mail.figee.com |
| www.figee.com |
Web-graph footprint
Distinct hostnames that link to or from figee.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for figee.com.
| Mechanism | Target |
|---|---|
| SPF_A | figee.com |
| SPF_A | mmaexc01.meemaken.net |
| SPF_A | smtp.routit.net |
| SPF_A | smtp1.routit.net |
| SPF_INCLUDE | meemaken.net |
| SPF_INCLUDE | routit.net |
| SPF_INCLUDE | routit.nl |
| SPF_IP | 46.44.145.0/28 |
| SPF_MX | figee.com |
Related pages
Pivot deeper into the graph from figee.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "figee.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.