-------- | -------------- | -------------- | -------------- | ----------------------
| Hits | | | IP Address | | | AlienVault | | | Ban Reason | | | Associated Domains |
-------- | -------------- | -------------- | -------------- | ----------------------
86x | 52.149.246.39 | https://otx.alienvault.com/indicator/ip/52.149.246.39 | BanMalware: firehol_level3.netset | duckduckgo.com
It isn't as of 12:10PM Eastern time.firehol_level3.netset is blocking duckduckgo? What the deuce?Code:-------- | -------------- | -------------- | -------------- | ---------------------- | Hits | | | IP Address | | | AlienVault | | | Ban Reason | | | Associated Domains | -------- | -------------- | -------------- | -------------- | ---------------------- 86x | 52.149.246.39 | https://otx.alienvault.com/indicator/ip/52.149.246.39 | BanMalware: firehol_level3.netset | duckduckgo.com
[i] Logging Data Detected in /tmp/mnt/bluestar/skynet/skynet.log - 7.6M
[i] Monitoring From Jul 28 02:00:05 To Aug 1 12:08:42
[i] 28407 Block Events Detected
[i] 3186 Unique IPs
[i] 0 Manual Bans Issued
52.149.246.39 is NOT in set Skynet-Whitelist.
52.149.246.39 is NOT in set Skynet-Blacklist.
52.149.246.39 is NOT in set Skynet-BlockedRanges.
Associated Domain(s);
duckduckgo.com
[i] IP Location - United States (MICROSOFT-CORP-MSN-AS-BLOCK / AS8075)
firehol_level3.netset is blocking duckduckgo? What the deuce?Code:-------- | -------------- | -------------- | -------------- | ---------------------- | Hits | | | IP Address | | | AlienVault | | | Ban Reason | | | Associated Domains | -------- | -------------- | -------------- | -------------- | ---------------------- 86x | 52.149.246.39 | https://otx.alienvault.com/indicator/ip/52.149.246.39 | BanMalware: firehol_level3.netset | duckduckgo.com
Possibly unrelated, but I get a blank page from www.walmart.com/grocery/ unless I disable the DuckDuckGo Privacy Essentials add-on in Firefox. This started recently, and is independent of whether SkyNet is running.firehol_level3.netset is blocking duckduckgo? What the deuce?
firewall stats search malware 192.241.223.247
does not show a hit.It's in skynet's blocked range.Skynet is blocking access to forum.keyboardmaestro.com.
Apparently due to observed malicious activity? https://otx.alienvault.com/indicator/ip/192.241.223.247
However,firewall stats search malware 192.241.223.247
does not show a hit.
What does block it then?
(I have whitelisted it for now)
firewall stats search ip 192.241.223.247
Skynet - Skynet - Router Firewall & Security Enhancements
@Adamm, please consider making skynet much more user friendly for your users by automatically parsing whitlisted domains for ips, ips change. When ips change, they must be whitelisted manually even if the domain is already in the whitelist, very annoying. Should happen each time skynet...www.snbforums.com
# firewall banmalware exclude firehol_level3.netset
# grep BanMalware skynet.ipset | cut -d'"' -f2 | sort -u
BanMalware: alienvault_reputation.ipset
BanMalware: bds_atif.ipset
BanMalware: bi_any_2_30d.ipset
BanMalware: cybercrime.ipset
BanMalware: dyndns_ponmocup.ipset
BanMalware: et_block.netset
BanMalware: et_compromised.ipset
BanMalware: firehol_level2.netset
BanMalware: normshield_high_attack.ipset
BanMalware: normshield_high_bruteforce.ipset
BanMalware: spamhaus_edrop.netset
BanMalware: urlvir.ipset
Hi Adam, how would you see adding an option to create a copy of the Skynet's log file before it gets purged? Maybe going back to the last 5 files or so before the oldest one gets purged. As far as I know I can't handle it with logrotate as it would interfere with how Skynet deals with the file but maybe you could from within the script?
Earlier I've been looking into a big bunch of "TCP: time wait bucket table overflow" errors that my router logged two days ago and I wanted to check if there were any hits on the Skynet log at the same time but it doesn't go back far enough as it was purged yesterday.
It could be a worthwhile addition if it's not too much effort.
I experience Skynet crashes of the SSH menu when attempting to use [6] Deport IP List --> Blacklist. I entered several IP bans from Suricata manually and wanted to deport them into a file called black-list.txt. When executing the command I get the following error:
404 error detected - stopping import
then Skynet quits.
The events.log doesn't show any further errors and nothing in the system log either. I don't know if there is a problem on my end?
echo "[i] This Function Extracts All IPs And Removes Them ALL From Blacklist"
if [ -f "$3" ]; then
echo "[i] Local Custom List Detected: $3"
grep -E '^([0-9]{1,3}\.){3}[0-9]{1,3}(/[0-9]{1,2})?$' "$3" > /tmp/skynet/iplist-unfiltered.txt
elif [ -n "$3" ]; then
echo "[i] Remote Custom List Detected: $3"
curl -fsL --retry 3 --connect-timeout 3 "$3" | grep -E '^([0-9]{1,3}\.){3}[0-9]{1,3}(/[0-9]{1,2})?$' > /tmp/skynet/iplist-unfiltered.txt || { echo "[*] 404 Error Detected - Stopping Import"; rm -rf /tmp/skynet/iplist-unfiltered.txt; echo; exit 1; }
else
echo "[*] URL/File Field Can't Be Empty - Please Try Again"
echo; exit 2
fi
Can someone explain this message from within Skynet...
IPTables Rules | [Failed]
This happened before and I had to restart Skynet to clear this.
Is there something else I should do?
firewall debug info
Skynet is blocking access to forum.keyboardmaestro.com.
Apparently due to observed malicious activity? https://otx.alienvault.com/indicator/ip/192.241.223.247
However,firewall stats search malware 192.241.223.247
does not show a hit.
What does block it then?
(I have whitelisted it for now)
Thanks Adam and yes one week of logs would probably be enough, the only problem is the file purge cutoff time that can shorten the logs to a few hours worth, then Sod's law will do the rest. Likely just one saved file would be enough to counter it. Thanks for keeping it in mind for a future release.I'll keep it in mind for the future but right now as we store around a weeks worth of logs I'm not too worried
I didn't see this before but it looks like I tried most of this when trying to troubleshoot. Switching USB from 2.0 to 3.0 alleviated Swap Locks I was getting before but I've already tried two different USB drives (both SanDisk) and formatted multiple times, uninstalled and reinstalled Skynet and still no dice. I'm all out of ideas now.@maelstromm did you try any of the appropriate steps from the link below?
Troubleshooting 101 Asus/RMerlin Routers 2020
Top 10 Simple Asus/RMerlin firmware powered Router Troubleshooting steps to try first: NOTE: Although this is for Asus/RMerlin-firmware powered routers, the steps below may be relevant to all routers, to get to a quick fix for common symptoms. Check that the router’s System Time is accurate on...www.snbforums.com
I have not. Last two times have been a dirty upgrade. I will give that a try and report back. Thank you for your responses.The above should get you going. But curious if you did a full reset (M&M Config in the same link above) after flashing RMerlin firmware too?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!