Hostname
101.qa
Last fetched
101.qa resolves to 1 IPv4 address operated by PEERNYC - Peerless Clothing Inc. in US. WHOIS lists registrar:q host technologies as the registrar.
Nutrition Label
Resolution chain
101.qa 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 |
|---|---|---|---|---|
| 162.253.227.90 | 162.253.224.0/22 | AS32475 | PEERNYC - Peerless Clothing Inc. | US |
WHOIS identity
- Registrar
- registrar:q host technologies
- Organization
- —
- Contact emails
- —
Subdomains
31 observed subdomains of 101.qa.
Showing 20 of 31. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 101.qa in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- 101.qa
SPF policy
4 SPF mechanisms authorising senders for 101.qa.
| Mechanism | Target |
|---|---|
| SPF_A | 101.qa |
| SPF_IP | 162.253.224.21 |
| SPF_IP | 162.253.227.90 |
| SPF_MX | 101.qa |
Related pages
Pivot deeper into the graph from 101.qa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "101.qa"})-[: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.