# Examples ## Lookup a single IP address by string ``` lookup 1.1.1.1 ``` ## Lookup a hash, an IP address, and a file path in one command ``` lookup "d41d8cd98f00b204e9800998ecf8427e" "1.1.1.1" "C:\Windows\System32\calc.exe" ``` ## Lookup a url and a tcp server ``` lookup http://example.com tcp://1.1.1.1:80 ```