I am working on a work a threat hunting workflow that will pull down IOCs from different locations (e.g. github, Rapid7 blog, etc) and I was wondering what was the best way to handle the brackets that are added to an IP address and domains. For example, 192.168.13.13 would be posted as 192.168.13[.]13 and somerandom.site.com would be posted as somerandom.site[.]com.
I have not found a plug-in that would allow me to easily do this and I was wondering how others were doing this. Is this going to need a script or regex black magic created in a snippit?