da667 / Autosnort

Repo for autosnort scripts.
MIT License
157 stars 89 forks source link

Autosnort - AVATAR Fail #58

Open iamenderst opened 6 years ago

iamenderst commented 6 years ago

Line 421: echo "rule_url=http://talosintel.com/feeds/ip-filter.blf|IPBLACKLIST|open" >> pulledpork.tmp

should be changed to: echo "rule_url=https://talosintel.com/feeds/ip-filter.blf|IPBLACKLIST|open" >> pulledpork.tmp

The redirect isn't handled well and autosnort-ubuntu-AVATAR.sh fails. Proxy variables are set.

sonicgraffiti commented 6 years ago

I totally thought you forgot about me as I imagine you're quite busy. Congrats on the class you've put together...think I saw something on you tweeted the other day about that. Lol. Thank you so much for your help! I'll make that adjustment and let you know. :)

Sonicsghost522 (Steve)

On Mon, Sep 3, 2018, 1:15 AM iamenderst notifications@github.com wrote:

Line 421: echo "rule_url=http://talosintel.com/feeds/ip-filter.blf|IPBLACKLIST|open"

pulledpork.tmp

should be changed to: echo "rule_url=https://talosintel.com/feeds/ip-filter.blf|IPBLACKLIST|open"

pulledpork.tmp

The redirect isn't handled well and autosnort-ubuntu-AVATAR.sh fails. Proxy variables are set.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/da667/Autosnort/issues/58, or mute the thread https://github.com/notifications/unsubscribe-auth/AmkFL0WQvSzgwO05nmXLBthcoWdVyk-hks5uXLrlgaJpZM4WW-kH .

dropbar commented 5 years ago

had same error. modified autosnort-ubuntu-AVATAR.sh to pull blacklist from: https://www.talosintelligence.com/documents/ip-blacklist

this allowed install to complete.