Hostname
mail.restechservices.net
Last fetched
mail.restechservices.net resolves to 1 IPv4 address operated by RTASN - ResTech Services LLC in US.
Nutrition Label
Resolution chain
mail.restechservices.net 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 |
|---|---|---|---|---|
| 50.93.208.28 | 50.93.208.0/24 | AS46262 | RTASN - ResTech Services LLC | US |
WHOIS identity
No WHOIS records are currently associated with mail.restechservices.net in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for mail.restechservices.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 10.0.0.0/8 |
| SPF_IP | 172.16.0.0/12 |
| SPF_IP | 192.168.0.0/16 |
| SPF_IP | 204.11.129.0/24 |
| SPF_IP | 204.11.130.0/23 |
| SPF_IP | 204.11.134.0/24 |
| SPF_IP | 204.15.24.0/21 |
| SPF_IP | 216.26.96.0/19 |
| SPF_MX | mail.restechservices.net |
Related pages
Pivot deeper into the graph from mail.restechservices.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.restechservices.net"})-[: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.