Hostname
aafcu.com
Last fetched
aafcu.com resolves to 1 IPv4 address operated by COMCAST-7922 - Comcast Cable Communications, LLC in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
aafcu.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 |
|---|---|---|---|---|
| 107.1.44.141 | 107.0.0.0/14 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- air academy federal credit union
- Contact emails
Subdomains
23 observed subdomains of aafcu.com.
Web-graph footprint
Distinct hostnames that link to or from aafcu.com in the public web crawl.
26 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for aafcu.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf.myappro.com |
| SPF_INCLUDE | _spf.optimalblue.com |
| SPF_INCLUDE | es._spf.adp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfref.jackhenry.com |
| SPF_INCLUDE | usb._netblocks.mimecast.com |
| SPF_IP | 107.1.44.143 |
| SPF_IP | 147.185.45.21 |
| SPF_IP | 149.72.47.228/32 |
| SPF_IP | 153.69.200.104/32 |
| SPF_IP | 207.45.164.0/24 |
| SPF_IP | 208.75.94.0/22 |
| SPF_IP | 50.203.55.238 |
| SPF_IP | 63.117.120.96/27 |
| SPF_IP | 63.159.241.142 |
| SPF_IP | 66.205.187.162/32 |
Related pages
Pivot deeper into the graph from aafcu.com.
- IP · 107.1.44.141
- ASN · AS7922COMCAST-7922 - Comcast Cable Communications, LLC
- Registrar · iana:2
- Country · US
- Email · webmaster@aafcu.com
- TLD · .com
- Browse hostnames · aa…
- 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: "aafcu.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.