Hostname
salesfloor.net
Last fetched
salesfloor.net resolves to 2 IPv4 addresses operated by BIGSCOOTS - BigScoots in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
salesfloor.net 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.65.227.179 | 38.65.224.0/22 | AS394303 | BIGSCOOTS - BigScoots | US |
| 8.232.93.227 | 8.232.0.0/15 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
89 observed subdomains of salesfloor.net.
Showing 25 of 89. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from salesfloor.net in the public web crawl.
129 sites link to this hostname.
339 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 salesfloor.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from salesfloor.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "salesfloor.net"})-[: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.