Hostname
qc.microfix.nl
Last fetched
qc.microfix.nl resolves to 1 IPv4 address operated by AS48635 in NL.
Nutrition Label
Resolution chain
qc.microfix.nl 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 |
|---|---|---|---|---|
| 62.221.207.81 | 62.221.192.0/19 | AS48635 | — | NL |
WHOIS identity
No WHOIS records are currently associated with qc.microfix.nl in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for qc.microfix.nl.
| Mechanism | Target |
|---|---|
| SPF_A | qc.microfix.nl |
| SPF_INCLUDE | 145680300.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.mx-relay.com |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | u49176763.wl014.sendgrid.net |
| SPF_IP | 104.40.229.156/32 |
| SPF_IP | 141.138.137.59 |
| SPF_IP | 213.10.169.176 |
| SPF_IP | 213.125.247.218 |
| SPF_IP | 62.221.207.81 |
| SPF_IP | 81.169.222.29 |
| SPF_IP | 88.214.28.233 |
| SPF_IP | 91.142.249.36 |
| SPF_MX | qc.microfix.nl |
Related pages
Pivot deeper into the graph from qc.microfix.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qc.microfix.nl"})-[: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.