More frequently, we find a need to Fang IP addresses before they can be searched on the site. For those not familiar with the term, check out IOC Fang: Indicator of Compromise (De)Fanging Project.
Here's an easy way to think of it, something with fangs could have a negative impact (e.g. inadvertently clicking a link), versus something that is defanged would not have a negative impact if clicked. A quick breakdown of the concept is as follows:
- Fanging:
- 195.54.160[.]149 -> 195.54.160.149
- Defanging:
- 195.54.160.149 -> 195.54.160[.]149
On our backend, indicators are stored in a Fanged format. However, since users will come across indicators on various platforms, there is no guarantee on whether or not the indicator will be Fanged or Defanged. Therefore we have enabled searching for Defanged IP addresses that use square brackets natively from our homepage. Please note, the bulksearch and API based lookup methods still only support Fanged IP addresses at the time.
Comments
Post a Comment