Hostname
flypgs.com
Last fetched
flypgs.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:1601 as the registrar.
Nutrition Label
Resolution chain
flypgs.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.100.169 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.226 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.1.228.150 | 23.1.228.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 23.1.228.173 | 23.1.228.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 23.32.152.106 | 23.32.152.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.32.152.115 | 23.32.152.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.59.72.122 | 23.59.72.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.59.72.99 | 23.59.72.0/24 | AS20940 | AKAMAI-ASN1 | KR |
WHOIS identity
- Registrar
- iana:1601
- Organization
- pegasus hava tasimaciligi a.s.
- Contact emails
Subdomains
94 observed subdomains of flypgs.com.
Showing 25 of 94. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from flypgs.com in the public web crawl.
4,009 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for flypgs.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.104.109.5 |
| SPF_IP | 194.140.227.5 |
| SPF_IP | 194.140.227.6 |
| SPF_IP | 199.127.232.0/22 |
| SPF_IP | 54.240.0.0/18 |
Related pages
Pivot deeper into the graph from flypgs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flypgs.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.