Hostname
sender.dropsa.com
Last fetched
sender.dropsa.com resolves to 7 IPv4 addresses operated by FASTWEB in IT.
Nutrition Label
Resolution chain
sender.dropsa.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.228.254.130 | 2.224.0.0/13 | AS12874 | FASTWEB | IT |
| 34.248.190.134 | 34.248.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 37.159.253.246 | 37.159.128.0/17 | AS30722 | VODAFONE-IT-ASN | IT |
| 5.189.160.231 | 5.189.160.0/20 | AS51167 | CONTABO | DE |
| 93.46.220.10 | 93.46.0.0/15 | AS12874 | FASTWEB | IT |
| 93.46.220.12 | 93.46.0.0/15 | AS12874 | FASTWEB | IT |
| 93.46.220.14 | 93.46.0.0/15 | AS12874 | FASTWEB | IT |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Related pages
Pivot deeper into the graph from sender.dropsa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sender.dropsa.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.