Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
mahnok
New Contributor

How to block https but unblock Line appication

How to block https but I want unblock Line appication(naver.line) I can' t set in policy block https and unblock Line appication(naver.line) Help me please Config On FortiGate 110C
3 REPLIES 3
Istvan_Takacs_FTNT

I don' t see such application sensor in Fortigate (not in 5.0.7 at least), so you can' t use that feature to find out if the application is communicating. How about enabling all HTTPS sessions to gm.line.naver.jp and block everything else. That' s the LIME server AFAIK. Would be easier to implement.
Istvan_Takacs_FTNT

Or as Plan B, you can try to configure a custom application signature for this LIME and to use it to enable/block access only for this app. e.g. F-SBID( --name " mahnoks_naver.line_signature" ; --pattern " naver.jp" ; --service HTTP; --no_case; --flow from_client; --context host; ) You can then build a policy with " mahnoks_naver.line_signature" application signature to enable traffic to the destination, but block everything else. This will only work though if you do SSL offload at the FW and so it can look into the encrypted communication. My first suggestion for this reason would be easier to implement.
emnoc
Esteemed Contributor III

You can go any father and kill the dns response if your goal is to block line fully just place a ips sensor for " gm.line.naver.jp" and with allow. Than block all other dns request. config ips custom edit " naver.jp" set signature " F-SBID( --name " NaverDnsBlk" ; --rev 1; --protocol udp; --service DNS; --flow from_client; --byte_test 1,<,128,2; --pattern " naver.jp" ; --context host; --no_case)" naver.jp\" ; )" end Apply a rule for your dns traffic and a security policy. This with the above HTTP traffic sign should squash all other traffic. Just monitor for a few days/weeks . It would be nice if fortigate had some response forging or spoof' ing so you could redirect them to page that explain your company policy or AUP.

PCNSE 

NSE 

StrongSwan  

PCNSE NSE StrongSwan
Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors