Hostname
toolfly.app
Last fetched
toolfly.app resolves to 2 IPv4 addresses operated by H4Y-TECHNOLOGIES - H4Y Technologies LLC in US.
Nutrition Label
Resolution chain
toolfly.app 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 |
|---|---|---|---|---|
| 198.37.102.3 | 198.37.102.0/24 | AS397373 | H4Y-TECHNOLOGIES - H4Y Technologies LLC | US |
| 198.37.120.210 | 198.37.120.0/24 | AS397373 | H4Y-TECHNOLOGIES - H4Y Technologies LLC | US |
WHOIS identity
No WHOIS records are currently associated with toolfly.app in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from toolfly.app in the public web crawl.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- toolfly.app
SPF policy
5 SPF mechanisms authorising senders for toolfly.app.
| Mechanism | Target |
|---|---|
| SPF_A | toolfly.app |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 198.37.102.3 |
| SPF_IP | 198.37.120.210 |
| SPF_MX | toolfly.app |
Related pages
Pivot deeper into the graph from toolfly.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "toolfly.app"})-[: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.