R
R
rst6302020-11-02 20:12:03
Debian
rst630, 2020-11-02 20:12:03

How to block outgoing request to https favicon via iptables?

Tried like this:

iptables -I OUTPUT -p tcp -m string --algo kmp --string 'favicon' -j DROP


It works only with http, it passes such requests through https, what can be done in this case?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
ky0, 2020-11-02
@ky0

Urls are not visible until HTTPS decryption, block at the web server level. But in general - this is usually not blocked, but simply excluded from logging.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question