Fork of
Abuse filter IP range search
by Mdaniels5757
This query is marked as a draft
This query has been published
by DatGuy.
SQL
AخA
SELECT
*
FROM
abuse_filter_log
WHERE
afl_timestamp LIKE "20240826%"
AND afl_user_text RLIKE "2600:170[0-3].*"
ORDER BY
afl_timestamp DESC;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.