Hostname
pgcc.edu
Last fetched
pgcc.edu resolves to 2 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
pgcc.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.210.80.46 | 18.208.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.4.155.234 | 52.4.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- prince george's community college
- Contact emails
- —
Subdomains
97 observed subdomains of pgcc.edu.
Showing 25 of 97. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pgcc.edu in the public web crawl.
527 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for pgcc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.academicworks.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_INCLUDE | system.spektrix.com |
| SPF_IP | 12.228.6.215/32 |
| SPF_IP | 131.118.229.146 |
| SPF_IP | 148.163.140.124 |
| SPF_IP | 148.163.144.124 |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 204.153.78.123 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.229.121.55/32 |
Related pages
Pivot deeper into the graph from pgcc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pgcc.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.