Hostname
pcom.edu
Last fetched
pcom.edu resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
pcom.edu 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.190.105.206 | 18.190.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- philadelphia college of osteopathicmedicine
- Contact emails
- —
Subdomains
66 observed subdomains of pcom.edu.
Showing 25 of 66. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pcom.edu in the public web crawl.
833 sites link to this hostname.
642 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for pcom.edu.
| Mechanism | Target |
|---|---|
| SPF_A | c.spf.service-now.com |
| SPF_A | servicer.factsmgt.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.smtp.veoci.com |
| SPF_INCLUDE | oclcspf3.oclc.org |
| SPF_INCLUDE | spf.entrustedmail.net |
| SPF_IP | 104.152.224.62/32 |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 148.59.106.0/23 |
| SPF_IP | 148.59.108.0/23 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 192.235.102.127/32 |
| SPF_IP | 208.185.229.0/24 |
| SPF_IP | 208.185.235.0/24 |
| SPF_IP | 208.93.26.24 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.214.14.79 |
| SPF_IP | 44.229.121.55/32 |
| SPF_IP | 68.232.200.48/32 |
| SPF_IP | 98.158.81.61/32 |
Related pages
Pivot deeper into the graph from pcom.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pcom.edu"})-[: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.