Hostname
nxfiltration.com
Last fetched
nxfiltration.com resolves to 1 IPv4 address operated by NL-BIT BIT BV in NL. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
nxfiltration.com 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 |
|---|---|---|---|---|
| 185.173.21.167 | 185.173.21.0/24 | AS12859 | NL-BIT BIT BV | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- nx filtration n.v.
- Contact emails
Subdomains
5 observed subdomains of nxfiltration.com.
Web-graph footprint
Distinct hostnames that link to or from nxfiltration.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for nxfiltration.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.exactonline.nl |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.byte.nl |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.flowmailer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.136.64.131 |
| SPF_IP | 185.173.21.167 |
| SPF_IP | 5.255.65.198 |
| SPF_IP | 5.255.65.203/24 |
| SPF_IP | 5.255.65.215/25 |
| SPF_IP | 62.165.69.54 |
Related pages
Pivot deeper into the graph from nxfiltration.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nxfiltration.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.