If your task is to block specific hosts, you can achieve this by using DNS
to convert your list of blocked URLs into a list of blocked IP addresses and
check the destination address in your filter. if you want to be able to
filter the whole URL (ie https://somehost.somedomain.com/path1/home.asp is
okay, but https://somehost.somedomain.com/path2/home.asp is not) then you
have a major hacking job.
wrote in message news:xxxxx@ntdev…
Hello All,
I have used TDI driver to detect HTTP URLs and blocked them as per
requirement.
Now i want to block HTTPS URLs, I have some doubt regarding same.
As HTTPS Urls are encrypted, we need to decrypt it for scanning. Is it
legal to make Man-In-Middle Attack to detect such URLs?
Which network driver is suitable to detect HTTPS packet data i.e. TDI or
NDIS IM?