You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple, effective, and modular package for parsing observables (indicators of compromise (IOCs), network data, and other, security related information) from text. It uses grammars rather than regexes which makes it more readable, maintainable, and hackable. Explore our interactive documentation here: https://hightower.space/ioc-finder/
This Python script is designed to retrieve a list of CIDR ranges from a given ASN (Autonomous System Number). The script makes an HTTP request to an IP address service, extracts the CIDR ranges, and saves the results to a file. It also supports data caching to speed up subsequent requests.