Reset tripwire

This commit is contained in:
Bob Mottram 2015-10-28 21:50:30 +00:00
parent 66cc58c092
commit 773569cd67
2 changed files with 7 additions and 7 deletions

View File

@ -56,15 +56,15 @@ To remove a user login as root then run the command:
freedombone-rmuser [username]
#+END_SRC
* How do I reset the tripwire?
You will get a daily email which indicates which files on the system have changed recently. Once per week the system will install any updates and those may also show up on the list, along with any changes due to installed packages or changed settings. Watch out for any files which change unexpectedly, which could indicate an intruder. To reset the tripwire:
The tripwire will be automatically reset once per week. If you want to reset it earlier then do the following:
#+BEGIN_SRC bash
ssh username@mydomain -p 2222
su
reset-tripwire
freedombone-sec
#+END_SRC
You will need to press enter a couple of times. Doing this typically once per week may be a chore, and it's not completely foolproof, but it at least provides some degree of confidence that there have been no intrusions.
Select "reset tripwire" using cursors and space bar then enter.
* Is metadata protected?
Even when using Freedombone metadata analysis by third parties is still possible. They might have a much harder time knowing what the content is, but they can potentially construct extensive dossiers based upon who communicated with your server when. Metadata leakage is a general problem with most current web systems and it is hoped that more secure technology will become available in future. But for now if metadata protection is your main concern using Freedombone won't help.
* How do I create email processing rules?

View File

@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
<!-- 2015-10-27 Tue 13:14 -->
<!-- 2015-10-28 Wed 21:50 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
@ -313,19 +313,19 @@ To remove a user login as root then run the command:
<h2 id="orgheadline6">How do I reset the tripwire?</h2>
<div class="outline-text-2" id="text-orgheadline6">
<p>
You will get a daily email which indicates which files on the system have changed recently. Once per week the system will install any updates and those may also show up on the list, along with any changes due to installed packages or changed settings. Watch out for any files which change unexpectedly, which could indicate an intruder. To reset the tripwire:
The tripwire will be automatically reset once per week. If you want to reset it earlier then do the following:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@mydomain -p 2222
su
reset-tripwire
freedombone-sec
</pre>
</div>
<p>
You will need to press enter a couple of times. Doing this typically once per week may be a chore, and it's not completely foolproof, but it at least provides some degree of confidence that there have been no intrusions.
Select "reset tripwire" using cursors and space bar then enter.
</p>
</div>
</div>