Hostname
administer.fi
Last fetched
administer.fi resolves to 3 IPv4 addresses operated by EQUEST-AS e-Quest IT Diensten in FI.
Nutrition Label
Resolution chain
administer.fi resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 83.143.220.147 | 83.143.216.0/21 | AS42708 | EQUEST-AS e-Quest IT Diensten | FI |
| 83.143.220.148 | 83.143.216.0/21 | AS42708 | EQUEST-AS e-Quest IT Diensten | FI |
| 83.143.220.151 | 83.143.216.0/21 | AS42708 | EQUEST-AS e-Quest IT Diensten | FI |
WHOIS identity
No WHOIS records are currently associated with administer.fi in WhisperGraph.
Subdomains
19 observed subdomains of administer.fi.
Web-graph footprint
Distinct hostnames that link to or from administer.fi in the public web crawl.
68 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for administer.fi.
| Mechanism | Target |
|---|---|
| SPF_A | sendgrid.net |
| SPF_INCLUDE | 26306162.spf08.hubspotemail.net |
| SPF_INCLUDE | _spf.valtti.com |
| SPF_INCLUDE | spf.magiccloud.fi |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.100.88.11 |
| SPF_IP | 194.100.88.14 |
| SPF_IP | 194.136.217.190 |
| SPF_IP | 195.60.252.50/32 |
| SPF_IP | 2001:a68:e:10::/64 |
| SPF_IP | 51.254.115.54 |
| SPF_IP | 81.17.201.0/26 |
| SPF_MX | administer.fi |
Related pages
Pivot deeper into the graph from administer.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "administer.fi"})-[: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.