Hostname
bobross.com
Last fetched
bobross.com resolves to 2 IPv4 addresses operated by MUFSD-1 - Massapequa Union Free School District in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
bobross.com 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 |
|---|---|---|---|---|
| 192.200.160.21 | 192.200.160.0/24 | AS399566 | MUFSD-1 - Massapequa Union Free School District | US |
| 35.190.71.195 | 35.190.0.0/16 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- bob ross,
- Contact emails
Subdomains
6 observed subdomains of bobross.com.
Web-graph footprint
Distinct hostnames that link to or from bobross.com in the public web crawl.
399 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for bobross.com.
| Mechanism | Target |
|---|---|
| SPF_A | bobross.com |
| SPF_INCLUDE | _spf.bigcommerce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | bobross.com |
Related pages
Pivot deeper into the graph from bobross.com.
- IP · 192.200.160.21
- ASN · AS399566MUFSD-1 - Massapequa Union Free School District
- Registrar · iana:2
- Country · US
- Email · d36yz6fh4gt@networksolutionsprivateregistration.com
- TLD · .com
- 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: "bobross.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.