Hostname
activefloor.com
Last fetched
activefloor.com resolves to 2 IPv4 addresses operated by SEVMASH-AS in DK. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
activefloor.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 |
|---|---|---|---|---|
| 193.223.250.214 | 193.223.248.0/22 | AS48854 | SEVMASH-AS | DK |
| 193.223.250.219 | 193.223.248.0/22 | AS48854 | SEVMASH-AS | DK |
WHOIS identity
- Registrar
- iana:269
- Organization
- brian wurtz
- Contact emails
Subdomains
20 observed subdomains of activefloor.com.
Web-graph footprint
Distinct hostnames that link to or from activefloor.com in the public web crawl.
73 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for activefloor.com.
| Mechanism | Target |
|---|---|
| SPF_A | activefloor.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.dandomain.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from activefloor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "activefloor.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.