Hostname
pcifs.com
Last fetched
pcifs.com resolves to 1 IPv4 address operated by AS8987 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
pcifs.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 |
|---|---|---|---|---|
| 18.254.208.14 | 18.254.0.0/16 | AS8987 | — | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- creek indian enterprises
- Contact emails
Subdomains
5 observed subdomains of pcifs.com.
Web-graph footprint
Distinct hostnames that link to or from pcifs.com in the public web crawl.
5 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for pcifs.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.ultipro.com |
| SPF_INCLUDE | pcifs-com.spf.smtp25.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.ultipro.com |
| SPF_IP | 142.190.81.86 |
| SPF_IP | 170.249.150.218 |
| SPF_IP | 170.249.151.238 |
| SPF_IP | 170.249.171.10 |
| SPF_IP | 170.249.188.50 |
| SPF_IP | 173.198.154.106 |
| SPF_IP | 24.96.178.22 |
| SPF_IP | 4.34.237.226 |
| SPF_IP | 69.85.192.46 |
| SPF_IP | 69.85.203.162 |
| SPF_IP | 70.118.0.246 |
| SPF_IP | 97.78.144.34 |
Related pages
Pivot deeper into the graph from pcifs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pcifs.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.