Hostname
mail.ptangels.com
Last fetched
mail.ptangels.com resolves to 2 IPv4 addresses operated by SCALAHOSTING - Scala Hosting LLC in US.
Nutrition Label
Resolution chain
mail.ptangels.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 |
|---|---|---|---|---|
| 165.140.156.53 | 165.140.156.0/24 | AS40476 | SCALAHOSTING - Scala Hosting LLC | US |
| 199.167.131.13 | 199.167.131.0/24 | AS19122 | ESTRUXTURE-ON-19122 - eStruxture Data Centers Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with mail.ptangels.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for mail.ptangels.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ptangels.com |
| SPF_INCLUDE | spf-a.entirelydigital.com |
| SPF_IP | 216.55.100.251 |
| SPF_MX | mail.ptangels.com |
Related pages
Pivot deeper into the graph from mail.ptangels.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.ptangels.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.