如何跟踪使用我知道的IP的所有域的历史记录?

时间:2016-02-02 12:06:42

标签: asp.net security dns

我有一个IP。现在我想看到所有域使用此ip。我在哪里以及如何看到它?

1 个答案:

答案 0 :(得分:0)

您可以在bing.com上搜索

var userChoice = prompt("Do you choose rock, paper or scissors?") 
var computerChoice = Math.random()
if (computerChoice < 0.34) {
    computerChoice = "rock";
} else if(computerChoice <= 0.67) {
    computerChoice = "paper";
} else {
    computerChoice = "scissors";
} console.log("Computer: " + computerChoice);

var compare = function(choice1, choice2) {
if(choice1 === choice2) {
    return  "The result is a tie!";
    }
else if (choice1 === "rock") {
    if (chice2 ==="cissors") {
        return "rock wins"; }
    else{
        return "paper wins";}
}

else if (choice1 === "paper") {
    if (chice2 ==="rock") {
        return "paper wins"; }
    else{
        return "cissors wins";}
}
else if (choice1 === "cissors") {
    if (chice2 ==="paper") {
        return "cissors wins"; }
    else{
        return "rock wins";}
}
else if (choice1 !="cissors","paper","rock") {
        return "You Are So Funny!!...."; }
};

将返回由bing索引并由该ip托管的所有域。