Hostname
1001sales.com
Last fetched
1001sales.com resolves to 2 IPv4 addresses operated by AS47583 in SG. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
1001sales.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 |
|---|---|---|---|---|
| 195.35.62.148 | 195.35.62.0/23 | AS47583 | — | SG |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- iana:303
- Organization
- domain admin
- Contact emails
Subdomains
4 observed subdomains of 1001sales.com.
Web-graph footprint
Distinct hostnames that link to or from 1001sales.com in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for 1001sales.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mail.hostinger.com |
Related pages
Pivot deeper into the graph from 1001sales.com.
- IP · 195.35.62.148
- ASN · AS47583
- Registrar · iana:303
- Country · SG
- Email · 30491acdea274bba8dad7366c4f72f69.protect@whoisguard.com
- TLD · .com
- Browse hostnames · 10…
- 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: "1001sales.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.