Hostname
stqu.com
Last fetched
stqu.com resolves to 1 IPv4 address operated by AS37492 in TN. WHOIS lists iana:886 as the registrar.
Nutrition Label
Resolution chain
stqu.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 |
|---|---|---|---|---|
| 193.95.93.65 | 193.95.92.0/23 | AS37492 | — | TN |
WHOIS identity
- Registrar
- iana:886
- Organization
- socia(c)ta(c) tunisienne de quincaillerie
- Contact emails
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for stqu.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 193.95.123.25 |
| SPF_IP | 193.95.123.26 |
| SPF_IP | 193.95.123.27 |
| SPF_IP | 196.224.96.4/32 |
| SPF_IP | 196.224.96.5 |
| SPF_IP | 196.224.96.6/32 |
| SPF_IP | 197.26.11.132/29 |
| SPF_IP | 197.26.11.133 |
| SPF_IP | 197.26.11.134 |
Related pages
Pivot deeper into the graph from stqu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stqu.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.