Hostname
dbadmin.brightanimals.com
Last fetched
dbadmin.brightanimals.com resolves to 2 IPv4 addresses operated by AS49981 in NL.
Nutrition Label
Resolution chain
dbadmin.brightanimals.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 |
|---|---|---|---|---|
| 190.2.146.4 | 190.2.144.0/20 | AS49981 | — | NL |
| 190.2.147.77 | 190.2.144.0/20 | AS49981 | — | NL |
WHOIS identity
No WHOIS records are currently associated with dbadmin.brightanimals.com in WhisperGraph.
Subdomains
1 observed subdomain of dbadmin.brightanimals.com.
| Subdomain |
|---|
| www.dbadmin.brightanimals.com |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for dbadmin.brightanimals.com.
| Mechanism | Target |
|---|---|
| SPF_A | dbadmin.brightanimals.com |
| SPF_IP | 185.177.124.95 |
| SPF_IP | 190.2.146.4 |
| SPF_IP | 190.2.147.77 |
| SPF_IP | 212.8.240.29 |
| SPF_MX | dbadmin.brightanimals.com |
Related pages
Pivot deeper into the graph from dbadmin.brightanimals.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dbadmin.brightanimals.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.