Hostname
groups.sciway.net
Last fetched
groups.sciway.net resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
groups.sciway.net 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 |
|---|---|---|---|---|
| 104.16.160.115 | 104.16.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.16.161.115 | 104.16.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with groups.sciway.net in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for groups.sciway.net.
| Mechanism | Target |
|---|---|
| SPF_A | groups.sciway.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_IP | 216.117.4.0/24 |
| SPF_IP | 216.117.5.0/24 |
| SPF_IP | 216.223.188.0/24 |
| SPF_IP | 3.213.114.62/32 |
| SPF_IP | 3.230.214.68/32 |
| SPF_IP | 52.204.91.137/32 |
| SPF_IP | 52.23.43.58/32 |
| SPF_IP | 54.163.145.215/32 |
| SPF_IP | 54.166.2.11/32 |
| SPF_MX | groups.sciway.net |
Related pages
Pivot deeper into the graph from groups.sciway.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "groups.sciway.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.