Hostname
afmc.org
Last fetched
afmc.org resolves to 2 IPv4 addresses operated by BIGSCOOTS - BigScoots in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
afmc.org 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 |
|---|---|---|---|---|
| 38.58.228.238 | 38.58.224.0/21 | AS394303 | BIGSCOOTS - BigScoots | US |
| 50.31.98.50 | 50.31.98.0/23 | AS394303 | BIGSCOOTS - BigScoots | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- arkansas foundation for medical care,
- Contact emails
Subdomains
29 observed subdomains of afmc.org.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from afmc.org in the public web crawl.
156 sites link to this hostname.
247 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for afmc.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 5568972.spf03.hubspotemail.net |
| SPF_INCLUDE | _spf.paubox.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 216.99.193.14 |
| SPF_IP | 38.58.228.238 |
| SPF_IP | 50.31.98.50 |
| SPF_IP | 68.232.149.210 |
| SPF_IP | 68.232.153.222 |
Related pages
Pivot deeper into the graph from afmc.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "afmc.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.