Hostname
bamasf.edu
Last fetched
bamasf.edu resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
bamasf.edu 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.21.51.118 | 104.21.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 149.28.208.179 | 149.28.192.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
| 172.67.180.42 | 172.67.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with bamasf.edu in WhisperGraph.
Subdomains
2 observed subdomains of bamasf.edu.
| Subdomain |
|---|
| db9ca149d070.bamasf.edu |
Showing 1 of 2. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bamasf.edu in the public web crawl.
52 sites link to this hostname.
157 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for bamasf.edu.
| Mechanism | Target |
|---|---|
| SPF_A | bamasf.edu |
| SPF_A | ngfp-bmbb.accessdomain.com |
| SPF_MX | bamasf.edu |
Related pages
Pivot deeper into the graph from bamasf.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bamasf.edu"})-[: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.