Introduction:
Excerpt |
---|
There was a port scanner attack on the printers with external DNS which cause them to print random printouts. In order to prevent this from happening again, the external DNS addresses for printers are to be removed. The following are instructions for the procedure to create a CSV file for bulk updates. Bluecat (Proteus) allows bulk DNS updates with a CSV file. Each line in the comma-separated value (CSV) file represents a resource record. A line break must follow each line, and the file may contain up to 5000 lines. The comma-separated values represent columns of data, but the CSV file must not contain column headings. EXAMPLE: action, recordname, TTL, recordtype, rdata, comment, user-defined field, user-defined field name n=value,... |
There is also an option to remove multiple DNS entries with XML file (sample provided below).
Instructions:
Expand | ||||
---|---|---|---|---|
| ||||
Here is the guide provided directly from BlueCat. This guide should be used as a reference for creating the CSV file with the proper functionality. |
Expand | ||||
---|---|---|---|---|
| ||||
Creating the CSV File:The rundown for how the columns are formatted: 1st – Action ; 2nd – RecordName ; 3rd – TTL; 4th – RecordType; 5th – Rdata *Please refer to the guide to populate the fields with the proper information. **Examples: delete, test.med.tufts.edu, , A, 130.64.64.64 delete, test2.med.tufts.edu, , A, 130.64.52.52
Creating XML file:It is possible to remove host records from the external view while leaving the internal view intact. Below is a sample xml file that will remove the three printer records specified. Note that the XML file specifies the view, the full domain, and a list of host names and IP addresses (the addresses are required) along with the directive "delete" for each host. You can add more <host> lines as needed.
|