Hostname
blackvel.com
Last fetched
blackvel.com resolves to 1 IPv4 address operated by ORACLE-BMC-31898 - Oracle Corporation in SG. WHOIS lists iana:1912 as the registrar.
Nutrition Label
Resolution chain
blackvel.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 |
|---|---|---|---|---|
| 74.91.223.24 | 74.91.222.0/23 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | SG |
WHOIS identity
- Registrar
- iana:1912
- Organization
- blackvel solutions pte
- Contact emails
Subdomains
10 observed subdomains of blackvel.com.
Web-graph footprint
Distinct hostnames that link to or from blackvel.com in the public web crawl.
19 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 blackvel.com.
| Mechanism | Target |
|---|---|
| SPF_A | blackvel.com |
| SPF_IP | 74.91.223.24 |
| SPF_MX | blackvel.com |
Related pages
Pivot deeper into the graph from blackvel.com.
- IP · 74.91.223.24
- ASN · AS31898ORACLE-BMC-31898 - Oracle Corporation
- Registrar · iana:1912
- Country · SG
- Email · estella.lien@blackvel.com
- TLD · .com
- Browse hostnames · bl…
- 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: "blackvel.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.