Hostname
firmabm.pl
Last fetched
firmabm.pl resolves to 2 IPv4 addresses operated by AS24940 in FI. WHOIS lists registrar:ovh sas as the registrar.
Nutrition Label
Resolution chain
firmabm.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 |
|---|---|---|---|---|
| 65.21.136.116 | 65.21.0.0/16 | AS24940 | — | FI |
| 77.55.252.40 | 77.55.252.0/23 | AS15967 | — | PL |
WHOIS identity
- Registrar
- registrar:ovh sas
- Organization
- paramedic 24 sp. z o.o.
- Contact emails
- —
Subdomains
1 observed subdomain of firmabm.pl.
| Subdomain |
|---|
| www.firmabm.pl |
Web-graph footprint
Distinct hostnames that link to or from firmabm.pl in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- firmabm.pl
SPF policy
4 SPF mechanisms authorising senders for firmabm.pl.
| Mechanism | Target |
|---|---|
| SPF_A | firmabm.pl |
| SPF_IP | 2a01:4f9:3b:25cb:0:0:0:2 |
| SPF_IP | 65.21.136.116 |
| SPF_MX | firmabm.pl |
Related pages
Pivot deeper into the graph from firmabm.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "firmabm.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.