New indicators; geofencing; standards update

This commit is contained in:
2025-12-18 09:36:21 -06:00
parent 7e836a4f69
commit e5ace2441c
3 changed files with 45 additions and 44 deletions

View File

@@ -3,12 +3,8 @@ makedepends=('make>=4.2','gcc','mono')
checkdepends=() checkdepends=()
optdepends=() optdepends=()
pkgname="$(git config remote.origin.url | rev | cut -f 1 -d '/' | rev | sed 's/.git$//')" pkgname="$(git config remote.origin.url | rev | cut -f 1 -d '/' | rev | sed 's/.git$//')"
pkgver="$(git describe --tag --abbrev=0)"."$(git rev-parse --short HEAD)" pkgver="$(git describe --tag --abbrev=0)"."$(( `git log "$(git describe --tag --abbrev=0)"..HEAD | grep -c commit` + 1 ))"."$(git rev-parse --short HEAD)"
pkgrel=1 pkgrel=1
pkgrel() {
echo $(( `git log "$(git describe --tag --abbrev=0)"..HEAD | grep -c commit` + 1 ))
}
epoch="$(git log | grep -c commit)"
pkgdesc="$(head -n 1 README.md)" pkgdesc="$(head -n 1 README.md)"
arch=("x86_64") arch=("x86_64")
url="$(git config remote.origin.url | sed 's/.git$//')" url="$(git config remote.origin.url | sed 's/.git$//')"

View File

@@ -4,35 +4,27 @@
<logo>https://foundation.aninix.net/assets/img/AniNIX.png</logo> <logo>https://foundation.aninix.net/assets/img/AniNIX.png</logo>
<link rel="self" href="https://aninix.net/aninix.xml" /> <link rel="self" href="https://aninix.net/aninix.xml" />
<link href="https://aninix.net/" /> <link href="https://aninix.net/" />
<updated>2022-04-14T20:30:20Z</updated> <updated>2025-11-30T04:25:00Z</updated>
<author> <author>
<name>AniNIX</name> <name>DarkFeather</name>
</author> </author>
<id>https://aninix.net/</id> <id>https://aninix.net/</id>
<entry> <entry>
<title>Lunch-and-Learns Ended</title> <title>Geofencing to the US</title>
<link href="https://aninix.net/aninix.xml#lnl-ended"></link> <link href="https://aninix.net/AniNIX/Kapisi/issues/42"></link>
<updated>2024-04-25T17:21:00Z</updated> <updated>2025-11-30T04:25:00Z</updated>
<id>https://aninix.net/aninix.xml#lnl-ended</id> <id>https://aninix.net/AniNIX/Kapisi/issues/42</id>
<author>
<name>DarkFeather</name>
</author>
<summary> <summary>
AniNIX will be ending the Lunch-and-Learn series for the time being -- we aren't seeing enough engagement, and admins will be otherwise tasked for the near future. Please still reach out on Discord or IRC if there are topics you want to talk about, or open an issue or merge request with your ideas. Due to legal challenges posed by a number of world powers, including the Chinese PLA, Russia, the UK, and the UN, the AniNIX network will be geofenced to the US. Users using VPNs will need a US exit node or an alternate method of connecting to services. We will test this with the less user-facing services first and gradually roll it out to all.
</summary> </summary>
</entry> </entry>
<entry> <entry>
<title>Lunch-and-Learns Paused 20240502 through 20240627</title>
<link href="https://aninix.net/aninix.xml#lnl-pause-20240502"></link>
<updated>2024-04-25T17:21:00Z</updated>
<id>https://aninix.net/aninix.xml#lnl-pause-20240502</id>
<summary>
AniNIX will be pausing Lunch-and-Learns effective 20240502 through 20240627 for real-life training. We will merge AniNIX/Wiki#24 on our return.
</summary>
</entry>
<entry>
<title>CVE-2024-3094 Follow-up</title> <title>CVE-2024-3094 Follow-up</title>
<link href="https://aninix.net/aninix.xml#CVE-2024-3094"></link> <link href="https://aninix.net/aninix.xml#CVE-2024-3094"></link>
<updated>2024-04-17T20:15:00Z</updated> <updated>2024-04-17T20:15:00Z</updated>
@@ -52,24 +44,4 @@
</summary> </summary>
</entry> </entry>
<entry>
<title>GPG Key Distribution</title>
<link href="https://foundation.aninix.net/AniNIX/ShadowArch/src/branch/main/EtcFiles/aninix.gpg"></link>
<updated>2022-01-19T00:10:00Z</updated>
<id>https://foundation.aninix.net/AniNIX/ShadowArch/src/branch/main/EtcFiles/aninix.gpg</id>
<summary>
The SKS keyservers have been shut down -- some recent attacks on the network have made their hosting untenable for the providers. We will be distributing our GPG public key via the AniNIX/ShadowArch package and on our repo. Please add it to your own keyrings.
</summary>
</entry>
<entry>
<title>Warrant Canary</title>
<link href="https://foundation.aninix.net/AniNIX/WarrantCanary"></link>
<updated>2019-12-10T12:28:00Z</updated>
<id>https://foundation.aninix.net/AniNIX/WarrantCanary</id>
<summary>
We want everyone to know that, despite recent law enforcement and Senate cries that they can't do their job without backdoors into encrypted communications, the AniNIX is committed to protecting your communications with our network. We do offer proxies of some semipublic information to outside sources -- Discord and GitHub -- but our internal services over SSH, IRCS, and HTTPS are hardened and audited. We are now additionally offering a warrant canary. This is a GPG-based device for users to know that our communications have not been compromised. If you are cybersecurity-minded, please watch the linked repo.
</summary>
</entry>
</feed> </feed>

View File

@@ -4,13 +4,46 @@
<logo>https://foundation.aninix.net/assets/img/AniNIX.png</logo> <logo>https://foundation.aninix.net/assets/img/AniNIX.png</logo>
<link rel="self" href="https://aninix.net/AniNIX/Wiki/raw/branch/main/rss/osint.xml" /> <link rel="self" href="https://aninix.net/AniNIX/Wiki/raw/branch/main/rss/osint.xml" />
<link href="https://aninix.net/" /> <link href="https://aninix.net/" />
<updated>2022-09-26T02:16:20Z</updated> <updated>2025-08-21T12:09:04Z</updated>
<author> <author>
<name>AniNIX</name> <name>AniNIX</name>
</author> </author>
<id>https://aninix.net/</id> <id>https://aninix.net/</id>
<entry>
<title>193.142.147.0/24</title>
<link href="https://pulsedive.com/indicator/?iid=74597502"></link>
<updated>2025-12-18T15:28:00Z</updated>
<id>https://pulsedive.com/indicator/?iid=74597502</id>
<author><name>DarkFeather</name></author>
<summary>
193.142.147.209 was observed attempting CVE 2025-55182 "React2Shell" against our web front. Total event count was three. Entire /24 has been blocked.
</summary>
</entry>
<entry>
<title>147.182.128.0/17</title>
<link href="https://pulsedive.com/indicator/?iid=71233732"></link>
<updated>2025-12-18T15:28:00Z</updated>
<id>https://pulsedive.com/indicator/?iid=71233732</id>
<author><name>DarkFeather</name></author>
<summary>
This DigitalOcean IP was observed running an extensive SSH brute-force from California. We are blocking the related /17 subnet as the provider is in poor reputation. Total event count was 112.
</summary>
</entry>
<entry>
<title>93.123.109.245</title>
<link href="https://pulsedive.com/ioc/93.123.109.245"></link>
<updated>2025-08-21T12:09:04Z</updated>
<id>https://pulsedive.com/ioc/93.123.109.245</id>
<author><name>DarkFeather</name></author>
<summary>
A Bulgarian IP was observed using a suspicious user agent (l9explore) and has been classified as known bad traffic. The related /24 was blocked. Total event count is 127.
</summary>
</entry>
<entry> <entry>
<title>200.28.54.71 and 186.107.199.1</title> <title>200.28.54.71 and 186.107.199.1</title>
<link href="https://aninix.net/AniNIX/Wiki/raw/branch/main/rss/osint.xml#200.28.54.71"></link> <link href="https://aninix.net/AniNIX/Wiki/raw/branch/main/rss/osint.xml#200.28.54.71"></link>