HTTPS showing in Query log

The issue I am facing:

I have seen from time to time “https://” showing up in the query log, is this something to be concerned about?

Time Type Domain Client Status Reply Action
2022-10-16 00:11:16 A https://app-measurement.com/sdk-exp iMac.lan OK (answered by 127.0.0.1#5335) NXDOMAIN (59.8ms)
2022-10-16 00:06:50 A https://pai.googlezip.net.lan HUAWEI_Mate_9lan OK (cache) NXDOMAIN (0.1ms)
2022-10-16 00:06:50 A https://pai.googlezip.net.lan HUAWEI_Mate_9lan OK (cache) NXDOMAIN (18.2ms)
2022-10-16 00:06:50 A https://pai.googlezip.net HUAWEI_Mate_9lan OK (cache) NXDOMAIN (0.1ms)
2022-10-16 00:06:50 A https://pai.googlezip.net HUAWEI_Mate_9lan OK (answered by 127.0.0.1#5335) NXDOMAIN (120.0ms)
2022-10-16 00:06:50 A https://jmt17.google.com HUAWEI_Mate_9lan Blocked (regex blacklist) IP (15.8ms)

Details about my system:
Raspberry 4B
O/S Bullseye 64bit
Bare bone Pi-Hole

What I have changed since installing Pi-hole:
Install Portainer and Docker.

That is not a domain, but a URL.

We've seen similar mis-shaped queries for invalid domains in the past, mainly in the form of https://app-measurement.com/xxx. That would likely be caused by some application created using a faulty firebase SDK .

While it doesn't make sense to query a DNS server for a URL, it's also nothing to worry about.
URLs will never resolve to anything with DNS, so there is also no need to block them.

Thanks.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.