# File ../../auditor/lib/kasp_auditor/partial_auditor.rb, line 275
    def get_next(line)
      if (@config.denial.nsec)
        return line.split()[4]
      else
        return line.split()[8]
      end
    end