Skip to content

Instantly share code, notes, and snippets.

@eSlider
Created August 25, 2019 20:05
Show Gist options
  • Save eSlider/75e54d56918247974b9c3f9142f32353 to your computer and use it in GitHub Desktop.
Save eSlider/75e54d56918247974b9c3f9142f32353 to your computer and use it in GitHub Desktop.
Get organisation name by hostname
#!/bin/sh
whois $(dig +short @1.1.1.1 produktor.io | head -1) | grep -Po "org-name\:\s+\K.+"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment