Hostname
mailing.securefeed.eu
Last fetched
mailing.securefeed.eu resolves to 1 IPv4 address operated by AS200484 in FR.
Nutrition Label
Resolution chain
mailing.securefeed.eu 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 |
|---|---|---|---|---|
| 77.32.217.46 | 77.32.192.0/19 | AS200484 | — | FR |
WHOIS identity
No WHOIS records are currently associated with mailing.securefeed.eu in WhisperGraph.
Subdomains
2 observed subdomains of mailing.securefeed.eu.
Threat posture
History
Mail and authentication
MX records
- mailing.securefeed.eu
SPF policy
9 SPF mechanisms authorising senders for mailing.securefeed.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | __spf.google.com |
| SPF_INCLUDE | spf.codesk.nl |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | vpo.nl |
| SPF_IP | 185.49.48.66 |
| SPF_IP | 185.49.48.67 |
| SPF_IP | 192.237.158.38/32 |
| SPF_IP | 5.102.136.39 |
| SPF_MX | mailing.securefeed.eu |
Related pages
Pivot deeper into the graph from mailing.securefeed.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mailing.securefeed.eu"})-[: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.