Re: amazing URL
Date: July 15, 2012 11:05AM
Hi,
generally, this could be anything or nothing at all. If it is part of a URL, it looks like an ordinary GET parameter which is passed to the server. This could be a product id of a shop item, the id of a forum member, a page id generated by some weird CMS ... without knowing the context, anything is possible.
From the characters used in "365b158b-a0ca-41ca-9337-2f6ed2e6e3bb" it looks like hexadecimal numbers, separated by hyphens.
For fun we can convert the hexadecimal number to decimal numbers:
365b158b => 911938955
a0ca => 41162
9337 => 37687
2f6ed2e6e3bb => 52153031254971
But this doesn't give us any new information. From such a short sample it is usually impossible to say if some special encoding was used.
Using Google I found this URL (slightly modified):
hxxp://www.example.com/Portal/Home/Default.aspx?CategoryID=365b158b-a0ca-41ca-9337-2f6ed2e6e3bb
It contains the same string, which you have posted above. In this case it looks like a category id, nothing mysterious. :-)