mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Log queries that are "Blocked malware/phishing" separately for later auditing #1568
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#1568
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adrianmace on GitHub (May 16, 2020).
Problem Description
I have just noticed that I have 10 requests blocked due to malware/phishing reasons by the security module, but I have no way to determine what queries they were - or more importantly which clients made the requests.
I want to be able to view a list of these queries separately so that I can audit the devices responsible.
Proposed Solution
Just like the query log screen, I would like a screen that only shows queries blocked due to the reason of malware/phishing. You could also build a screen for queries blocked due to Adult websites.
Alternatives Considered
You could add additional filter options on the query log page to filter for these reasons instead of entirely separate screens.
Additional Information
@Aikatsui commented on GitHub (May 17, 2020):
Duplicate of #1292
@ameshkov commented on GitHub (May 18, 2020):
We're going to do it this way, actually