English 中文(简体)
它是在互联网上寄送东道名称的
原标题:Is it ok sending Host name on the internet
  • 时间:2010-09-07 03:40:27
  •  标签:
  • security

We are developing a TCP client tool which connects to one of our TCP servers. We send custom packets from the client to the server which the server knows how to intercept. On our server we wanted to know from which client machine the packets are received. Is it ok to send the Hostname of the client machine in the packet?

更令人关切的是,当客户机器是公司网络的机器时?

预 收

问题回答

在互联网上用明确文本张贴客户名称确实是信息披露。 其影响如何,取决于如何配置和保障你的公司网。 如果你想确保你减轻任何潜在威胁,你应将客户姓名贴在包装箱内,随后签署包装单,以确保完整性。 当然,这有相关费用,因此,要由您来评估所感知的威胁是否造成这种费用。

你们将使用东道国的名称? 您能简单地使用IP地址,因为您有既定的肺结核病联系?

- Brian J. Stinar-





相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

MALICIOUS_CODE EI_EXPOSE_REP Medium

I run findbugs against all of my code and only tackle the top stuff. I finally got the top stuff resolved and now am looking at the details. I have a simple entity, say a user: public class User ...

XSS on jsbin.com

Anyone know if jsbin.com implements any protection for XSS or other javascript attacks? I see jsbin links used fairly regularly on sites like this one and I can t find any indication from the site ...

Make md5 strong

Im making a website that will intergrate with game that only support md5 hashing metod (atm). Which ofc is not especially safe anymore. But how could i make it stronger? Should I just generate long ...

Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

热门标签