Hostname
atccf.org
Last fetched
atccf.org resolves to 3 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
atccf.org resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.70.127.45 | 104.70.127.0/24 | AS20940 | — | US |
| 104.70.127.59 | 104.70.127.0/24 | AS20940 | — | US |
| 147.249.12.42 | 147.249.12.0/24 | AS18434 | FNIS - Fidelity National Information Services, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domain administrator
- Contact emails
Subdomains
1 observed subdomain of atccf.org.
| Subdomain |
|---|
| www.atccf.org |
Web-graph footprint
Distinct hostnames that link to or from atccf.org in the public web crawl.
10 sites link to this hostname.
86 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for atccf.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _u.atccf.org._spf.dmarcla.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from atccf.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atccf.org"})-[: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.