Hostname
wabt.com
Last fetched
wabt.com resolves to 1 IPv4 address operated by LIGHTEDGE-AS-02 - LightEdge Solutions in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
wabt.com 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 |
|---|---|---|---|---|
| 216.81.193.202 | 216.81.193.0/24 | AS11320 | LIGHTEDGE-AS-02 - LightEdge Solutions | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- west alabama bank & trust
- Contact emails
Subdomains
12 observed subdomains of wabt.com.
Web-graph footprint
Distinct hostnames that link to or from wabt.com in the public web crawl.
22 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for wabt.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | dnsexit.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.cashedge.com |
| SPF_INCLUDE | spf.usa.net |
| SPF_IP | 12.145.177.240/32 |
| SPF_IP | 12.217.222.20 |
| SPF_IP | 139.60.0.0/24 |
| SPF_IP | 139.60.1.0/24 |
| SPF_IP | 139.60.2.0/24 |
| SPF_IP | 139.60.3.0/24 |
| SPF_IP | 173.45.128.6/32 |
| SPF_IP | 192.64.74.173/32 |
| SPF_IP | 192.64.78.111/32 |
| SPF_IP | 208.235.248.20/32 |
| SPF_IP | 208.93.20.2/32 |
| SPF_MX | wabt.com |
Related pages
Pivot deeper into the graph from wabt.com.
- IP · 216.81.193.202
- ASN · AS11320LIGHTEDGE-AS-02 - LightEdge Solutions
- Registrar · iana:2
- Country · US
- Email · drew@wabt.com
- TLD · .com
- Browse hostnames · wa…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wabt.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.