HI everyone first of all thank you for visiting my question
I am working with a new IDS, OSSIM, It's database requires a host's: Name, CIDR, and Description in a .csv format for uploading through a web UI.
Version 4.x.x: "Netname";"CIDRs(CIDR1,CIDR2,... )";"Description";"Asset value"*;"Net ID"
Currently I have the full list of hosts in a .txt file like so,
Department1 129.252.136.128 129.252.136.255 contact1@email.com,contact2@email.com,contact3@email.com
Department2 129.252.154.64 129.252.154.127 contact1@email.com
If anyone has any Idea how to get the IP range converted into CIDR notation then the file into a .csv format I would greatly appreciate it.