Content Warning

The third edition of the "Scrolls" newsletter is live! https://shellsharks.com/scrolls/scroll/2025-02-14

For those new to Scrolls, it's a free weekly newsletter all about the #IndieWeb and the #Fediverse (with some #infosec / #cybersecurity stuff thrown in there for fun).

You can subscribe directly to the newsletter in your #RSS reader of choice using this link https://shellsharks.com/feeds/scroll-feed.xml.

Let me know if you like it!

Special thanks to this week's "contributors" - folks from across the Social Web who shared interesting stuff and now, I've compiled some of that stuff here. (Sorry for the mass-@'ing, but trying to give credit where credit's due!)

@iftas @me @philipp @WeirdWriter @stefan @beardedtechguy @altsocialmedianet @readbeanicecream @crisl_at @hello @sophie @BeamMeOut@deadsuperhero @sol2070 @CrazyBlue@puppygirlhornypost2 @squiblydoo @neauoire@atomicpoet @joel @jtk @shannonkay @mala @data0 @hongminhee @stage7 @mms @anubiarts @christopherkunz @adamshostack @frichetten @von @karpour @hamatti @st1nger @ringzer0 @mastodonmigration @daedalus @matthewguy

And, following the social convention here, we will start with an #introduction

We are a Research Centre at the #UniversityOfWarwick dedicated to expanding the role of interdisciplinary methods through new lines of inquiry that cut across disciplinary boundaries.

Besides being committed to excellent research, we also offer a #PhD Programme and 3 #interdisciplinary Master degrees on #bigData#DataVisualisations and #DigitalMedia and Culture

You can find us at https://warwick.ac.uk/cim

Content Warning

Our world-class research spans throughout disciplinary boundaries and covers a wide range of topics, such as #AI, #DigitalHealth Rights, #DataVisualisations, #DigitalGood#CyberSecurity, #Sustainability#Equity... amongst others.

You can find more about our research here: https://warwick.ac.uk/fac/cross_fac/cim/research/

Content Warning

Important reminder, if you own a domain name and don't use it for sending email.

There is nothing to stop scammers from sending email claiming to be coming from your domain. And the older it gets, the more valuable it is for spoofing. It could eventually damage your domain's reputation and maybe get it blacklisted, unless you take the steps to notify email servers that any email received claiming to come from your domain should be trashed.

Just add these two TXT records to the DNS for your domain:
TXT v=spf1 -all
TXT v=DMARC1; p=reject;

The first says there is not a single SMTP server on earth authorized to send email on behalf of your domain. The second says that any email that says otherwise should be trashed.

If you do use your domain for sending email, be sure to add 3 records:
SPF record to indicate which SMTP server(s) are allowed to send your email.
DKIM records to add a digital signature to emails, allowing the receiving server to verify the sender and ensure message integrity.
DMARC record that tells the receiving email server how to handle email that fails either check.

You cannot stop scammers from sending email claiming to be from your domain, any more than you can prevent people from using your home address as a return address on a mailed letter. But, you can protect both your domain and intended scam victims by adding appropriate DNS records.

#cybersecurity #email#DomainSpoofing#EmailSecurity #phishing