Hostname
waapi.systemsleads.com
Last fetched
waapi.systemsleads.com resolves to 2 IPv4 addresses operated by RISE-UT-DIGIS-AS36453 - JAB Wireless, INC. in US.
Nutrition Label
Resolution chain
waapi.systemsleads.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 |
|---|---|---|---|---|
| 192.250.227.15 | 192.250.227.0/24 | AS36454 | RISE-UT-DIGIS-AS36453 - JAB Wireless, INC. | US |
| 44.220.11.160 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with waapi.systemsleads.com in WhisperGraph.
Subdomains
1 observed subdomain of waapi.systemsleads.com.
| Subdomain |
|---|
| www.waapi.systemsleads.com |
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for waapi.systemsleads.com.
| Mechanism | Target |
|---|---|
| SPF_A | waapi.systemsleads.com |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 192.250.227.15 |
| SPF_MX | waapi.systemsleads.com |
Related pages
Pivot deeper into the graph from waapi.systemsleads.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "waapi.systemsleads.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.