Hostname
sendvid.com
Last fetched
sendvid.com resolves to 2 IPv4 addresses operated by EVROLINE-NW-AS in NL. WHOIS lists iana:1505 as the registrar.
Nutrition Label
Resolution chain
sendvid.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 |
|---|---|---|---|---|
| 185.107.82.195 | 185.107.80.0/22 | AS43350 | EVROLINE-NW-AS | NL |
| 185.107.82.196 | 185.107.80.0/22 | AS43350 | EVROLINE-NW-AS | NL |
WHOIS identity
- Registrar
- iana:1505
- Organization
- whois protection, this company does not own this domain name s.r.o.
- Contact emails
Subdomains
17 observed subdomains of sendvid.com.
Web-graph footprint
Distinct hostnames that link to or from sendvid.com in the public web crawl.
1,200 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for sendvid.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.sendvid.com |
| SPF_INCLUDE | aspmx.googlemail.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_MX | sendvid.com |
Related pages
Pivot deeper into the graph from sendvid.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sendvid.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.