Hostname
neosr.com
Last fetched
neosr.com resolves to 1 IPv4 address operated by AS271048 in BR. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
neosr.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 179.0.128.35 | 179.0.128.0/24 | AS271048 | — | BR |
WHOIS identity
- Registrar
- iana:146
- Organization
- fernando lopes dos santos
- Contact emails
Subdomains
2 observed subdomains of neosr.com.
| Subdomain |
|---|
| mail.neosr.com |
| www.neosr.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for neosr.com.
| Mechanism | Target |
|---|---|
| SPF_A | neosr.com |
| SPF_IP | 179.0.128.0/24 |
| SPF_IP | 192.254.71.240/28 |
| SPF_MX | neosr.com |
Related pages
Pivot deeper into the graph from neosr.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "neosr.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.