IP로 AS번호 가져오기
IP 주소로 ASN 가져오기 whois -h whois.radb.net 168.126.63.1 | grep 'origin:' | awk '{print $NF}' | head -1 출력 예 [[email protected] ~]$ whois -h whois.radb.net 168.126.63.1 | grep 'origin:'… Continue reading "IP로 AS번호 가져오기"
고급 메모장
IP 주소로 ASN 가져오기 whois -h whois.radb.net 168.126.63.1 | grep 'origin:' | awk '{print $NF}' | head -1 출력 예 [[email protected] ~]$ whois -h whois.radb.net 168.126.63.1 | grep 'origin:'… Continue reading "IP로 AS번호 가져오기"
누구 뇌피셜인지 모르겠지만 구글등 검색엔진은, 한 사이트에 각기 다른 C블록 (/24 서브넷) 아이피 갯수가 다를 수록, 검색에서 상위권으로 올라간다고 한다. 예를들어 173.245.48.3 173.245.48.122 이 두개 아이피를 사용하는 웹사이트보다 173.245.48.3 173.245.49.122… Continue reading "SEO (검색엔진 최적화) IP"
AS (Autonomous System) Number로 IP 가져오기 whois -h whois.radb.net -- '-i origin AS4766' | egrep '(^route):' | awk '{print $NF}' | sort -n | uniq 출력 예 1.247.29.0/24 1.247.31.0/24 1.247.32.0/24… Continue reading "AS번호로 IP 가져오기"