Hostname
integral-mail.com
Last fetched
integral-mail.com resolves to 2 IPv4 addresses operated by AS29576 in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
integral-mail.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 |
|---|---|---|---|---|
| 194.146.134.40 | 194.146.132.0/22 | AS29576 | — | US |
| 94.154.36.184 | 94.154.36.0/24 | AS9009 | — | NL |
WHOIS identity
- Registrar
- iana:1068
- Organization
- novatim
- Contact emails
- achats@novatim.com
- ba06bded2fb54ab78d690889522d2f31.protect@withheldforprivacy.com
- 0857623a111f9b8289277914d5f40bba-894921@contact.gandi.net
- 87f61e6c6381e25a92c05b1a397abcd5-894921@contact.gandi.net
- 92dfebeef40c9f7e2686efeff67b5526-894921@contact.gandi.net
- eb090d606feec93165842f8a88e42e41-894921@contact.gandi.net
Subdomains
9 observed subdomains of integral-mail.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for integral-mail.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf2.integral-mail.com |
| SPF_A | spf3.integral-mail.com |
Related pages
Pivot deeper into the graph from integral-mail.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "integral-mail.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.