Hostname
arinfotech.us
Last fetched
arinfotech.us resolves to 2 IPv4 addresses operated by CTRLS-AS-IN - CtrlS in IN. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
arinfotech.us 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 |
|---|---|---|---|---|
| 103.241.146.71 | 103.241.146.0/24 | AS18229 | CTRLS-AS-IN - CtrlS | IN |
| 208.91.199.150 | 208.91.198.0/23 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
WHOIS identity
- Registrar
- iana:303
- Organization
- rahul
- Contact emails
Subdomains
22 observed subdomains of arinfotech.us.
Showing 14 of 22. View all subdomains →
Threat posture
History
Mail and authentication
MX records
- arinfotech.us
SPF policy
5 SPF mechanisms authorising senders for arinfotech.us.
| Mechanism | Target |
|---|---|
| SPF_A | arinfotech.us |
| SPF_INCLUDE | webhostbox.net |
| SPF_IP | 162.215.252.247 |
| SPF_IP | 208.91.199.150 |
| SPF_MX | arinfotech.us |
Related pages
Pivot deeper into the graph from arinfotech.us.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arinfotech.us"})-[: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.