Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 178113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:10:28+00:00 2026-05-11T14:10:28+00:00

There is a website which you can query with a domain and it will

  • 0

There is a website which you can query with a domain and it will return a list of all the websites hosted on that IP. I remember there being a method in C# that was something like ReturnAddresses or something of that sort. Does anyone have any idea how this is done? Quering a hostname or IP and having returned a list of hostnames aka other websites hosted on the same server?

the website is: http://www.yougetsignal.com/tools/web-sites-on-web-server/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T14:10:28+00:00Added an answer on May 11, 2026 at 2:10 pm

    After reading the comments, bobince is definitely right and these 2 should be used in tandem with each other. For best results you should use the reverse DNS lookup here as well as to use the passive DNS replication.

    string IpAddressString = '208.5.42.49'; //eggheadcafe  try  {    IPAddress hostIPAddress = IPAddress.Parse(IpAddressString);    IPHostEntry hostInfo = Dns.GetHostByAddress(hostIPAddress);    // Get the IP address list that resolves to the host names contained in     // the Alias property.    IPAddress[] address = hostInfo.AddressList;    // Get the alias names of the addresses in the IP address list.    String[] alias = hostInfo.Aliases;     Console.WriteLine('Host name : ' + hostInfo.HostName);    Console.WriteLine('\nAliases :');    for(int index=0; index < alias.Length; index++) {      Console.WriteLine(alias[index]);    }     Console.WriteLine('\nIP address list : ');    for(int index=0; index < address.Length; index++) {       Console.WriteLine(address[index]);    } } catch(SocketException e)  {      Console.WriteLine('SocketException caught!!!');    Console.WriteLine('Source : ' + e.Source);    Console.WriteLine('Message : ' + e.Message); } catch(FormatException e) {      Console.WriteLine('FormatException caught!!!');    Console.WriteLine('Source : ' + e.Source);    Console.WriteLine('Message : ' + e.Message); } catch(ArgumentNullException e) {      Console.WriteLine('ArgumentNullException caught!!!');    Console.WriteLine('Source : ' + e.Source);    Console.WriteLine('Message : ' + e.Message); } catch(Exception e) {     Console.WriteLine('Exception caught!!!');     Console.WriteLine('Source : ' + e.Source);     Console.WriteLine('Message : ' + e.Message); } 

    courtesy of http://www.eggheadcafe.com/community/aspnet/2/83624/system-dns-gethostbyaddre.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 81k
  • Answers 81k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer What you want to do has nothing to do with… May 11, 2026 at 4:28 pm
  • Editorial Team
    Editorial Team added an answer You should use a MaskedTextBox control instead of a normal… May 11, 2026 at 4:28 pm
  • Editorial Team
    Editorial Team added an answer EDIT: Davr is right, you would not be able to… May 11, 2026 at 4:28 pm

Related Questions

I have a MySQL query in which I want to include a list of
The actual question is a little more complex than that, so here goes. I
I'll try to explain my case as good as i can. I'm making a
I've been doing PHP/MySQL websites with shared hosting providers for the last couple years.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.