aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/osiris/patches/mod_if.patch
blob: 751301f2ecc52aa6fd20f35de15de5186efa525d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
Description: 	The mod_if module monitors various aspects of network 
		interfaces for change, including IP, Hardware Address, 
		broadcast, MTU, metric, and promiscuous mode.
Version: 	0.2

diff -ruN osiris-4.1.9-old/src/osirisd/modules/mod_if/Makefile osiris-4.1.9-new/src/osirisd/modules/mod_if/Makefile
--- osiris-4.1.9-old/src/osirisd/modules/mod_if/Makefile	1970-01-01 01:00:00.000000000 +0100
+++ osiris-4.1.9-new/src/osirisd/modules/mod_if/Makefile	2005-10-07 02:19:17.000000000 +0200
@@ -0,0 +1,16 @@
+
+include ../Makefile
+
+SRCS=mod_if.c
+OBJS=$(SRCS:.c=.o)
+
+module: ${SRCS} ${OBJS}
+
+INCS=-I../.. -I../../../libosiris -I../../../libfileapi -I../../../..
+
+# meta-rule for compiling any "C" source file.
+$(OBJS): $(SRCS)
+	$(CC) $(DEFS) $(DEFAULT_INCLUDES) ${INCLUDES} ${INCS} $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS)  $(CFLAGS) -c $(SRCS)
+	cp $@ ..
+
diff -ruN osiris-4.1.9-old/src/osirisd/modules/mod_if/README osiris-4.1.9-new/src/osirisd/modules/mod_if/README
--- osiris-4.1.9-old/src/osirisd/modules/mod_if/README	1970-01-01 01:00:00.000000000 +0100
+++ osiris-4.1.9-new/src/osirisd/modules/mod_if/README	2005-10-07 02:19:17.000000000 +0200
@@ -0,0 +1,42 @@
+
+Module: mod_if
+Author: Brian Wotring (brian@hostintegrity.com)
+
+
+
+DESCRIPTION:
+
+The mod_if module is designed originally to monitor the promisc flag
+on network interfaces, but quickly turned into being able to monitor
+various aspects of network interfaces including hardware address,
+IP address, broadcast, MTU, and metric.
+
+This module is somewhat different in that each record is an element
+about a network interface as opposed to one record per interface. This
+will make it easier to add more elements to be monitored, easier to
+filter, and easier to understand alerts.
+
+USE:
+
+To use this module, all  that is needed is to include it in the Modules
+block of a scan configuration, e.g.:
+
+    <Modules>
+    ...
+    Include mod_if
+    ...
+    </Modules>
+
+
+PARAMETERS:
+
+There are no parameters for this module.
+
+PLATFORMS:
+
+Currently, this module is only implemented for Linux.    
+
+NOTES:
+
+
+
diff -ruN osiris-4.1.9-old/src/osirisd/modules/mod_if/mod_if.c osiris-4.1.9-new/src/osirisd/modules/mod_if/mod_if.c
--- osiris-4.1.9-old/src/osirisd/modules/mod_if/mod_if.c	1970-01-01 01:00:00.000000000 +0100
+++ osiris-4.1.9-new/src/osirisd/modules/mod_if/mod_if.c	2005-10-07 02:19:17.000000000 +0200
@@ -0,0 +1,317 @@
+
+/******************************************************************************
+**
+**  Copyright (C) 2005 Brian Wotring.
+**
+**  This program is free software; you can redistribute it and/or
+**  modify it, however, you cannot sell it.
+**
+**  This program is distributed in the hope that it will be useful,
+**  but WITHOUT ANY WARRANTY; without even the implied warranty of
+**  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+**
+**  You should have received a copy of the license attached to the
+**  use of this software.  If not, view a current copy of the license
+**  file here:
+**
+**      http://www.hostintegrity.com/osiris/LICENSE
+**
+******************************************************************************/
+
+/*****************************************************************************
+**
+**  File:    mod_if.c
+**  Date:    September 23, 2005
+**
+**  Author:  Brian Wotring
+**  Purpose: platform specific methods for monitoring network devices.
+**
+******************************************************************************/
+
+
+/* CODE USED IN THIS MODULE WAS ORIGINALLY TAKEN FROM: 
+*
+*   http://mail.nl.linux.org/kernelnewbies/2003-05/msg00090.html
+*/
+
+static const char *MODULE_NAME = "mod_if";
+
+
+#ifndef WIN32
+#include "config.h"
+#endif
+
+#include <stdio.h>
+#include <stdlib.h>
+
+#ifndef WIN32
+#include <unistd.h>
+#include <string.h>
+#include <errno.h>
+
+#include <sys/socket.h>
+#include <sys/types.h>
+#include <net/if.h>
+#endif
+
+#include <sys/ioctl.h>
+#include <net/if_arp.h>
+#include <arpa/inet.h>
+
+
+#include "libosiris.h"
+#include "libfileapi.h"
+#include "rootpriv.h"
+#include "common.h"
+#include "version.h"
+
+#include "scanner.h"
+#include "logging.h"
+
+
+#define inaddrr(x) (*(struct in_addr *) &ifr->x[sizeof sa.sin_port])
+#define IFRSIZE   ((int)(size * sizeof (struct ifreq)))
+
+void process_if_unix( SCANNER *scanner )
+{
+    unsigned char*u;
+    int    sockfd, size  = 1;
+    struct ifreq *ifr;
+    struct ifconf ifc;
+    struct sockaddr_in sa;
+
+    SCAN_RECORD_TEXT_1 record;
+
+    /* Make sure we are able to create sockets */
+    
+    if ( (sockfd = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP)) < 0 )
+    {
+        log_error( "mod_if unable to create socket!" );
+        return;
+    }
+
+    ifc.ifc_len = IFRSIZE;
+    ifc.ifc_req = NULL;
+
+    do
+    {
+        ++size;
+
+        /* realloc buffer size until no overflow occurs  */
+        
+        if ((ifc.ifc_req = realloc(ifc.ifc_req, IFRSIZE)) == NULL )
+        {
+            log_error( "out of memory!!!" );
+            return;
+        }
+
+        ifc.ifc_len = IFRSIZE;
+
+        if (ioctl(sockfd, SIOCGIFCONF, &ifc))
+        {
+            log_error("ioctl failure: SIOCFIFCONF");
+            return;
+        }
+
+    } while (IFRSIZE <= ifc.ifc_len);
+
+    ifr = ifc.ifc_req;
+
+    for (;(char *) ifr < (char *) ifc.ifc_req + ifc.ifc_len; ++ifr)
+    {
+        if (ifr->ifr_addr.sa_data == (ifr+1)->ifr_addr.sa_data)
+        {
+            continue;  /* duplicate, skip it */
+        }
+
+        if (ioctl(sockfd, SIOCGIFFLAGS, ifr))
+        {
+            continue;  /* failed to get flags, skip it */
+        }
+
+        initialize_scan_record( (SCAN_RECORD *)&record,
+                                SCAN_RECORD_TYPE_TEXT_1 );
+
+        osi_strlcpy( record.module_name, MODULE_NAME,
+                     sizeof( record.module_name ) );
+
+        osi_snprintf( record.name, sizeof( record.name ),
+                      "if:%s:IP", ifr->ifr_name );
+
+        osi_snprintf( record.data, sizeof( record.data ),
+                      "%s", inet_ntoa(inaddrr(ifr_addr.sa_data)));
+
+        send_scan_data( scanner, (SCAN_RECORD *)&record );
+
+    /*
+     * This won't work on HP-UX 10.20 as there's no SIOCGIFHWADDR ioctl. You'll
+     * need to use DLPI or the NETSTAT ioctl on /dev/lan0, etc (and you'll need
+     *  to be root to use the NETSTAT ioctl. Also this is deprecated and doesn't
+     *     work on 11.00).
+     *
+     * On Digital Unix you can use the SIOCRPHYSADDR ioctl according to an old
+     * utility I have. Also on SGI I think you need to use a raw socket, e.g. s
+     * = socket(PF_RAW, SOCK_RAW, RAWPROTO_SNOOP)
+     *
+     * Dave
+     *
+     * From: David Peter <dave.peter@eu.citrix.com>
+     **/
+
+        if ( ioctl(sockfd, SIOCGIFHWADDR, ifr) == 0 )
+        {
+            /* Select which  hardware types to process.
+             **
+             **    See list in system include file included from
+             **    /usr/include/net/if_arp.h  (For example, on
+             **    Linux see file /usr/include/linux/if_arp.h to
+             **    get the list.)
+             **/
+
+            switch (ifr->ifr_hwaddr.sa_family)
+            {
+                default:
+                    continue;
+
+                case  ARPHRD_NETROM:
+                case  ARPHRD_ETHER:
+                case  ARPHRD_PPP:
+                case  ARPHRD_EETHER:
+                case  ARPHRD_IEEE802:
+                    break;
+            }
+
+            u = (unsigned char *) &ifr->ifr_addr.sa_data;
+
+            /* send record for MAC for this interface */
+
+            if (u[0] + u[1] + u[2] + u[3] + u[4] + u[5])
+            {
+                initialize_scan_record( (SCAN_RECORD *)&record,
+                                    SCAN_RECORD_TYPE_TEXT_1 );
+
+                osi_strlcpy( record.module_name, MODULE_NAME,
+                         sizeof( record.module_name ) );
+
+                osi_snprintf( record.name, sizeof( record.name ),
+                    "if:%s:MAC", ifr->ifr_name );
+
+                osi_snprintf( record.data, sizeof( record.data ),
+                        "%2.2x.%2.2x.%2.2x.%2.2x.%2.2x.%2.2x",
+                        u[0], u[1], u[2], u[3], u[4], u[5]);
+
+                send_scan_data( scanner, (SCAN_RECORD *)&record );
+            }
+        }
+
+        if ( ioctl(sockfd, SIOCGIFNETMASK, ifr) == 0 &&
+             strcmp("255.255.255.255", inet_ntoa(inaddrr(ifr_addr.sa_data))))
+        {
+            initialize_scan_record( (SCAN_RECORD *)&record,
+                                SCAN_RECORD_TYPE_TEXT_1 );
+
+            osi_strlcpy( record.module_name, MODULE_NAME,
+                         sizeof( record.module_name ) );
+
+            osi_snprintf( record.name, sizeof( record.name ),
+                "if:%s:NETMASK", ifr->ifr_name );
+
+            osi_snprintf( record.data, sizeof( record.data ),
+                "%s", inet_ntoa(inaddrr(ifr_addr.sa_data)));
+
+            send_scan_data( scanner, (SCAN_RECORD *)&record );
+        }
+
+        if (ifr->ifr_flags & IFF_BROADCAST)
+        {
+            if ( ioctl(sockfd, SIOCGIFBRDADDR, ifr) == 0 &&
+                 strcmp("0.0.0.0", inet_ntoa(inaddrr(ifr_addr.sa_data))))
+            {
+
+                initialize_scan_record( (SCAN_RECORD *)&record,
+                                        SCAN_RECORD_TYPE_TEXT_1 );
+
+                osi_strlcpy( record.module_name, MODULE_NAME,
+                     sizeof( record.module_name ) );
+
+                osi_snprintf( record.name, sizeof( record.name ),
+                    "if:%s:BROADCAST", ifr->ifr_name );
+
+                osi_snprintf( record.data, sizeof( record.data ),
+                    "%s",inet_ntoa(inaddrr(ifr_addr.sa_data)));
+
+                send_scan_data( scanner, (SCAN_RECORD *)&record );
+            }
+        }
+
+        /* Added by David Vasil to check for Promiscuous mode */
+
+        initialize_scan_record( (SCAN_RECORD *)&record,
+                                SCAN_RECORD_TYPE_TEXT_1 );
+
+        osi_strlcpy( record.module_name, MODULE_NAME,
+                     sizeof( record.module_name ) );
+
+
+        osi_snprintf( record.name, sizeof( record.name ),
+                      "if:%s:PROMISC", ifr->ifr_name );
+
+        if ( ioctl(sockfd, SIOCGIFFLAGS, ifr) == 0 &&
+             ifr->ifr_flags & IFF_PROMISC)
+        {
+            osi_strlcpy( record.data, "ENABLED", sizeof( record.data ) );
+        }
+
+        else
+        {
+            osi_strlcpy( record.data, "DISABLED", sizeof( record.data ) );
+        }
+
+        send_scan_data( scanner, (SCAN_RECORD *)&record );
+
+
+        if ( ioctl(sockfd, SIOCGIFMTU, ifr) == 0 )
+        {
+            initialize_scan_record( (SCAN_RECORD *)&record,
+                                    SCAN_RECORD_TYPE_TEXT_1 );
+
+            osi_strlcpy( record.module_name, MODULE_NAME,
+                         sizeof( record.module_name ) );
+
+            osi_snprintf( record.name, sizeof( record.name ),
+                "if:%s:MTU", ifr->ifr_name );
+
+            osi_snprintf( record.data, sizeof( record.data ),
+                "%u", ifr->ifr_mtu );
+
+            send_scan_data( scanner, (SCAN_RECORD *)&record );
+        }
+
+        if ( ioctl(sockfd, SIOCGIFMETRIC, ifr) == 0 )
+        {
+            initialize_scan_record( (SCAN_RECORD *)&record,
+                                    SCAN_RECORD_TYPE_TEXT_1 );
+
+            osi_strlcpy( record.module_name, MODULE_NAME,
+                         sizeof( record.module_name ) );
+
+            osi_snprintf( record.name, sizeof( record.name ),
+                "if:%s:METRIC", ifr->ifr_name );
+
+            osi_snprintf( record.data, sizeof( record.data ),
+                "%u", ifr->ifr_metric );
+
+            send_scan_data( scanner, (SCAN_RECORD *)&record );
+        }
+    }
+
+    close(sockfd);
+}
+
+void mod_if( SCANNER *scanner )
+{
+#if defined(SYSTEM_LINUX)
+    process_if_unix( scanner );
+#endif
+
+}