Hostname
angel.co
Last fetched
angel.co resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
angel.co 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 |
|---|---|---|---|---|
| 104.18.14.64 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.15.64 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:81
- Organization
- al brand,
- Contact emails
- domains@angel.co
- 0b678d8bbb404450879d898c8da8b002.protect@whoisguard.com
- 1b76b898cf45468b86ce6d6bd92fe2d0.protect@whoisguard.com
- 1c468017ad5f4371b3496551bcc3d412.protect@whoisguard.com
- 1ebbf00907294d75ad6c078b248ea5a4.protect@whoisguard.com
- 29f6c312a0994854a21a641f922e2906.protect@whoisguard.com
- 3bbdf28d90a04229acb645fc459e0086.protect@whoisguard.com
- 44994bbfa4d64f6988c6e32dc3181c62.protect@whoisguard.com
- 4cf2ca6fbc004870aae915c8bb0ec97a.protect@whoisguard.com
- 51f9dc886ddf4bf0985bc2d5120486ef.protect@whoisguard.com
- 6367e20c6d634cc98a1fe3a3dbee803f.protect@whoisguard.com
- 647a0d7dce0948d4a44f4d3971275c32.protect@whoisguard.com
- 713d5dd482c24a0cb2f324ae9b9f33a4.protect@whoisguard.com
- 7c64614f921046c0a39c09fb6d13986e.protect@whoisguard.com
- 8694430156394bfb8f35b3b8495d4936.protect@whoisguard.com
- 9aa69f5b049048edb3cb53b382c2d218.protect@whoisguard.com
- a71fb4ff603944f6863cb8530a566f44.protect@whoisguard.com
- aae79288d1c74c6baabdaeecb68fac0c.protect@whoisguard.com
- bae78c364ed3493da7085acfae26f2e8.protect@whoisguard.com
- c837bc46b2c249479d1db9c5d7412720.protect@whoisguard.com
- and 4 more
Subdomains
20 observed subdomains of angel.co.
Web-graph footprint
Distinct hostnames that link to or from angel.co in the public web crawl.
13,777 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for angel.co.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | helpscoutemail.com |
| SPF_INCLUDE | sendgrid.net |
Related pages
Pivot deeper into the graph from angel.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "angel.co"})-[: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.