Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False detection of local machine as 'Microsoft Azure' #2

Open
kholia opened this issue Sep 28, 2024 · 0 comments
Open

False detection of local machine as 'Microsoft Azure' #2

kholia opened this issue Sep 28, 2024 · 0 comments

Comments

@kholia
Copy link

kholia commented Sep 28, 2024

Logs from a local laptop:

$ wget http://169.254.169.254/metadata/v1/InstanceInfo
--2024-09-28 12:56:11--  http://169.254.169.254/metadata/v1/InstanceInfo
Connecting to 169.254.169.254:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘InstanceInfo’

InstanceInfo                                     [ <=>                                                                                           ]     455  --.-KB/s    in 0s      

2024-09-28 12:56:11 (1.54 MB/s) - ‘InstanceInfo’ saved [455]
$ cat InstanceInfo 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="no-cache" http-equiv="Pragma" />
<title>Waiting...</title>
<script type="text/javascript">
var pageName = '/';
top.location.replace(pageName);
</script>
</head>
<body> </body>
</html>

We need to validate the InstanceInfo data more it seems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant