Hostname
armadaint.com
Last fetched
armadaint.com resolves to 2 IPv4 addresses operated by AS42926 in TR. WHOIS lists iana:3871 as the registrar.
Nutrition Label
Resolution chain
armadaint.com 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 |
|---|---|---|---|---|
| 176.53.66.211 | 176.53.66.0/24 | AS42926 | — | TR |
| 78.135.66.112 | 78.135.66.0/24 | AS48678 | — | TR |
WHOIS identity
- Registrar
- iana:3871
- Organization
- yetkinel danışmanlık bilgisayar san.ve tic. ltd. şti.
- Contact emails
Subdomains
5 observed subdomains of armadaint.com.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for armadaint.com.
| Mechanism | Target |
|---|---|
| SPF_A | armadaint.com |
| SPF_IP | 213.128.75.109 |
| SPF_IP | 79.98.128.218 |
| SPF_IP | 79.98.128.224 |
| SPF_IP | 79.98.128.227 |
| SPF_MX | armadaint.com |
Related pages
Pivot deeper into the graph from armadaint.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "armadaint.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.