Hostname
pfconcept.com
Last fetched
pfconcept.com resolves to 1 IPv4 address operated by AS57866 in NL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
pfconcept.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 |
|---|---|---|---|---|
| 45.141.105.92 | 45.141.104.0/22 | AS57866 | — | NL |
WHOIS identity
- Registrar
- iana:146
- Organization
- pf concept international b.v.
- Contact emails
Subdomains
147 observed subdomains of pfconcept.com.
Showing 25 of 147. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pfconcept.com in the public web crawl.
180 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
22 SPF mechanisms authorising senders for pfconcept.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.twikey.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mxcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 182.160.107.240/29 |
| SPF_IP | 185.3.178.128/27 |
| SPF_IP | 193.172.50.64/28 |
| SPF_IP | 194.187.200.24/29 |
| SPF_IP | 212.114.118.209 |
| SPF_IP | 213.17.201.128/27 |
| SPF_IP | 2a00:a7c0:1339::/48 |
| SPF_IP | 2a0f:dc40:2::/48 |
| SPF_IP | 2a0f:dc40:3::/48 |
| SPF_IP | 45.141.105.80/28 |
| SPF_IP | 46.144.132.80/28 |
| SPF_IP | 46.144.182.128/28 |
| SPF_IP | 86.105.160.224/27 |
| SPF_IP | 86.105.161.0/27 |
| SPF_IP | 89.106.165.208/28 |
| SPF_MX | pfconcept.com |
Related pages
Pivot deeper into the graph from pfconcept.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pfconcept.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.