Skip to content

Hostname

smtp.hosts.delta.com

Last fetched

smtp.hosts.delta.com resolves to 15 IPv4 addresses operated by NORTHWEST-AIRLINES - Northwest Airlines in US.

Nutrition Label

WHISPER CANON · smtp.hosts.delta.comRouting diversity4.2/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/smtp.hosts.delta.com

Resolution chain

smtp.hosts.delta.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
139.72.57.100139.72.57.0/24AS10370NORTHWEST-AIRLINES - Northwest AirlinesUS
139.72.57.101139.72.57.0/24AS10370NORTHWEST-AIRLINES - Northwest AirlinesUS
139.72.57.102139.72.57.0/24AS10370NORTHWEST-AIRLINES - Northwest AirlinesUS
139.72.57.103139.72.57.0/24AS10370NORTHWEST-AIRLINES - Northwest AirlinesUS
170.41.205.100170.41.204.0/22AS26034ASN-DELTA-OUT - Delta TechnologyUS
170.41.205.101170.41.204.0/22AS26034ASN-DELTA-OUT - Delta TechnologyUS
170.41.205.102170.41.204.0/22AS26034ASN-DELTA-OUT - Delta TechnologyUS
170.41.205.103170.41.204.0/22AS26034ASN-DELTA-OUT - Delta TechnologyUS
170.41.216.98170.41.216.0/24AS26034ASN-DELTA-OUT - Delta TechnologyUS
170.41.40.10170.41.40.0/24AS26034ASN-DELTA-OUT - Delta TechnologyUS
170.41.40.11170.41.40.0/24AS26034ASN-DELTA-OUT - Delta TechnologyUS
170.41.40.12170.41.40.0/24AS26034ASN-DELTA-OUT - Delta TechnologyUS
170.41.40.13170.41.40.0/24AS26034ASN-DELTA-OUT - Delta TechnologyUS
205.174.22.21205.174.22.0/24AS26034ASN-DELTA-OUT - Delta TechnologyUS
70.33.230.3270.33.228.0/22AS13768COGECO-PEER1 - Aptum TechnologiesCA

WHOIS identity

No WHOIS records are currently associated with smtp.hosts.delta.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from smtp.hosts.delta.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "smtp.hosts.delta.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.