DNSに登録されているサブドメインをすべて取得することは可能でしょうか。

$ command example.com
    => example.com A 111.111.111.111
    => hoge.example.com A 111.111.111.111
    => huga.example.com A 111.111.111.111

このようなものを期待しています。