Hostname
taurus.info.pl
Last fetched
taurus.info.pl resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists registrar:dinfo.pl sylwia wierońska as the registrar.
Nutrition Label
Resolution chain
taurus.info.pl 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 |
|---|---|---|---|---|
| 157.90.104.26 | 157.90.0.0/16 | AS24940 | — | DE |
| 94.130.21.166 | 94.130.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:dinfo.pl sylwia wierońska
- Organization
- taurus
- Contact emails
- —
Subdomains
15 observed subdomains of taurus.info.pl.
Web-graph footprint
Distinct hostnames that link to or from taurus.info.pl in the public web crawl.
82 sites link to this hostname.
35 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for taurus.info.pl.
| Mechanism | Target |
|---|---|
| SPF_A | taurus.info.pl |
| SPF_INCLUDE | _spf.cyberfolks.pl |
| SPF_INCLUDE | _spf.jupiter.salesmanago.pl |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | spf.tld.pl |
| SPF_MX | taurus.info.pl |
Related pages
Pivot deeper into the graph from taurus.info.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "taurus.info.pl"})-[: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.