cloudflare
tcp/443
GraphQL introspection is enabled.
This could leak to data leak if not properly configured.
Severity: medium
Fingerprint: c2db3a1c40d490db1a0bbaa31a0bbaa31a0bbaa31a0bbaa31a0bbaa31a0bbaa3
GraphQL introspection enabled at /graphql
Severity: medium
Fingerprint: c2db3a1c40d490db1a0bbaa3b51e008e704f947e6945e6276a574809cfba923a
GraphQL introspection enabled at /graphql Types: 1432 (by kind: ENUM: 169, INPUT_OBJECT: 592, INTERFACE: 1, OBJECT: 658, SCALAR: 12) Operations: - Query: Query | fields: accessGroupMembers, accessGroups, id, node, query - Mutation: Mutation | fields: aggregatePostFeedInteractions, aggregatePostFeedInteractionsAll, aggregatePostFeedInteractionsAllV2, aggregatePostFeedInteractionsNegativeReaction, aggregatePostFeedInteractionsNegativeReactionV2 - Subscription: Subscription | fields: listen Directives: deprecated, include, skip, specifiedBy, useCache (total: 5)
Open service 172.67.72.87:443 · dev-graphql.focus.xyz
2026-01-09 13:54
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 13:54:13 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Set-Cookie: route=1767966854.274.158956.408763|eb93b6500c4cf7acca66eef8c10b61e4; Expires=Sun, 11-Jan-26 13:54:13 GMT; Max-Age=172800; Path=/; Secure; HttpOnly
x-powered-by: Express
access-control-allow-origin: *
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Cache-Control: public, max-age=0
last-modified: Fri, 14 Mar 2025 15:59:10 GMT
vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mTfQoGwrffYkl%2FujOP5WVRiC5kUy9vyqZrj7YgOUVQH%2FhIjvPNbhKT7RBOlbvkCtGGXKCMyeOWG%2FBdCSLaiLotg%2BHOTsPcyp%2BGaBO5OGaswBL5nC"}]}
strict-transport-security: max-age=15724800; includeSubDomains
cf-cache-status: DYNAMIC
Server: cloudflare
CF-RAY: 9bb46cdf2f23377b-FRA
Page title: DeSo GraphQL Explorer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>DeSo GraphQL Explorer</title>
</head>
<body>
<div
id="sandbox"
style="position: absolute; top: 0; right: 0; bottom: 0; left: 0"
></div>
<script src="https://embeddable-sandbox.cdn.apollographql.com/_latest/embeddable-sandbox.umd.production.min.js"></script>
<script>
const exampleQuery = `query AccountByUsername($username: String!) {
accountByUsername(username: $username) {
publicKey,
username,
description,
desoBalance {
balanceNanos
}
}
}`;
new window.EmbeddedSandbox({
target: "#sandbox",
initialEndpoint: `${window.location.origin}/graphql`,
endpointIsEditable: false,
initialState: {
document: exampleQuery,
variables: {
username: "nader",
},
},
});
// advanced options: https://www.apollographql.com/docs/studio/explorer/sandbox#embedding-sandbox
</script>
</body>
</html>
Open service 172.67.72.87:443 · dev-graphql.focus.xyz
2026-01-02 13:49
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 13:49:45 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Set-Cookie: route=1767361786.421.159258.318726|eb93b6500c4cf7acca66eef8c10b61e4; Expires=Sun, 04-Jan-26 13:49:45 GMT; Max-Age=172800; Path=/; Secure; HttpOnly
x-powered-by: Express
access-control-allow-origin: *
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Cache-Control: public, max-age=0
last-modified: Fri, 14 Mar 2025 15:59:10 GMT
vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cd1bVQH6G5eU3rALsxM8aYwElgnHXkwRIndCE1dhgDp2dLbilVwjw1iP09MkhMUFGHYdb1SWqS%2BpJc9PXsTIthTOGs5Ssi95ADvpaAEgm49igG1Y"}]}
strict-transport-security: max-age=15724800; includeSubDomains
cf-cache-status: DYNAMIC
Server: cloudflare
CF-RAY: 9b7ab8b4fbb1bb7f-FRA
Page title: DeSo GraphQL Explorer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>DeSo GraphQL Explorer</title>
</head>
<body>
<div
id="sandbox"
style="position: absolute; top: 0; right: 0; bottom: 0; left: 0"
></div>
<script src="https://embeddable-sandbox.cdn.apollographql.com/_latest/embeddable-sandbox.umd.production.min.js"></script>
<script>
const exampleQuery = `query AccountByUsername($username: String!) {
accountByUsername(username: $username) {
publicKey,
username,
description,
desoBalance {
balanceNanos
}
}
}`;
new window.EmbeddedSandbox({
target: "#sandbox",
initialEndpoint: `${window.location.origin}/graphql`,
endpointIsEditable: false,
initialState: {
document: exampleQuery,
variables: {
username: "nader",
},
},
});
// advanced options: https://www.apollographql.com/docs/studio/explorer/sandbox#embedding-sandbox
</script>
</body>
</html>
Open service 172.67.72.87:443 · dev-graphql.focus.xyz
2025-12-30 14:45
HTTP/1.1 200 OK
Date: Tue, 30 Dec 2025 14:45:58 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Set-Cookie: route=1767105959.236.160595.753006|eb93b6500c4cf7acca66eef8c10b61e4; Expires=Thu, 01-Jan-26 14:45:58 GMT; Max-Age=172800; Path=/; Secure; HttpOnly
x-powered-by: Express
access-control-allow-origin: *
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Cache-Control: public, max-age=0
last-modified: Fri, 14 Mar 2025 15:59:10 GMT
vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Hc2SZmHCyojuB%2FKAmC8O7sUUhbLT%2BmC%2B%2BxTG3pW0RCWjaa5zdL4hvTboeld1oj%2BBC6CbqC4cYGULfvkDXJcFutvGw62ct9qWUjUYA8ZtQeWJhqCt"}]}
strict-transport-security: max-age=15724800; includeSubDomains
cf-cache-status: DYNAMIC
Server: cloudflare
CF-RAY: 9b6252ed2af6b32c-FRA
Page title: DeSo GraphQL Explorer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>DeSo GraphQL Explorer</title>
</head>
<body>
<div
id="sandbox"
style="position: absolute; top: 0; right: 0; bottom: 0; left: 0"
></div>
<script src="https://embeddable-sandbox.cdn.apollographql.com/_latest/embeddable-sandbox.umd.production.min.js"></script>
<script>
const exampleQuery = `query AccountByUsername($username: String!) {
accountByUsername(username: $username) {
publicKey,
username,
description,
desoBalance {
balanceNanos
}
}
}`;
new window.EmbeddedSandbox({
target: "#sandbox",
initialEndpoint: `${window.location.origin}/graphql`,
endpointIsEditable: false,
initialState: {
document: exampleQuery,
variables: {
username: "nader",
},
},
});
// advanced options: https://www.apollographql.com/docs/studio/explorer/sandbox#embedding-sandbox
</script>
</body>
</html>
Open service 172.67.72.87:443 · dev-graphql.focus.xyz
2025-12-22 10:10
HTTP/1.1 200 OK
Date: Mon, 22 Dec 2025 10:10:58 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Set-Cookie: route=1766398259.534.155735.40327|eb93b6500c4cf7acca66eef8c10b61e4; Expires=Wed, 24-Dec-25 10:10:58 GMT; Max-Age=172800; Path=/; Secure; HttpOnly
x-powered-by: Express
access-control-allow-origin: *
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Cache-Control: public, max-age=0
last-modified: Fri, 14 Mar 2025 15:59:10 GMT
vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Bo1y5z2jbbntzqGwRgjKxT0ENTDbZeCw7sgwxvpjPpt1E7EHL6GtvYjjYF5f03HIfB%2B4yX4fqZJD62cdJHXPAy3HcMvdAj0sUQV1JF0uNSmaauUj"}]}
strict-transport-security: max-age=15724800; includeSubDomains
cf-cache-status: DYNAMIC
Server: cloudflare
CF-RAY: 9b1ed51bb859ac34-YYZ
Page title: DeSo GraphQL Explorer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>DeSo GraphQL Explorer</title>
</head>
<body>
<div
id="sandbox"
style="position: absolute; top: 0; right: 0; bottom: 0; left: 0"
></div>
<script src="https://embeddable-sandbox.cdn.apollographql.com/_latest/embeddable-sandbox.umd.production.min.js"></script>
<script>
const exampleQuery = `query AccountByUsername($username: String!) {
accountByUsername(username: $username) {
publicKey,
username,
description,
desoBalance {
balanceNanos
}
}
}`;
new window.EmbeddedSandbox({
target: "#sandbox",
initialEndpoint: `${window.location.origin}/graphql`,
endpointIsEditable: false,
initialState: {
document: exampleQuery,
variables: {
username: "nader",
},
},
});
// advanced options: https://www.apollographql.com/docs/studio/explorer/sandbox#embedding-sandbox
</script>
</body>
</html>
Open service 172.67.72.87:443 · dev-graphql.focus.xyz
2025-12-20 07:10
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 07:10:52 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Set-Cookie: route=1766214653.488.155342.340896|eb93b6500c4cf7acca66eef8c10b61e4; Expires=Mon, 22-Dec-25 07:10:52 GMT; Max-Age=172800; Path=/; Secure; HttpOnly
x-powered-by: Express
access-control-allow-origin: *
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Cache-Control: public, max-age=0
last-modified: Fri, 14 Mar 2025 15:59:10 GMT
vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kGT5pJX9LUF9Gyqy4Q2FhYTQHHyXgutlsTNJYFGMH23lHm1EajmUcM9uqZ9hxA9m1ZRKIFVod1lHZOnh4FGHEb%2FdvQCPVtbJVH5tLRpSjdNwlw%3D%3D"}]}
strict-transport-security: max-age=15724800; includeSubDomains
cf-cache-status: DYNAMIC
Server: cloudflare
CF-RAY: 9b0d52896a635f15-EWR
Page title: DeSo GraphQL Explorer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>DeSo GraphQL Explorer</title>
</head>
<body>
<div
id="sandbox"
style="position: absolute; top: 0; right: 0; bottom: 0; left: 0"
></div>
<script src="https://embeddable-sandbox.cdn.apollographql.com/_latest/embeddable-sandbox.umd.production.min.js"></script>
<script>
const exampleQuery = `query AccountByUsername($username: String!) {
accountByUsername(username: $username) {
publicKey,
username,
description,
desoBalance {
balanceNanos
}
}
}`;
new window.EmbeddedSandbox({
target: "#sandbox",
initialEndpoint: `${window.location.origin}/graphql`,
endpointIsEditable: false,
initialState: {
document: exampleQuery,
variables: {
username: "nader",
},
},
});
// advanced options: https://www.apollographql.com/docs/studio/explorer/sandbox#embedding-sandbox
</script>
</body>
</html>