Skip to content

Commit

Permalink
remove satellite https blockpage check
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnorobo committed Jun 23, 2023
1 parent d9c622b commit 3d615cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions table/queries/merged_reduced_scans.sql
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ CREATE TEMP FUNCTION SatelliteOutcomeString(domain_name STRING,
WHEN (SELECT LOGICAL_OR(answer.http_analysis_is_known_blockpage)
FROM UNNEST(answers) answer)
THEN CONCAT("❗️page:http_blockpage:", answers[OFFSET(0)].http_analysis_page_signature)
WHEN (SELECT LOGICAL_OR(answer.https_analysis_is_known_blockpage)
FROM UNNEST(answers) answer)
THEN CONCAT("❗️page:https_blockpage:", answers[OFFSET(0)].https_analysis_page_signature)
-- We check AS after cert/blockpage because we've seen (rare) cases of blockpages hosted on the ISP that also hosts Akamai servers.
WHEN (SELECT LOGICAL_OR(answer.matches_control.asn)
FROM UNNEST(answers) answer)
Expand Down

0 comments on commit 3d615cd

Please sign in to comment.