Hostname
armalgnc.com
Last fetched
armalgnc.com resolves to 1 IPv4 address operated by AS16276 in IE. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
armalgnc.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 |
|---|---|---|---|---|
| 147.135.201.227 | 147.135.128.0/17 | AS16276 | — | IE |
WHOIS identity
- Registrar
- iana:2
- Organization
- general nutrition investment
- Contact emails
Subdomains
5 observed subdomains of armalgnc.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for armalgnc.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 77.240.80.200 |
| SPF_IP | 77.240.80.201 |
| SPF_IP | 77.240.80.202 |
| SPF_IP | 77.240.80.205 |
| SPF_IP | 77.240.80.211 |
| SPF_IP | 77.240.80.212 |
| SPF_IP | 77.240.80.46 |
| SPF_IP | 77.240.80.48 |
| SPF_MX | armalgnc.com |
Related pages
Pivot deeper into the graph from armalgnc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "armalgnc.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.