Hostname
anageed-sa.com
Last fetched
anageed-sa.com resolves to 2 IPv4 addresses operated by AS-GLOBALTELEHOST - GTHost in US. WHOIS lists iana:1154 as the registrar.
Nutrition Label
Resolution chain
anageed-sa.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 |
|---|---|---|---|---|
| 216.106.180.123 | 216.106.180.0/24 | AS63023 | AS-GLOBALTELEHOST - GTHost | US |
| 3.11.205.170 | 3.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- iana:1154
- Organization
- alaa ahmed
- Contact emails
Subdomains
7 observed subdomains of anageed-sa.com.
Web-graph footprint
Distinct hostnames that link to or from anageed-sa.com in the public web crawl.
15 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for anageed-sa.com.
| Mechanism | Target |
|---|---|
| SPF_A | anageed-sa.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 3.11.188.227/32 |
| SPF_IP | 3.11.205.170 |
| SPF_IP | 89.145.92.221 |
| SPF_MX | anageed-sa.com |
Related pages
Pivot deeper into the graph from anageed-sa.com.
- IP · 216.106.180.123
- ASN · AS63023AS-GLOBALTELEHOST - GTHost
- Registrar · iana:1154
- Country · US
- Email · alaariyadhit@gmail.com
- TLD · .com
- Browse hostnames · an…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "anageed-sa.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.