Hostname
customers.howards.com
Last fetched
customers.howards.com resolves to 2 IPv4 addresses operated by MAILGUN-US - Mailgun Technologies Inc. in US.
Nutrition Label
Resolution chain
customers.howards.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 |
|---|---|---|---|---|
| 198.244.50.68 | 198.244.50.0/24 | AS396479 | MAILGUN-US - Mailgun Technologies Inc. | US |
| 198.244.53.245 | 198.244.53.0/24 | AS396479 | MAILGUN-US - Mailgun Technologies Inc. | US |
WHOIS identity
No WHOIS records are currently associated with customers.howards.com in WhisperGraph.
Subdomains
1 observed subdomain of customers.howards.com.
| Subdomain |
|---|
| email.customers.howards.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for customers.howards.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.leadconnectorhq.com |
Related pages
Pivot deeper into the graph from customers.howards.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "customers.howards.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.