Hostname
mailgyn.com
Last fetched
mailgyn.com resolves to 4 IPv4 addresses operated by AS16276 in FR. WHOIS lists iana:2487 as the registrar.
Nutrition Label
Resolution chain
mailgyn.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 164.132.154.124 | 164.132.0.0/16 | AS16276 | — | FR |
| 164.132.154.128 | 164.132.0.0/16 | AS16276 | — | FR |
| 51.254.217.48 | 51.254.0.0/15 | AS16276 | — | FR |
| 54.36.76.121 | 54.36.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:2487
- Organization
- nicolo capone
- Contact emails
Subdomains
3 observed subdomains of mailgyn.com.
Web-graph footprint
Distinct hostnames that link to or from mailgyn.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for mailgyn.com.
| Mechanism | Target |
|---|---|
| SPF_A | mailgyn.com |
Related pages
Pivot deeper into the graph from mailgyn.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mailgyn.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.