Hostname
firs.co.fk
Last fetched
firs.co.fk resolves to 1 IPv4 address operated by AS204649 in FK.
Nutrition Label
Resolution chain
firs.co.fk 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 |
|---|---|---|---|---|
| 80.73.216.121 | 80.73.216.0/23 | AS204649 | — | FK |
WHOIS identity
No WHOIS records are currently associated with firs.co.fk in WhisperGraph.
Subdomains
2 observed subdomains of firs.co.fk.
| Subdomain |
|---|
| mail.firs.co.fk |
| www.firs.co.fk |
Web-graph footprint
Distinct hostnames that link to or from firs.co.fk in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for firs.co.fk.
| Mechanism | Target |
|---|---|
| SPF_A | firs.co.fk |
| SPF_MX | firs.co.fk |
Related pages
Pivot deeper into the graph from firs.co.fk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "firs.co.fk"})-[: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.